:root {
  --b: #020200;
  --y: #ffcd0b;
  --dark-purple-ui: #360d68;
  --white: white;
  --baked-pink-lighter: #c47aff;
  --baked-pink: #ad48fd;
  --white-50: #ffffff80;
  --yellow-bg: #5d541a;
  --yellow-text: #ffe84d;
  --yellow-darker-for-text: #b39008;
  --bg-body: #010c0a;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: none;
}

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

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

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

figure {
  margin-bottom: 10px;
}

.hero-section {
  color: #b0b1b6;
  background-color: #020200;
  background-image: url('../images/group-141-1.svg'), url('../images/mask-group-13.png');
  background-position: 50% 30%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section-dark {
  color: #cacbd1;
  background-color: #020200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.pricing-section {
  background-image: url('../images/heartbg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.footer-section {
  background-color: #020200;
  background-image: linear-gradient(0deg, #020200, #02020000), url('../images/group-47661-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 0;
  display: flex;
}

.header-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 910px;
  display: flex;
}

.header-div.is-relative {
  z-index: 2;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 20px;
  position: relative;
}

.header-div.central {
  text-align: center;
}

.header-div.central.mt-140 {
  margin-top: 140px;
}

.header-div.central.mt-140.mb-60 {
  margin-bottom: 60px;
}

.text {
  color: #33333380;
  text-align: center;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text.is-preheading {
  color: #ffcf0e;
  -webkit-text-stroke-color: #0e0e0c;
  font-family: Calsans;
  font-size: 16px;
}

.text.is-preheading.blk {
  color: #070704;
  margin-bottom: -16px;
  padding-bottom: 0;
}

.text.is-left {
  color: var(--b);
  text-align: left;
}

.text.is-left.is-light {
  color: #b0b1b6;
  text-align: justify;
  width: 90%;
  margin-bottom: 0;
  font-weight: 400;
}

.text.is-left.is-light.ctrd {
  color: #b0b1b6;
  text-align: center;
  font-weight: 400;
}

.text.is-left.is-light.ctrd.fs-20 {
  font-size: 20px;
  line-height: 1.6;
}

.text.is-left.is-light.ctrd.fs-20.mb-40 {
  margin-bottom: 40px;
}

.text.is-left.is-black {
  color: #050501;
  font-family: Calsans;
}

.text.is-black {
  color: #050501;
}

.text.fs-20 {
  font-size: 20px;
}

.text.fs-24 {
  font-size: 24px;
}

.h2 {
  color: #050501;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.h2.is-white {
  color: #fff;
  font-weight: 600;
}

.h2.is-centered {
  text-align: center;
}

.yellow-text {
  color: #ffd600;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffdc24, #ffc700);
  -webkit-background-clip: text;
  background-clip: text;
}

.faq-paragraph {
  color: #605a57;
  background-color: #0000;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-paragraph.is-modal {
  padding-top: 0;
}

.faq-dropdown-list {
  background-color: #151720;
  border-radius: 24px;
  position: static;
}

.faq-dropdown-list.w--open {
  background-color: #0000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.faq-wrapper {
  width: 50%;
}

.faq-wrapper.full-width {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.faq-dropdown {
  z-index: 0;
  background-color: #0000;
  border: 1px #f5f5f5;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 10px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 0 1px #12376914, 0 1px 2px #a4acb929, 0 2px 4px #36394a0f;
}

.faq-dropdown:hover {
  transform: translate(0, -2px);
}

.faq-dropdown.faq-dropdown-toggle.full-width {
  cursor: pointer;
}

.faq-dropdown.faq-dropdown-toggle.full-width.modal-close {
  color: #37322f;
  font-size: 18px;
  font-weight: 600;
}

.faq-dropdown.faq-dropdown-toggle.full-width.modal-close.crisp-open {
  border-color: #f5f5f5 !important;
}

.faq-icon-line {
  background-color: #000;
  border-radius: 4px;
  width: 14px;
  height: 2px;
}

.faq-icon-line.rotate {
  background-color: #000;
  width: 14px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-title {
  white-space: normal;
  max-width: 100%;
}

.faq-title.large {
  color: #37322f;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.faq-icon-block {
  background-color: #0000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.faq-dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.faq-dropdown-toggle.full-width {
  color: #222;
  background-color: #fff;
  border: 1px #f5f5f5;
  border-radius: 16px;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: auto;
  padding: 24px;
  font-weight: 600;
}

.faq-dropdown-toggle.full-width.w--open {
  z-index: 2;
}

.seperator {
  background-color: #f4f1ee;
  width: 100%;
  height: 1px;
}

.seperator._2 {
  background-color: #f4f1ee0d;
}

.h3 {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
}

.h3.is-white {
  color: #fff;
}

.h3.is-white.is-yellow {
  color: #ffd702;
}

.h3.header-list {
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
}

.h3.header-list.is-yellow.header-list-yellow {
  font-size: 16px;
  font-weight: 600;
}

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

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

.div-list.is-hori {
  flex-direction: row;
  justify-content: flex-start;
}

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

.pricing-grid.with-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.pricing-grid.mt-40 {
  margin-top: 40px;
}

.h2-2 {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans;
  font-size: 48px;
  line-height: 52px;
}

.h2-2.is-white {
  color: #fff;
  font-weight: 600;
}

.div-icon-included {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-pricing, .icon-img, .icon-img.is-yellow {
  border-radius: 100px;
}

.text-2 {
  color: #605a57;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.text-2.is-left {
  text-align: left;
  font-weight: 400;
}

.pricing-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 1px 2px #a4acb929, 0 2px 4px #36394a0f;
}

.pricing-card.is-black {
  background-color: #020200;
  background-image: url('../images/group-47633-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
}

.pricing-tag-div {
  align-items: flex-end;
  display: flex;
}

.icon-img-pricing {
  flex: none;
  width: 15px;
  height: 15px;
}

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

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

.testi-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 0 2px #a4acb929, 0 2px 4px #36394a0f;
}

.div-avatar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.avatar {
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.div-cta {
  background-image: url('../images/frame-481636.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 370px;
  display: flex;
}

.button-black {
  background-color: #0e0e0f;
  background-image: linear-gradient(to top, #000, #191919);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .35s;
  box-shadow: 0 0 0 1px #122b6914, 0 1px 2px #122b6914, 0 2px 6px #122b690a;
}

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

.button-black.is-100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-family: Calsans;
  display: flex;
}

.footer-logo {
  height: 33px;
}

.footer-grid {
  grid-template-rows: auto;
  width: 350px;
}

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

.footer-div {
  border-bottom: 1px solid #ffdc240d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-3 {
  color: #605a57;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.text-3.is-white {
  color: #9e9e9e;
}

.text-3.is-white.is-14 {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.text-3.is-white.is-14.real-white {
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-side.is-left {
  justify-content: flex-end;
  width: auto;
}

.credits-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.is-yellow {
  color: #ffcd0b;
}

.h1 {
  color: #fffbe7;
  text-align: center;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.2;
}

.h1.h1white {
  color: #000;
  margin-bottom: 20px;
}

.h1.h1white.mb-0 {
  margin-bottom: 0;
}

.h1.fs-45 {
  font-size: 45px;
}

.div-main-asset {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.video-bg {
  z-index: 1;
  background-color: #ffdc240d;
  border-radius: 16px;
  height: 675px;
}

.brand {
  align-items: center;
  display: flex;
}

.hamburger-line-b {
  background-color: #171a15;
  border-radius: 100vw;
  width: 48px;
  height: 3px;
  position: absolute;
  inset: 14px 8px auto auto;
}

.hamburger-line-b.bottom {
  top: 30px;
}

.nav-bar-2 {
  -webkit-text-fill-color: inherit;
  background-color: #020200;
  background-clip: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 40px;
  position: static;
}

.nav-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.button-nav {
  background-color: var(--y);
  color: var(--b);
  -webkit-text-stroke-color: var(--b);
  background-image: linear-gradient(#05051f00, #ffdc240d);
  border: 1px solid #fffbe71a;
  border-radius: 100px;
  padding: 9px 16px;
  font-family: Satoshi Variable;
  font-size: 18px;
  transition: all .35s;
}

.button-nav:hover {
  background-color: var(--y);
  color: var(--b);
  background-image: none;
  font-weight: 600;
  transform: scale(.95);
}

.button-nav.hide.rsvp.shown-in-navbar-dropdown {
  display: none;
}

.button-nav.hide.daniel-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.nav-link-2 {
  color: #fffbe7;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link-2:hover {
  color: var(--y);
  transform: translate(0, -4px);
}

.nav-link-2.w--current {
  color: #fff;
}

.logo-2 {
  height: 33px;
}

.div-hold {
  border-bottom: 1px solid #ffdc240d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.div-bg {
  background-color: #ffdc240d;
  border-right: 1px solid #ffdc240d;
  border-radius: 21px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding: 5px;
  display: flex;
}

.div-video-hold {
  background-color: #ffdc2403;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 680px;
  display: flex;
}

.div-hero-wrap {
  background-color: #ffdc2403;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-linesa {
  background-color: #020200;
  background-image: url('../images/group-141-1.svg'), url('../images/mask-group-13.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-bottom: 1px solid #ffdc240d;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.div-further {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-big-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.nav-wrap {
  background-color: #ffdc2403;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-wrap.legal {
  background-color: #0000;
  max-width: 100%;
}

.body {
  background-color: #010c0a;
  font-family: Inter Tight, sans-serif;
}

.body.overflow-x-hidden {
  overflow-x: hidden;
}

.button-border {
  background-color: #0000;
  background-image: linear-gradient(#ffcd0b1a, #0000);
  border: 1px solid #ffcd0b40;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.hero-button {
  background-color: var(--y);
  color: #020200;
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.hero-button:hover {
  background-color: #ffd000;
  transform: scale(.95);
}

.hero-button.v1.is1 {
  justify-content: center;
  width: 100%;
  height: 54px;
}

.star-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star {
  width: 105px;
}

.stars {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  display: block;
  overflow: hidden;
}

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

.tbas-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  display: flex;
}

.pricing-tabs {
  flex-direction: column;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px #262926;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  box-shadow: 0 0 1px #12376914, 0 1px 2px #a4acb929, 0 2px 4px #36394a0f;
}

.tab-link {
  color: #fff;
  background-color: #ddd0;
  border-radius: 100px;
  padding: 5px 23px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.tab-link:hover {
  color: #000;
  background-color: #ffcd0b40;
  border-radius: 100px;
}

.tab-link.w--current {
  background-color: var(--y);
  color: #000;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi Variable;
  font-weight: 600;
}

.tab-link.is-usd.active-currency {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link.active-currency {
  background-color: var(--y);
}

.tabs-content-2 {
  overflow: visible;
}

.tabs-content-2.hidden {
  display: none;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.bold-text-2 {
  font-family: Satoshi Variable;
}

.text-block-2, .text-block-3 {
  color: var(--b);
}

.link-block {
  text-decoration: none;
}

.body-2 {
  background-color: #020200;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

.decription {
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 39px;
  font-family: Satoshi Variable;
}

.all-blog-post-container {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 60px;
  display: none;
}

.blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.blog-item {
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  transition: all .35s;
  position: relative;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 24px;
  font-weight: 600;
}

.blog-title.blog-title--listing {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.blog-infos-container {
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.post-date {
  color: #828282;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.post-img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.link-txt {
  color: var(--b);
  padding: 0;
  text-decoration: none;
}

.link-img {
  width: 100%;
}

.collection-item-post {
  position: relative;
}

.blog-infos {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-bar-white {
  -webkit-text-fill-color: inherit;
  background-color: #020200;
  background-clip: border-box;
  border-bottom: 1px #ffdc240d;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  width: 100%;
  max-width: 1150px;
  margin-bottom: 0;
  padding: 20px 40px;
  position: static;
}

.nav-bar-white.legal {
  background-color: #fff;
  border-left-style: none;
  border-right-style: none;
}

.nav-link-black {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link-black:hover {
  color: var(--y);
  transform: translate(0, -4px);
}

.nav-link-black.w--current {
  color: #171a15;
}

.filter-post {
  font-family: Calsans;
  font-size: 16px;
  font-weight: 600;
}

.hamburger-line-black {
  background-color: #171a15;
  border-radius: 100vw;
  width: 48px;
  height: 3px;
  position: absolute;
  inset: 14px 8px auto auto;
}

.hamburger-line-black.bottom {
  top: 30px;
}

.logo-black {
  height: 33px;
}

.nav-menu-2-black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affi-img {
  border-radius: 24px;
  width: 100%;
}

.affi-div {
  width: 100%;
  max-width: 1150px;
  margin-top: 60px;
}

.affi-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  display: flex;
}

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

.affi-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.img-title {
  height: 20px;
}

.affi-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 0 2px #a4acb929, 0 2px 4px #36394a0f;
}

.affi-img-div {
  width: 100%;
}

.subheading-div-affi {
  grid-column-gap: 6px;
  background-color: #ffcd0b;
  border: 1px #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 1px 6px -3px #18274b2b;
}

.subheading-div-affi:hover {
  transform: scale(.95);
}

.tag-affi {
  font-family: Calsans;
  font-weight: 600;
}

.creators-section {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.tag-creators {
  font-family: Calsans;
  font-weight: 600;
}

.creators-div {
  width: 100%;
  max-width: 1150px;
  margin-top: 60px;
}

.creators-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  display: grid;
}

.creators-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 0 2px #a4acb929, 0 2px 4px #36394a0f;
}

.creators-identity-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.creators-img-div {
  width: 100%;
}

.creators-text {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.creators-avatar {
  object-fit: contain;
  border-radius: 100px;
  width: 46px;
  height: 46px;
}

.creators-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.creators-logo {
  filter: invert();
}

.creators-identity {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.creators-title {
  color: var(--b);
  text-align: left;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.testimonials-affi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.testi-div-affi {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.faq-section-affi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.creators-img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 350px;
}

.cta-affi {
  background-image: url('../images/frame-481636.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 370px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-affi-div {
  margin-top: 80px;
}

.h1black {
  color: var(--b);
  text-align: center;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans;
  font-size: 60px;
  line-height: 1.2;
}

.btn-affi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.btn-yellow-affi {
  background-color: var(--y);
  color: var(--b);
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.btn-yellow-affi:hover {
  background-color: #ffd000;
  transform: scale(.95);
}

.btn-yellow-affi.margin {
  margin-top: 60px;
}

.button-black-affi {
  background-color: #0e0e0f;
  background-image: linear-gradient(to top, #000, #191919);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .35s;
  box-shadow: 0 0 0 1px #122b6914, 0 1px 2px #122b6914, 0 2px 6px #122b690a;
}

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

.rich-text-block-2 {
  font-family: Satoshi Variable;
}

.image-5 {
  text-align: center;
}

.txt-healine {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}

.social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.linkedin-logo, .x-logo, .tiktok-logo, .insta-logo, .ytb-logo, .discord-logo, .linkedin-link, .insta-link, .x-link, .tiktok-link, .ytb-link, .discord-link {
  height: 100%;
}

.flex-vertical-left-top-4 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mt-20 {
  margin-top: 20px;
}

.benefit-wrapper-copy-8 {
  z-index: 6;
  text-align: left;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.benefit-wrapper-copy-8.extremes-but-on-tablet {
  justify-content: space-between;
}

.benefit-wrapper-copy-8.extremes-but-on-tablet.wrapper-bb-list {
  z-index: auto;
  border-bottom: 1px dashed #ccc;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: static;
}

.button-6 {
  color: #f1f3ff;
  text-align: center;
  cursor: pointer;
  background-color: #202122;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 14px 20px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: flex;
}

.button-6:hover {
  color: #404250;
  background-color: #ebedf0;
  text-decoration: none;
}

.button-6.w--current {
  color: #278ef5;
  background-color: #f6f7f9;
}

.button-6.button-blue {
  color: #fff;
  background-color: #278ef5;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-6.button-blue:hover {
  color: #fff;
  background-color: #3174df;
}

.button-6.button-blue.button-with-shadow-rectangle {
  border-radius: 8px;
  margin-bottom: 0;
  font-weight: 500;
  box-shadow: 0 4px 8px #0099ff4d;
}

.flex-horizontal-left-center {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.html-embed-icon-7 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.html-embed-icon-7.html-icon-for-pricing-card-2 {
  width: 24px;
  height: 24px;
}

.html-embed-icon-7.mr-4 {
  margin-right: 4px;
}

.html-embed-icon-7.mr-4.green-tick {
  color: #2eb67c;
}

.icon-for-pricing-card-2 {
  color: #2eb67c;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  font-weight: 300;
  display: flex;
}

._100-text-align-left {
  text-align: left;
  width: 100%;
}

.archive-element-entry {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.archive-element-entry._100-width.gap-16-row {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modal-container-3 {
  z-index: 1500;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: auto;
  padding: 40px;
  display: block;
  position: relative;
  box-shadow: 0 0 5px #0000000d;
}

.modal-container-3.bb-pop-up {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #808292;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.archive-section-wrapper {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.archive-section-wrapper.gap-100 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical-center-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical-center-center.video-showcase-faceless-story---text-above {
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.flex-vertical-center-center.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

.flex-vertical-center-center.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grey-text-3 {
  color: #777;
  font-weight: 500;
}

.flex-vertical-left-top {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-left-top.hiw-step-1-2-3-service {
  font-size: 18px;
}

.flex-vertical-left-top.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.subheading {
  z-index: 3;
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.6;
  position: relative;
}

.subheading.mb-30 {
  margin-bottom: 30px;
}

.subheading.mw-600 {
  max-width: 600px;
}

.subheading.maxw-800 {
  max-width: 800px;
}

.subheading.on-tools {
  margin-bottom: 20px;
}

.subheading.mt-20 {
  margin-top: 20px;
}

.subheading.mt-20.mb-10 {
  margin-bottom: 10px;
}

.subheading.mt-20.mb-10.maxw-540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.subheading.max-w-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.subheading.black-text {
  color: #111;
}

.subheading.tab-spot2__subheading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.subheading.hide {
  display: none;
}

.flex-vertical-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrapper-for-date-in-article {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--dark-purple-ui);
  background-color: #0f041b;
  background-image: linear-gradient(135deg, #350d664d, #0000);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.button-white-with-shadow {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 3px 9px #3c42571a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover:hover {
  color: #0f93ff;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #0f93ff, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button {
  margin-bottom: 10px;
  margin-right: 8px;
  box-shadow: 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button:hover {
  color: #771ee6;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #771ee6, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button.w--current {
  color: #771ee6;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #771ee6, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button.w--current:hover {
  background-color: #7c29e817;
}

.author-display-picture {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex: none;
  width: 40px;
  height: 40px;
}

.author-display-picture.in-blog-post {
  width: 52px;
  height: 52px;
  margin-right: 12px;
}

._100-width {
  width: 100%;
}

.blog-post-author-img-2 {
  object-fit: cover;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 12px;
}

.link-in-breadcrumbs {
  color: var(--white);
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.link-in-breadcrumbs:hover {
  color: #111;
}

.link-in-breadcrumbs.return-to-blog-button {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
}

.wrapper-for-author-block {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 30px;
  display: flex;
}

.wrapper-for-author-block.wrapper-for-author-block--dark {
  background-color: var(--b);
}

.preheading {
  color: #aaa;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}

.preheading.atauthor-preheading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}

.preheading.mb-10 {
  margin-bottom: 10px;
}

.preheading.atauthor-preheading {
  text-align: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.author-bio-wrapper {
  border-radius: 100px;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.author-bio-wrapper:hover {
  background-color: var(--dark-purple-ui);
}

.mt-40 {
  margin-top: 40px;
}

.menu-filtering-grid {
  cursor: pointer;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

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

.flex-horizontal-center-center.mt-40 {
  margin-top: 40px;
}

.flex-horizontal-center-center.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-horizontal-center-center.gap-20.mb-60 {
  margin-bottom: 60px;
}

.flex-horizontal-center-center.list-of-benefits {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  max-width: 630px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.flex-horizontal-center-center.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-horizontal-center-center.breadcrumbs-tools {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.sidebar-left {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 16vw;
  height: 100vh;
  max-height: 85vh;
  margin-left: -17vw;
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 0;
  font-size: 16px;
  display: flex;
  position: sticky;
  top: 67px;
  overflow: auto;
}

.sidebar-left.for-filtering {
  width: 17vw;
  max-width: 230px;
  height: 100vh;
  max-height: 85vh;
  margin-left: -18vw;
  padding-bottom: 10px;
  padding-right: 5px;
}

.wc {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.wc.pb-100 {
  padding-bottom: 100px;
}

.wc.white-text {
  color: #fff;
}

.wc.but-for-navbar {
  z-index: 100;
  position: relative;
}

.wc.relative-1 {
  z-index: 1;
  position: relative;
}

.wc.relative-10 {
  z-index: 10;
  max-width: 1380px;
  position: relative;
}

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

.span-link-purple {
  color: #7970ff;
  border-bottom: 2px solid #7970ff;
  transition: background-color .3s;
}

.span-link-purple:hover {
  background-color: #7970ff26;
}

.span-link-purple.no-underline-flex-horizontal {
  border-bottom-width: 0;
  align-items: center;
  display: flex;
}

.span-link-purple.no-underline-flex-horizontal.fs-16 {
  font-size: 16px;
}

.fw-700 {
  color: var(--baked-pink-lighter);
  font-weight: 700;
}

.html-embed-17 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-block-130-copy-copy {
  color: var(--baked-pink);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.rte-in-collection {
  color: var(--white-50);
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
}

.rte-in-collection.white-text {
  color: #fff;
}

.rte-in-collection.white-text a {
  color: #a7a7a7;
  text-decoration: underline;
}

.rte-in-collection.white-text a:hover {
  color: #fff;
}

.flex-vertical-left-top-5 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.flex-vertical-left-top-5.ml-0 {
  margin-left: 0;
}

.flex-vertical-left-top-5.ml-0.mb-0 {
  margin-bottom: 0;
}

.text-block-130-copy {
  color: #999;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.text-block-130-copy.ml-3 {
  color: #fffc;
  margin-left: 3px;
}

.html-embed-icon-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-icon-main.breadcrumb-delimitator {
  color: var(--white);
  width: 16px;
  height: auto;
}

.html-embed-icon-main.hiw-service-3-step-icon {
  color: var(--y);
  background-color: #fffc5d1c;
  border: 1px solid #ffffff36;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  padding: 16px;
  box-shadow: 0 0 0 1px #dcf52324;
}

.html-embed-icon-main.ribbon-at-top-icon {
  color: #9bffd4;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.html-embed-icon-main.compare-page-entry {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.html-embed-icon-main._20x20 {
  width: 20px;
  height: 20px;
}

.html-embed-icon-main._20x20.red {
  color: #ff2323;
}

.html-embed-icon-main.x-in-table {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.html-embed-icon-main.tick-in-table {
  z-index: 10;
  background-color: var(--yellow-bg);
  color: var(--yellow-text);
  border-radius: 100px;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  padding: 4px;
  position: relative;
}

.html-embed-icon-main.tick-icon-in-tickbox {
  color: var(--baked-pink-lighter);
  background-color: #fff;
  border-radius: 100px;
  padding: 6px;
}

.html-embed-icon-main.tick-in-table {
  z-index: 10;
  color: #ffe84d;
  background-color: #5d541a;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  padding: 4px;
  position: relative;
}

.html-embed-icon-main.tick-in-table.tick-green {
  color: #fff;
  background-color: #1cc901;
}

.text-block-131 {
  color: var(--baked-pink-lighter);
  margin-left: 5px;
}

.button-main {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #dbb82c;
  background-image: linear-gradient(#f1e7ff80, #28114540);
  background-clip: padding-box;
  border: 1px solid #dbb82c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #0000001f, 0 0 4px #0000000a, 0 4px 8px #00000014;
}

.button-main:hover {
  background-color: #6b22c7;
}

.cover-image {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  max-height: 600px;
  margin-bottom: 60px;
}

.flex-horizontal-left-center-2 {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.flex-horizontal-left-center-2.mt-20-mb-40 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.rich-text-block-blog-post {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 20px;
}

.rich-text-block-blog-post p {
  color: #333c;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.7;
}

.rich-text-block-blog-post ol {
  color: #333c;
  margin-bottom: 24px;
}

.rich-text-block-blog-post li {
  margin-bottom: 10px;
  font-weight: 300;
}

.rich-text-block-blog-post ul {
  color: #333c;
  margin-bottom: 24px;
}

.rich-text-block-blog-post a {
  color: var(--yellow-darker-for-text);
  border-bottom: 3px solid #fff1b9;
  transition: all .2s;
}

.rich-text-block-blog-post a:hover {
  background-color: #fff1b9;
}

.rich-text-block-blog-post blockquote {
  border-left-width: 8px;
  border-left-color: var(--y);
  background-color: #fffae8;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.rich-text-block-blog-post img {
  border-radius: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-blog-post.mw-660 {
  max-width: 660px;
}

.rich-text-block-blog-post.mw-660.mt-40 {
  margin-top: 40px;
}

.rich-text-block-blog-post figure {
  border-radius: 12px;
  width: 100%;
  margin: 10px auto;
}

.mr-3 {
  margin-right: 3px;
}

.hidden {
  display: none;
}

.hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 910px;
  margin-bottom: 40px;
  display: flex;
}

.link-block-5 {
  color: #ffffff80;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: flex;
}

.link-block-5:hover {
  color: #fff;
}

.link-block-5.in-article-author-bio.twitter-hover {
  width: 36px;
  height: 36px;
}

.link-block-5.in-article-author-bio.twitter-hover:hover {
  background-color: #1da1f2;
}

.link-block-5.in-article-author-bio {
  filter: grayscale();
  color: #fff;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  margin-right: 6px;
}

.link-block-5.in-article-author-bio:hover {
  filter: grayscale(0%);
}

.link-block-5.in-article-author-bio.green-hover {
  background-color: #2eb67c;
  width: 36px;
  height: 36px;
}

.link-block-5.in-article-author-bio.green-hover:hover {
  background-color: #2eb67c;
}

.link-block-5.in-article-author-bio.twitter-hover, .link-block-5.in-article-author-bio.twitter-hover:hover {
  background-color: #1da1f2;
}

.link-block-5.in-article-author-bio.li-blue-hover {
  background-color: #0072b1;
  width: 36px;
  height: 36px;
}

.link-block-5.in-article-author-bio.li-blue-hover:hover {
  background-color: #0072b1;
}

.link-block-5.in-article-author-bio {
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  width: 30px;
  height: 30px;
}

.tocitem {
  white-space: normal;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  transition: all .2s;
  display: block;
  position: static;
}

.tocitem:hover {
  background-color: #00000014;
}

.tocitem.toc-h2 {
  font-weight: 500;
}

.tocitem.toc-h2.active {
  background-color: var(--yellow-darker-for-text);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.tocitem.toc-h3 {
  margin-left: 10px;
  font-weight: 400;
}

.tocitem.toc-h3.active {
  background-color: var(--yellow-darker-for-text);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}

.tocitem.toc-h4 {
  margin-left: 20px;
}

.tocitem.toc-h4.active {
  background-color: var(--yellow-darker-for-text);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}

.wrapper-of-blog-categories-buttons {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.collection-list-4 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.wrapper-of-blog-categories-buttons-2 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.wrapper-of-blog-categories-buttons-2.mb-40 {
  margin-bottom: 40px;
}

.flex-hero-hh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
  overflow: visible;
}

.wrapper-of-t-c-pp-content {
  text-align: left;
  max-width: 800px;
  margin-top: 60px;
}

.image-57 {
  border-radius: 8px;
  width: 36px;
  height: 36px;
}

.author-page-spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.post-author-dp {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  width: 50px;
  height: 50px;
}

.post-author-dp.dp-on-author-page {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-top: 40px;
}

.flex-vertical-top-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-top-left.author-page {
  text-align: left;
  width: 100%;
}

.flex-vertical-top-left.author-page.mb-200 {
  margin-bottom: 200px;
}

.flex-vertical-top-left.hiw-step-text {
  grid-row-gap: 2px;
  font-size: 16px;
}

.heading-2-style {
  letter-spacing: -.5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2-style.on-author-posts {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.subheading-2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.6;
}

.subheading-2.on-author-posts {
  margin-top: 0;
}

.subheading-2.white-85 {
  color: #ffffffd9;
}

.subheading-2.white-85.maxw-660 {
  max-width: 660px;
}

.subheading-2.white-85.maxw-660.hide {
  display: none;
}

.ml-4 {
  margin-left: 4px;
}

.flex-horizontal-left-center-3 {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.classic-divider {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.classic-divider.mb-60 {
  margin-bottom: 60px;
}

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

.price {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.price.cutoff-price {
  color: #aaa;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: line-through;
}

.grid-of-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.grid-of-3.mt-60 {
  margin-top: 60px;
}

.heading-hiw-123-service {
  color: #fff;
}

.service-video-hiw {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000001a;
}

.service-video-hiw-wrapper {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 120px;
  padding: 12px;
  display: flex;
}

.link-in-breadcrumbs-2 {
  color: #999;
  text-align: left;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
  display: flex;
}

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

.navbar {
  z-index: 900;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar:where(.w-variant-961ecc8f-f2d4-a9ab-60ae-0a717afd5992) {
  padding-top: 20px;
}

.navbar:where(.w-variant-5077c85d-571d-01bb-3c2c-f06c1a914521) {
  position: static;
}

.navbar.no-fixed {
  position: relative;
}

.ribbon-at-top-of-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fffc;
  background-color: #00000061;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.brand-button {
  flex: none;
  padding-left: 0;
  transition: opacity .1s;
}

.brand-button:hover {
  opacity: .6;
}

.searchhhh {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.navlink-2-notion {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.navlink-2-notion:hover {
  background-color: #fff3;
}

.brand-image {
  height: 30px;
  transition: all .2s;
}

.brand-image:active {
  transform: scale(.94);
}

.x-button-search {
  cursor: pointer;
  background-image: url('../images/cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 50px;
  height: 50px;
}

.x-button-search:hover {
  filter: brightness(55%);
}

.navbar-2 {
  z-index: 1000;
  background-color: #0000;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 10px;
  left: auto;
  right: auto;
}

.menu-drop-down {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.dropdown-list-wrapper.w--open {
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
  right: auto;
}

.search-button-2 {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 50px;
  margin-left: 0;
}

.search-button-2:hover {
  filter: brightness(55%);
}

.search-input-2 {
  color: #999;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 12px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-weight: 300;
}

.search-input-2:focus {
  color: #fff;
  font-weight: 300;
}

.flex-horizontal-center-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-horizontal-center-right.navbar-upper-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-horizontal-center-right.navbar-right-side {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  margin-left: auto;
}

.dropdown-link {
  color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.dropdown-link:hover {
  background-color: #fff3;
}

.dropdown-link.w--current {
  color: #000;
}

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  display: flex;
  position: static;
}

.pl-pr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-pr-10.mt-mb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.search-form-container {
  width: 100%;
  height: 50px;
}

.wc-for-navbar {
  z-index: 1300;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #0009;
  border: 1px solid #0a0d1463;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 40px #00000014;
}

.black-overlay {
  z-index: 55;
  background-color: #000000a8;
  position: fixed;
  inset: 0%;
}

._2nd-sb-copy {
  z-index: 1450;
  background-color: #000;
  border-radius: 0 0 8px 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}

.dropdown-list-navbar-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #000000e6;
  border: 1px solid #0a0d1463;
  border-radius: 16px;
  min-width: 240px;
  max-height: 90vh;
  padding: 4px;
  font-weight: 500;
  overflow: auto;
  box-shadow: 0 3px 5px #00000014;
}

.dropdown-list-navbar-item.w--open {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  min-width: 220px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 0;
  box-shadow: 0 3px 5px #00000014;
}

.search-overlay {
  z-index: 1400;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.footer-column-of-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.link-text-span-white-on-hover {
  color: #fff6;
}

.link-text-span-white-on-hover:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright-text {
  color: #fff6;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.flex-horizontal-center-left {
  align-items: center;
  display: flex;
}

.flex-horizontal-center-left.footer-copyright-text-line-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
}

.flex-horizontal-center-left.footer-copyright-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  margin-top: 100px;
}

.flex-horizontal-center-left.author-person-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
}

.footer-item {
  color: #fff;
  text-align: left;
  border-radius: 8px;
  align-items: flex-start;
  margin-bottom: 4px;
  margin-left: -10px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-item:hover {
  background-color: #ffffff29;
}

.footer-item.lower-banner-item {
  color: #8f8f8f;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
}

.footer-item.lower-banner-item.first-lower-banner-item {
  margin-left: -10px;
}

.card-logos-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wrapper-copyright-text-safe-payments {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.footer-wrapper._2nd-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.flex-horizontal-center-center-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer {
  color: #ffffffb3;
  background-color: #111;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.socials-link {
  color: #fff9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.socials-link:hover {
  color: #fff;
}

.footer-left {
  grid-row-gap: 14px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.wrapper-of-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-right {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: start;
  width: 50%;
  margin-top: 10px;
  padding-left: 8px;
  display: grid;
}

.footer-right-column-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.links-section-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.links-section-footer.link-sections-in-double-column, .links-section-footer.link-sections-in-double-column-copy {
  width: 100%;
  margin-top: 14px;
}

.footer-text-explanatory {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.6;
}

.card-image {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 40px;
  padding: 2px 4px;
}

.card-image.text-card-image {
  color: #aaa;
  max-width: none;
  font-size: 12px;
}

.section-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

.support-wrap {
  z-index: 1000;
  pointer-events: none;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 1000000111;
  pointer-events: auto;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 780px;
  max-height: 100vh;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.modal-heading {
  color: #020202;
  max-width: 29rem;
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.modal-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: auto;
}

.support-member-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 1.5rem;
  display: flex;
}

.support-member-image {
  background-color: #ad48fd42;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 30px;
  line-height: 1;
  display: flex;
}

.support-member-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  font-size: 17px;
  display: flex;
}

.faq_component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq_list {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}

.close-modal-icon {
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.close-modal-icon.modal-close {
  cursor: pointer;
  background-color: #ccc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.close-modal-icon.modal-close:focus-visible, .close-modal-icon.modal-close[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: 100%;
  outline: 1px solid #25055b;
}

.modal-close-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.close-overlay {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.support-modal-open {
  background-color: var(--dark-purple-ui);
  color: var(--white);
  transform-style: preserve-3d;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all .35s;
  display: flex;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.support-modal-open:hover {
  transform: scale3d(.95, .95, .95);
}

.support-modal-open.modal-open {
  z-index: auto;
  pointer-events: auto;
  cursor: pointer;
  bottom: 1.25rem;
  right: 1.25rem;
}

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

.padding-24 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-white-with-shadow-2-alt {
  color: #111;
  background-color: #fff;
  border: .5px solid #ccc;
  border-radius: 8px;
  align-items: center;
  min-height: 46px;
  margin-top: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px #0000001a;
}

.button-white-with-shadow-2-alt:hover {
  color: #771ee6;
  border-color: #771ee6;
}

.button-white-with-shadow-2-alt.dark-mode {
  color: #fffc;
  background-color: #ffffff1a;
  font-weight: 400;
}

.button-white-with-shadow-2-alt.dark-mode:hover {
  background-color: #ffffff36;
}

.youbethejudge {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.comparison-table-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.comparison-entry {
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  font-size: 18px;
  display: flex;
}

.image-58 {
  border-radius: 12px;
  width: 100px;
  height: 100px;
}

.comparison-tick-entry {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.text-span-15 {
  color: #fff;
  font-weight: 500;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-1343 {
  color: #fff;
  text-align: center;
  width: 100%;
}

.div-block-190 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 584px;
  display: flex;
}

.text-span-3 {
  color: #c47aff;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-45 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-49 {
  color: #fff;
  width: 100%;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-49.bold {
  font-weight: 700;
}

.text-block-49.purple {
  color: #d2b7f9;
}

.image-13 {
  position: absolute;
  inset: auto auto -1.5% -1.5%;
}

.div-block-170 {
  box-shadow: 0 7px 61px #281344;
}

.link-block-6 {
  text-decoration: none;
}

.text-span-23, .text-span-19 {
  color: #fff;
  font-weight: 500;
}

.image-14 {
  width: 90px;
}

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

.image-36 {
  z-index: 0;
  filter: brightness(120%);
  width: 100%;
  height: 100%;
  position: relative;
  inset: -3% -3% auto auto;
  transform: rotate(1deg);
}

.div-block-175 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/bonus-step_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 470px;
  padding: 64px;
  display: flex;
}

.faq-title-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 718px;
  display: flex;
}

.image-11 {
  position: absolute;
  inset: -1.5% auto auto -1.5%;
}

.paragraph {
  color: #cdd0d5;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  display: flex;
}

.close {
  flex: 0 auto;
  width: 24px;
  display: none;
  overflow: visible;
}

.blur-button-effect {
  filter: blur(6.17px);
  background-image: radial-gradient(circle, #0000, #ffffff26);
  border-radius: 10px;
  font-family: Inter Tight, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-31 {
  color: #f5f5f5;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-35 {
  color: #e5e5e5;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.accordion-item {
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px;
}

.accordion-item.open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f041b00;
  border: 1px #ffffff0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.div-block-192 {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  box-shadow: inset 0 -3.6px 3.6px #e4e5e7;
}

.toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle.margin {
  margin-top: 20px;
}

.image-15 {
  position: absolute;
  inset: 32px auto auto 16px;
}

.button-get-started {
  -webkit-backdrop-filter: drop-shadow(0 1px 2px #0000000f);
  backdrop-filter: drop-shadow(0 1px 2px #0000000f);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 4px 12px;
  transition: filter .15s;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.accordion-item-trigger {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 708px;
}

.div-block-195 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-172 {
  box-shadow: 0 7px 61px #281344;
}

.pricing-cards-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.image-bg {
  z-index: 0;
  filter: brightness(110%);
  border-radius: 36px;
  width: 100%;
  height: 865px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: 0%;
}

.text-span-20 {
  color: #fff;
  font-weight: 500;
}

.item {
  background-color: #000;
  border: 1px #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 105px;
  padding: 24px;
  display: flex;
  position: relative;
}

.item.item-2 {
  background-color: #43037c;
  border-style: solid;
  border-color: #fff3;
  overflow: hidden;
}

.div-block-161 {
  filter: drop-shadow(0 2px 4px #312700);
  background-image: linear-gradient(#ad48fd, #ad48fdcc);
  border-radius: 12px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

.div-block-161.buttonprice-get {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 38.4px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  box-shadow: inset 0 3.08px 6.17px #ffffff40;
}

.text-block-42 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-186 {
  object-fit: cover;
  background-image: url('../images/avatar.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #262626;
  border-radius: 999px;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.text-span-16 {
  color: #fff;
  font-weight: 500;
}

.div-block-165 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2rem;
}

.accordion-heading.in-faq {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 715px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-33 {
  color: #e5e5e5;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.wrapper-cta-button-social-proof {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-cta-button-social-proof.mt-60 {
  margin-top: 60px;
}

.wrapper-cta-button-social-proof.vertical {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
}

.text-span-12 {
  color: #ad48fd;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.card-block {
  z-index: 9;
  -webkit-backdrop-filter: drop-shadow(0 7px 61px #281344);
  backdrop-filter: drop-shadow(0 7px 61px #281344);
  cursor: pointer;
  background-color: #09021ae3;
  border: 1px solid #ffffff1a;
  padding: 50px 38px;
  transition: background-color .2s;
  position: relative;
}

.card-block.card-9 {
  z-index: 1;
  background-color: #09021a00;
  height: 100%;
}

.card-block.card-4 {
  z-index: 6;
  height: 100%;
}

.card-block.card-4.card-affiliate-border {
  border-style: none;
}

.card-block.card-7 {
  z-index: 3;
  background-color: #09021a00;
  height: 100%;
}

.card-block.card-1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  height: 100%;
}

.card-block.card-1.card-affiliate-border {
  border-style: none;
  display: flex;
}

.card-block.card-6 {
  z-index: 4;
  background-color: #09021a80;
  height: 100%;
}

.card-block.card-3 {
  z-index: 7;
  height: 100%;
}

.card-block.card-3.card-affiliate-border {
  border-style: none;
}

.card-block.card-3.border-2 {
  border-color: #77486f;
}

.card-block.card-5 {
  z-index: 5;
  background-color: #000;
  height: 100%;
}

.card-block.card-2 {
  z-index: 8;
  height: 100%;
}

.card-block.card-2.border-2 {
  border-color: #ffffff1a;
}

.card-block.card-2.card-affiliate-border {
  border-style: none;
}

.card-block.card-8 {
  z-index: 2;
  background-color: #09021a00;
  height: 100%;
}

.div-block-7 {
  width: 100%;
  max-width: 612px;
  margin-top: -10px;
}

.div-block-167 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #e4dadf99, #8461e500);
  padding: 1px 0 0 1px;
  box-shadow: 0 7px 61px #281344;
}

.table-of-features {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.text-span-14 {
  color: #fff;
  font-weight: 500;
}

.text-span-24 {
  color: var(--baked-pink-lighter);
}

.div-block-202 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-8 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-173 {
  box-shadow: 0 7px 73px #471474c4;
}

.text-block-17 {
  color: #cdd0d5;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.image-10 {
  position: absolute;
  inset: -1.5% -1.5% auto auto;
}

.text-block-16 {
  color: #fffbea;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.bold-text-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}

.image-61 {
  margin-left: 30%;
  margin-right: auto;
}

.text-span-22 {
  color: #fff;
  font-weight: 500;
}

.div-block-200 {
  background-color: #1e0930;
  border: 1px solid #ffffff0d;
  border-radius: 12px 12px 20px 20px;
  width: 100%;
  padding: 14px 14px 20px;
  font-size: 16px;
}

.div-block-200.features-2 {
  background-color: #0f041b;
  height: auto;
}

.text-span-17 {
  color: #fff;
  font-weight: 500;
}

.card-testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000605;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  padding: 30px;
  display: flex;
}

.card-testimonial:hover {
  background-color: #3700621a;
}

.card-testimonial.w--current {
  background-color: #37006263;
}

.card-testimonial.smaller {
  width: 250px;
  padding: 24px;
  font-size: 16px;
}

.price-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0f041b;
  border: 1px solid #1e0930;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.price-card.price-3 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.price-card.price-4 {
  background-color: #1e0930;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.div-block-144 {
  padding-top: 25px;
}

.div-block-198 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-21 {
  color: #fff;
  font-weight: 500;
}

.image-34-copy {
  opacity: 0;
  width: 260px;
  position: absolute;
  inset: -19% -13% auto auto;
}

.div-block-174 {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1266px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-6 {
  color: #cdcdcd;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-187 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-169 {
  box-shadow: 0 7px 61px #281344;
}

.text-block-47 {
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-180 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-12 {
  z-index: 1;
  position: absolute;
  inset: auto -1.5% -1.5% auto;
}

.text-block-36 {
  color: #999;
  font-weight: 400;
  line-height: 1.4em;
}

.hero {
  width: 100%;
}

.hero.hero-affiliate {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 865px;
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.div-block-140 {
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.testimonials-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 225px;
  display: flex;
  overflow: hidden;
}

.testimonials-2.testimonials-affiliate {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.accordion-item-content {
  width: 100%;
  margin-top: 5px;
  margin-right: 0;
  padding: 0 0 0 50px;
  overflow: hidden;
}

.plus {
  width: 24px;
}

.price-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 205px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-2.price-spacing {
  padding-top: 100px;
}

.div-block-197 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-39 {
  color: #fffbea;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-142 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 562px;
  display: flex;
  position: relative;
}

.text-block-48 {
  color: #fff;
  width: 100%;
  font-weight: 500;
  line-height: 20px;
}

.text-block-48.biz {
  color: #d2b7f9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-43 {
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: url('../images/content.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #360d6880;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 20px;
  display: flex;
  position: relative;
}

.button-8.fs-14 {
  display: block;
}

.button-8.rsvp {
  background-image: url('../images/content.png');
  background-size: cover;
}

.monthly-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.text-block-32 {
  color: #999;
  width: 100%;
  line-height: 1.2em;
}

.div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.reviews-testimonials-block {
  width: 100%;
}

.text-block-41 {
  color: #c0baba;
  line-height: 1.2em;
}

.gradient-1 {
  z-index: 0;
  opacity: .56;
  background-image: linear-gradient(135deg, #fff, #cfc4ea 40%, #0000);
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.gradient-1.gradient-2 {
  background-image: linear-gradient(315deg, #fff, #0000);
}

.div-block-176 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-30 {
  color: #cfc4ea;
  text-align: center;
  width: 100%;
  line-height: 1.3em;
}

.div-block-189 {
  z-index: 1;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.color-block {
  background-color: #0e03168f;
  position: absolute;
  inset: 0%;
}

.div-block-191 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-span-18 {
  color: #fff;
  font-weight: 500;
}

.div-block-212 {
  z-index: 0;
  background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 60%);
  position: absolute;
  inset: -3%;
}

.text-block-5 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.faq.faq-affiliate {
  padding-top: 64px;
  padding-bottom: 64px;
}

.item-block {
  z-index: 10;
  padding: 1px;
  position: relative;
}

.div-block-160 {
  cursor: pointer;
  background-color: #360d680d;
  border: 1px solid #360d680d;
  border-radius: 9999px;
  width: 100%;
  padding: 0 4px 4px;
  transition: filter .3s;
}

.div-block-160:hover {
  filter: brightness(80%);
}

.div-block-201 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bg-on-table {
  z-index: 0;
  transform-style: preserve-3d;
  width: 1256px;
  position: absolute;
  bottom: 1%;
  left: auto;
  right: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.section-5 {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
  overflow: clip;
}

.section-5.second-s5 {
  padding-bottom: 180px;
  overflow: hidden;
}

.section-5.second-s5.overflow-visible {
  overflow: hidden;
}

.section-5.first-s5 {
  padding-bottom: 0;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-purple-wrapper {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #2c014f;
  border: 1px solid #2c014f;
  border-radius: 9999px;
  padding: 4px;
  transition: filter .25s;
  display: none;
}

.button-purple-wrapper:hover {
  filter: brightness(90%);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
}

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

.yearly {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  display: grid;
}

.secondary-cta {
  cursor: pointer;
  background-image: url('../images/content.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.secondary-cta:hover {
  background-color: #370062cc;
  background-image: none;
}

.secondary-cta.in-navbar {
  border-radius: 1000px;
  padding: 12px 16px;
  font-size: 14px;
}

.secondary-cta.pill {
  border-radius: 100px;
}

.section-6 {
  background-color: #ad48fd;
  border: 1.2px solid #9823f4;
  border-radius: 999px;
  justify-content: flex-end;
  align-items: center;
  width: 38px;
  height: 24px;
  padding: 2.4px;
  display: flex;
  box-shadow: inset 0 4.8px 4.8px #0f0f101f;
}

.image-16 {
  position: absolute;
  inset: auto 16px 32px auto;
}

.stack-cards {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 43px;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-40 {
  color: #fff;
  width: 100%;
  line-height: 1.2em;
}

.div-block-166 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-193 {
  background-color: #ad48fd;
  border-radius: 999px;
  width: 4px;
  height: 4px;
}

.div-block-168 {
  box-shadow: 0 7px 61px #281344;
}

.text-block-7 {
  color: #e3e3e3;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-10 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  display: flex;
}

.div-block-29 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 710px;
  margin-left: 98px;
  display: flex;
  position: relative;
}

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

.div-block-199.vertical {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.text-span-13 {
  color: #fff;
  font-weight: 600;
}

.image-9 {
  position: absolute;
  inset: -79% 0% auto;
}

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

.div-block-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding-top: 106px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.table-before-after {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 908px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.text-block-46 {
  color: #fff9;
  font-size: 12px;
  line-height: 1em;
}

.div-block-196 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-19 {
  color: #cdd0d5;
  text-align: left;
  width: 100%;
  max-width: 612px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-14 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.video-bg-new {
  z-index: 1;
  aspect-ratio: 15.2 / 9;
  object-fit: cover;
  background-color: #ffdc240d;
  border-radius: 16px;
  width: 900px;
  max-width: 100%;
  height: auto;
  margin-top: 100px;
}

.video-bg-new.on-tools-page {
  margin-top: 0;
  display: flex;
}

.content {
  background-color: var(--bg-body);
  color: #ffffffbf;
  font-family: Inter Tight, sans-serif;
}

.old-content {
  display: none;
}

.image-42 {
  margin-right: 150px;
}

.div-block-236 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.section-7 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-7.section-2---affiliate {
  padding-top: 66px;
}

.image-65 {
  position: absolute;
  inset: auto auto -1.5% -1.5%;
}

.image-65.plus-affiliate {
  left: -1.25%;
}

.image-66 {
  width: 90px;
}

.div-block-240 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 718px;
  display: flex;
}

.image-67 {
  position: absolute;
  inset: -1.5% auto auto -1.5%;
}

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

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

.div-block-227 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-242 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-span-48 {
  color: #fff;
}

.text-block-1356 {
  color: #cdd0d5;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.image-68 {
  z-index: 0;
  position: absolute;
  inset: -1% auto auto -1%;
}

.div-block-243 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-243.div-affiliate {
  background-image: radial-gradient(circle at 0%, #77486f, #77486f00);
  padding: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.image-46 {
  width: 200px;
  margin-bottom: 20px;
  margin-right: 40px;
}

.hero-text-on-affiliate-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-247 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-249 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #e4dadf99, #8461e500);
  padding: 1px 0 0 1px;
  box-shadow: 0 7px 61px #281344;
}

.div-block-249.div-affiliate-card {
  background-image: radial-gradient(circle farthest-side at 100%, #77486f, #77486f00);
  padding-bottom: 1px;
  padding-right: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.div-block-249.radial-2 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #e4dadf99, #8461e500 91%);
}

.div-block-250 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-250.affiliate-section-6 {
  grid-template-rows: auto;
}

.div-block-250.grid-affiliate {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-span-45, .text-span-41 {
  color: #ad48fd;
}

.image-70 {
  position: absolute;
  inset: -1.5% -1.5% auto auto;
}

.image-70.plus-affiliate {
  top: -2%;
  right: -1.25%;
}

.text-span-46 {
  color: #ad48fd;
}

.bold-text-6 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}

.div-block-253 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-span-44 {
  color: #ad48fd;
}

.div-block-224 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-260 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-260.div-affiliate {
  background-image: radial-gradient(circle at 100%, #77486f, #77486f00);
  padding: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.image-71 {
  z-index: 1;
  position: absolute;
  inset: auto -1.5% -1.5% auto;
}

.image-71.plus-affiliate {
  right: -1.25%;
}

.div-block-265 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 832px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-266 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.div-block-267 {
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-block-278 {
  background-color: #ad48fd00;
  border: 1px #ad48fd33;
  border-radius: 0;
  width: 100%;
  padding: 0;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.div-block-280 {
  background-color: #000;
  border-top: 7px solid #ad48fd1a;
  border-left: 7px solid #ad48fd1a;
  border-right: 7px solid #ad48fd1a;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 519px;
  display: flex;
}

.text-block-1364 {
  color: #cfc4ea;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  line-height: 1.3em;
}

.div-block-281 {
  z-index: 1;
  background-color: #0e0319;
  border: 1px solid #000;
  border-radius: 60px;
  width: 100%;
  margin-top: 18px;
  padding-top: 90px;
  padding-left: 88px;
  padding-right: 60px;
  display: block;
  position: sticky;
  top: 1rem;
  overflow: hidden;
}

.div-block-225 {
  width: auto;
  padding-top: 24px;
}

.text-block-1367 {
  color: #fff;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-span-42 {
  color: #ad48fd;
}

.text-block-1368 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-286 {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #2c014f;
  border: 1px solid #2c014f;
  border-radius: 9999px;
  outline: 2px solid #2c014f00;
  width: auto;
  max-width: 210px;
  padding: 4px;
  transition: all .2s, filter .25s;
}

.div-block-286:hover {
  filter: brightness(112%);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  outline-offset: 0px;
  border-width: 1px;
  outline: 2px solid #2c014f;
}

.image-45 {
  filter: drop-shadow(0 18.51px 37.01px #ad48fd);
  margin-bottom: 8px;
}

.text-span-43 {
  color: #fff;
}

.div-block-289 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.text-span-47 {
  color: #fff;
}

.div-block-291 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-291.div-affiliate {
  background-image: radial-gradient(circle at 0%, #77486f, #77486f 0%);
  padding: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.div-block-291.border-2 {
  background-image: linear-gradient(#543c7d, #0e061f);
}

.heading-3-style {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-on-affiliate-page {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.section-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 182px;
  display: flex;
  overflow: hidden;
}

.section-10.section-3-affiliate {
  overflow: visible;
}

.tabs-menu-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.text-block-44-copy {
  color: #fff9;
  text-align: center;
  width: 100%;
  margin-top: -8px;
  font-size: 12px;
  line-height: 1.4em;
}

.text-block-44-copy.last-one {
  margin-top: -12px;
}

.text-block-44-copy._2 {
  margin-top: 0;
}

.rte-in-collection-main {
  width: 100%;
}

.rte-in-collection-main.benefits-rte {
  column-count: 2;
  column-rule: 1px dashed #ffffff5c;
  column-gap: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rte-in-collection-main.h3-no-margin-up h3 {
  margin-top: 0;
}

.rte-in-collection-main a {
  color: #c985ff;
}

.rte-in-collection-main a:hover {
  text-decoration: underline;
}

.rte-in-collection-main h1 {
  color: #fff;
}

.rte-in-collection-main h2 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 14px;
}

.rte-in-collection-main h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
}

.rte-in-collection-main h4 {
  color: #fff;
}

.rte-in-collection-main img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.rte-in-collection-main p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.7;
}

.rte-in-collection-main blockquote {
  background-color: #ffffff1a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
}

.rte-in-collection-main li {
  margin-bottom: 10px;
  font-size: 20px;
}

.rte-in-collection-main ol, .rte-in-collection-main ul {
  margin-bottom: 24px;
}

.rte-in-collection-main figure {
  width: 100%;
  margin: 10px auto;
}

.faq-item {
  color: #000;
  text-align: left;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.faq-item:hover {
  border-color: #278ef5;
}

.list-of-ticks {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: .7;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  display: none;
}

.heading-4 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-mb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-11 {
  background-color: #0c1722;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dotted-line-pic {
  width: 1px;
  height: 50px;
  margin-top: 20px;
}

._100-width-2 {
  width: 100%;
  display: block;
  overflow: visible;
}

.grid-how-to {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: flex-start start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.modal-mask {
  z-index: 1001;
  position: absolute;
  inset: 0%;
}

.html-embed-icon-main-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-icon-main-2.hiw-icon {
  width: 30px;
  height: 30px;
}

.html-embed-icon-main-2.hiw-icon-arrow {
  color: var(--baked-pink);
  flex: none;
  width: 40px;
  height: 40px;
}

.html-embed-icon-main-2.breadcrumb-delimitator {
  color: #999;
  width: 16px;
  height: auto;
}

.how-to-grid-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.ribbon-entry-icon {
  color: #2eb67c;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 4px;
  display: flex;
}

.ribbon-entry-icon.star-icon {
  color: #2eb67c;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.ribbon-entry-icon.star-icon.yellow-star {
  color: #facc15;
}

.tick-prefooter-cta {
  align-items: center;
  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.tick-prefooter-cta.ticks-on-sidebar {
  opacity: .8;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 4px;
}

.section-for-vertical-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  position: relative;
}

.icon-styled {
  color: #ad48fd;
  background-image: linear-gradient(119deg, #070417, #370062 58%, #560b90);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 18px;
  display: flex;
  box-shadow: 0 0 0 .5px #0003, 0 0 0 2px #ad48fd, inset 0 3px 6px #00000040, 0 3px 4px #ad48fd40;
}

.faq-wrapper-on-tools {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.author-image-in-social-proof-wrapper {
  border: 2px solid var(--dark-purple-ui);
  color: #fff;
  background-color: #ff8f7d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-left: -14px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  box-shadow: 1px 1px 3px #00000024;
}

.author-image-in-social-proof-wrapper.first-one {
  margin-left: 0;
}

.white-text {
  color: #fffbea;
}

.white-text.maxw-770 {
  max-width: 770px;
}

.white-text.maxw-800 {
  max-width: 800px;
}

.white-text.aligned-mid {
  text-align: center;
}

.white-text.feature-use-case__tab-text__headline {
  font-weight: 500;
}

.div-block-313 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.h1-hero {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 43px;
  line-height: 1.1;
  display: inline-block;
}

.h1-hero.small {
  font-size: 36px;
}

.image-79, .image-80 {
  width: 46px;
}

.hero-wrapper-horizontal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 865px;
  padding: 220px 62px 120px;
  display: flex;
  position: relative;
}

.hero-text-section-on-tools {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading-2-style-actually {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.pre-header-pink {
  color: #d3b2ffc7;
  margin-bottom: 10px;
  font-family: Kalam, sans-serif;
  font-size: 26px;
}

.hero-image-on-tools {
  width: 55%;
  position: relative;
}

.pricing-hero-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 106px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tick-benefit-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.maxw {
  max-width: 930px;
}

.flex-vertical-center-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-main {
  z-index: 3;
  flex-flow: column;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.grid-of-videos {
  grid-column-gap: 24px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

.author-img-creator-video {
  border: 2px solid var(--dark-purple-ui);
  color: #fff;
  object-fit: cover;
  background-color: #ff8f7d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  box-shadow: 1px 1px 3px #00000024;
}

.wrapper-of-code-embed-for-video {
  border-radius: 12px;
  margin-top: 20px;
  overflow: hidden;
}

.fs-16 {
  font-size: 16px;
}

.preheading-video-showcase {
  color: #747474;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.hiw-step-entry {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.hiw-pillbox-2 {
  z-index: 1;
  color: #ffffffbf;
  background-color: #260746;
  border: 1px solid #ad48fdc4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 5px 12px #ad48fd1f;
}

.bg {
  z-index: 0;
  width: 1256px;
  position: absolute;
  inset: -417% auto auto -527%;
  transform: translate(0);
}

.text-span-52 {
  color: #ad48fd;
}

.div-block-315 {
  z-index: 0;
  background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 60%);
  position: absolute;
  inset: -3%;
}

.div-block-316 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.text-block-1383 {
  z-index: 1;
  color: #fff;
  text-align: right;
  width: 100%;
  max-width: 630px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.image-88 {
  z-index: 1;
  position: relative;
}

.div-block-317 {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-1385 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 630px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.div-block-318 {
  z-index: 0;
  position: relative;
}

.image-90 {
  z-index: 0;
  filter: brightness(120%);
  width: 100%;
  height: 100%;
  position: relative;
  inset: -3% -3% auto auto;
  transform: rotate(1deg);
}

.picture-wrapper {
  background-color: var(--baked-pink);
  border-radius: 20px;
  width: 95%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.image-92 {
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
}

.this-could-be-you {
  margin-bottom: -22px;
}

.this-could-be-you.v2-in-success-stories {
  width: 200px;
  margin-bottom: 0;
  margin-left: 400px;
}

.tcby-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -40px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.white-and-semibold-text {
  color: #fff;
  font-weight: 600;
}

.div-block-320 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-1386 {
  color: #ffffffb5;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.span-baked-pink-lighter {
  color: var(--baked-pink-lighter);
}

.lazy-video-cg {
  width: 100%;
}

.card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffffbf;
  text-align: left;
  background-color: #260746;
  border: 1px solid #ad48fdc4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 1.6;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 12px #ad48fd1f;
}

.card:hover {
  background-color: #581e92;
  border-color: #dbadffc4;
}

.flag-text-emoji {
  color: #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: -6px;
  padding: 1px 6px;
  font-size: 24px;
  line-height: 1.1;
}

.animated-button {
  color: #fff;
  background-image: linear-gradient(#8301ef, #b430ff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  padding: 24px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.strip-of-logos-wrapper {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.strip-of-logos-wrapper.strip-of-logos-homepage {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 3350px;
  display: flex;
  overflow: hidden;
}

.logo-slider-img {
  opacity: .8;
}

.logo-slider-img.cc-logo {
  filter: brightness(200%) grayscale();
}

.logo-slider-img.invert-logo {
  filter: invert();
}

.logo-slider-img.dj-logo {
  filter: brightness(200%);
}

.logo-slider-img.pl-logo {
  filter: brightness(200%) grayscale();
}

.logo-slider-img.inved-logo {
  margin-right: -30px;
}

.testimonial-text {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.testimonial-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.testimonial-author-logo-pic {
  object-fit: cover;
  background-color: #fff;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  margin-top: 34px;
  margin-left: -34px;
  position: relative;
  box-shadow: 0 1px 2px #0000001a;
}

.text-block-1340 {
  font-weight: 300;
}

.testimonial-author-name {
  font-size: 16px;
  font-weight: 500;
}

.archive-section-wrapper-2 {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  padding: 40px;
  display: flex;
}

.testimonial-author-pic {
  object-fit: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.testimonial-author-pic.tp-pink {
  background-color: #fddce5;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.badge-for-rating-2 {
  color: #777;
  border: .5px solid #dfe0e5;
  border-radius: 100px;
  align-items: center;
  margin-top: 2px;
  padding: 4px 6px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 1px 2px #00000014;
}

.archive-element-entry-2 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.archive-element-entry-2.testimonials {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-of-verticals {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.collection-item-3 {
  justify-content: space-between;
  display: flex;
}

.vertical-page-link-block {
  color: #fffc;
  background-color: #09021ae3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.vertical-page-link-block:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #c47affb3, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.image-8-copy-222 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 382px;
  height: 120px;
}

.h2-in-vertical-collection {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.blog-post__text {
  border: 1px solid var(--dark-purple-ui);
  text-align: left;
  background-color: #0f041b;
  background-image: linear-gradient(135deg, #350d664d, #0000);
  border-radius: 24px;
  width: 100%;
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-post__sidebar__content__link {
  color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding: 4px;
  font-size: .8rem;
  display: block;
}

.blog-post__sidebar__content__link:hover {
  background-color: var(--dark-purple-ui);
}

.blog-post__sidebar__content__link.active {
  background-color: var(--y);
  color: var(--black);
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h3 {
  color: var(--white);
  margin-left: .5rem;
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h4 {
  color: var(--white);
  margin-left: 1rem;
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h2 {
  color: var(--white);
  font-weight: 500;
}

.blog-post__sidebar__content__link.active {
  color: #fff;
  background-color: #782cdb;
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h2 {
  font-weight: 600;
}

.div-block-321 {
  margin-top: 10px;
}

.blog-post {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post__sidebar__toggle {
  width: 100%;
}

.blog-post__sidebar__toggle__button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-purple-ui);
  color: #808292;
  border: 1px solid #ad48fd80;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.blog-post__sidebar__toggle__button:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 3px 9px #3c42571a, 0 2px 5px #0003;
}

.blog-post__sidebar__content__links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post__columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 700px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.blog-post__sidebar {
  flex: 1 1 0;
  min-width: 0;
}

.blog-post__sidebar.blog-post__sidebar-sticky {
  flex: 1 0 auto;
  min-height: 1px;
}

.blog-post__sidebar__content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.blog-post__sidebar__toggle__button__text {
  color: var(--white);
}

.blog-post__sidebar__wrapper.blog-post__sidebar__wrapper--sticky {
  z-index: 999;
  width: 100%;
  padding: 0 16px 16px;
  position: sticky;
  top: 24px;
}

.blog-post__content {
  max-width: 100%;
}

.blog-post__sidebar__toggle__button__icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-dates {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.tools-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tool-grid__sidebar-wrapper {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 24px;
}

.tools-grid__sidebar__toggle {
  display: none;
}

.tools-grid__sidebar__content {
  font-size: 16px;
}

.tools-grid__sidebar__content__links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tools-grid__sidebar__content__link {
  color: #777;
  text-align: left;
  cursor: pointer;
  transition: all .2s;
}

.tools-grid__sidebar__content__link:hover {
  color: var(--white);
  text-decoration: underline;
}

.tools-grid__sidebar__content__link.active {
  color: var(--baked-pink-lighter);
}

.tools-grid__sidebar__toggle__button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tools-grid__sidebar__toggle__button__icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tools-grid__container {
  width: 100%;
  max-width: 100%;
}

.tools-grid__sidebar__headling, .tools-grid__sidebar__content__cta {
  text-align: left;
}

.section-header {
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  height: 865px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.section-header__background {
  filter: brightness(110%);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-content {
  z-index: 2;
  min-height: 725px;
  margin-bottom: 140px;
  position: relative;
  inset: 140px 0% auto;
}

.hero-content.hero-content--vertical {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.hero-section__content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ss-testimonials {
  z-index: 3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.ss-testimonials__slide-wrapper {
  text-align: center;
  background-image: url('../images/bonus-step_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 24px 16px;
  display: flex;
}

.ss-testimonials__stars {
  margin-top: 16px;
  margin-bottom: 16px;
}

.embla__slide.main-features__slide {
  cursor: pointer;
  flex: 0 0 800px;
  min-width: 0;
}

.ss-testimonials__slide.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  margin-right: 2rem;
}

.ss-testimonials__container.embla__container {
  flex-flow: row;
  display: flex;
}

.ss-testimonials__viewport.embla__viewport {
  overflow: hidden;
}

.ss-testimonials__slider.embla {
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.ss-testimonials__slider.embla.mt-mb-60 {
  max-width: 1140px;
}

.ss-testimonials__thumbs.embla-thumbs {
  margin-top: 1rem;
  position: relative;
}

.ss-testimonials__thumbs__container.embla-thumbs__container {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.ss-testimonials__thumbs__slide.embla-thumbs__slide {
  cursor: pointer;
  background-color: #000605;
  border-radius: 20px;
  flex: 0 0 250px;
  min-width: 0;
  margin-right: .5rem;
  transition: background-color .3s;
}

.ss-testimonials__thumbs__slide.embla-thumbs__slide:hover {
  background-color: #3700621a;
}

.ss-testimonials__thumbs__slide-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.ss-testimonials__thumbs__image {
  object-fit: cover;
  border-radius: 100%;
  flex: none;
  width: 60px;
  height: 60px;
}

.no-credit-card-required {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-1388 {
  color: var(--white-50);
  font-size: 14px;
  display: none;
}

.ss-btn {
  background-color: var(--y);
  color: var(--black);
  background-image: url('../images/star-pattern.svg'), linear-gradient(#ffef81e6, #ffb800e6);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #ffc114;
  border-radius: 999px;
  padding: 12px 20px;
  transition: filter .2s;
  box-shadow: 0 0 0 6px #1d083666;
}

.ss-btn:where(.w-variant-36344aea-34a5-5dd2-b7d8-6de8cb07d90b) {
  padding: 8px 16px;
}

.ss-btn:hover {
  filter: brightness(80%);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/star-pattern.svg'), linear-gradient(#ffef81e6, #ffb800e6);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.ss-btn.ss-btn--glow {
  box-shadow: 0 0 6px 0 var(--y);
}

.ss-btn__text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ss-btn__text:where(.w-variant-36344aea-34a5-5dd2-b7d8-6de8cb07d90b) {
  font-size: 14px;
}

.code-embed-2 {
  width: 100%;
  height: auto;
}

.image-96 {
  z-index: 1;
  opacity: .62;
  filter: brightness(200%) brightness(200%) blur(50px);
  display: block;
  position: absolute;
  inset: -158% -28% auto auto;
}

.image-96.gradient-2-blur {
  left: -28px;
  right: auto;
}

.image-97 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: -3% -.8% auto auto;
}

.text-block-1389 {
  z-index: 1;
  color: #cdd0d5;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
  position: static;
}

.image-98 {
  opacity: 1;
  width: 260px;
  position: absolute;
  inset: -19% -13% auto auto;
}

.image-99 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto auto -3% -.8%;
}

.text-span-60 {
  color: #fff;
  font-weight: 500;
}

.div-block-323 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-324 {
  position: relative;
  overflow: hidden;
}

.image-100 {
  width: 220px;
  position: absolute;
  inset: -15% auto auto -7%;
}

.image-101 {
  filter: blur(1.8px);
  mix-blend-mode: screen;
  max-width: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-span-61 {
  color: #fff;
  font-weight: 500;
}

.image-102 {
  filter: brightness(200%);
  width: 6px;
  position: absolute;
  inset: -3% auto auto -.8%;
}

.image-103 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto -.8% -3% auto;
}

.text-span-62 {
  color: #fff;
}

.steps__icon {
  background-color: var(--dark-purple-ui);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.steps__text {
  color: var(--white);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.step-name {
  background-color: var(--dark-purple-ui);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
  display: none;
}

.step__bold {
  color: var(--baked-pink-lighter);
}

.empty-state-2 {
  background-color: #0000;
}

.text-block-1390 {
  color: var(--white);
}

.section-features {
  z-index: 1;
  position: relative;
}

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

.other-features-container {
  width: 100%;
}

.other-features-container.mb-40 {
  z-index: 2;
  position: relative;
}

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

.text-span-63 {
  color: var(--baked-pink);
}

.heading-5 {
  color: var(--white);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.section-headline {
  color: var(--white);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.section-headline.mt-mb-60 {
  z-index: 2;
  text-align: center;
  position: relative;
}

.section-headline.bg-container {
  z-index: 2;
  position: relative;
}

.section-headline.max-w-720.center {
  text-align: center;
}

.other-features__item {
  background-image: linear-gradient(#36006166, #1e09304d);
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 0 4px #0006, 0 0 13px 1px #0003;
}

.other-features__item-headline {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

.other-features__item-description {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

.other-features__item-icon {
  width: 60px;
  height: 60px;
}

.bg-glow {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle closest-side, #ad48fd1a, #360d6800), radial-gradient(circle closest-side, #360d685e, #0000);
  background-clip: border-box;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -25%);
}

.bg-glow.bg-glow--center {
  transform: translate(0);
}

.bg-glow.bg-glow--small {
  width: 100%;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -30%);
}

.section-clip-marquee {
  z-index: 2;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-clip__marquee-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.clip-marquee__image {
  border-radius: 36px;
  flex: none;
}

.marquee-code {
  display: none;
}

.section-clip__marquee-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.main-features {
  z-index: 2;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-features__slider.embla {
  max-width: 1266px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.embla__viewport.main-features__viewport {
  width: 100%;
  overflow: visible;
}

.embla__container.main-features__container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.main-features__graphic {
  aspect-ratio: 2084 / 1080;
  background-color: #ffffff08;
  border-radius: 36px;
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 0 0 7px #c47aff1a;
}

.heading-6 {
  color: var(--white);
  font-size: 22px;
  font-weight: 300;
  line-height: 1em;
}

.text-block-1391 {
  color: #cfc4ea;
  font-size: 16px;
  font-weight: 400;
}

.section-cta {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.code-embed-3 {
  z-index: 1;
  object-fit: cover;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.main-features__play-button {
  z-index: 2;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-tabs.mt-mb-60 {
  z-index: 4;
  position: relative;
}

.tabs-container {
  width: 100%;
}

.tabs-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: grid;
}

.tabs-component.mt-40.hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-component__menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tabs-component__content {
  transition: transform .4s ease-out;
}

.tabs-compoonent__menu-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-component__menu-body {
  overflow: hidden;
}

.tabs-component__tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1e0930;
  background-image: linear-gradient(#6507b733, #9823f433);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.tabs-component__tab.w--current {
  background-color: #620dac;
}

.tabs-component__menu-header-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.tabs-component__menu-body-text {
  color: #cfc4ea;
  padding-top: 16px;
  font-size: 16px;
  overflow: hidden;
}

.tabs-component__pane {
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.tabs-component__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.image-106 {
  filter: drop-shadow(0 10px 20px #ad48fd80);
  width: 60px;
  height: 60px;
  transform: rotate(-10deg);
}

.main-features__body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 16px;
  display: flex;
}

.main-features__icon {
  flex: none;
}

.main-features__icon__image {
  filter: drop-shadow(0 10px 20px #ad48fd80);
  width: 60px;
  height: 60px;
  margin-top: 20px;
  transform: rotate(-10deg);
}

.code-embed-4 {
  display: block;
}

.ss-testimonials__slide-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.ss-testimonials__slide__image {
  box-shadow: 0 0 0 7px var(--dark-purple-ui);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  overflow: hidden;
}

.ss-testimonials__slide__image__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ss-testimonials__slide__text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.ss-testimonials__slide__text__heading {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.ss-testimonials__slide__text__quote {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
}

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

.other-features__bento-grid__item {
  text-align: center;
  background-color: #1e09304a;
  border: 1px solid #ad48fd80;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 0 2px #010c0a80;
}

.other-features__bento-grid__image {
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid #57247f;
  border-radius: 16px;
  width: 100%;
  transition: opacity .2s;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 7px #360d68b3;
}

.other-features__bento-grid__img {
  object-fit: contain;
  width: 100%;
}

.ss-online-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--y);
  background-image: linear-gradient(360deg, #fff0, #fff3);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 7px #360d684d;
}

.ss-online-btn:hover {
  background-color: #e5b80a;
}

.main-button {
  color: #fff;
  background-color: #2eb67c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.main-button:hover {
  background-color: #1a8f5d;
}

.main-button:active {
  background-color: #0f6641;
}

.ss-online-btn__text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ss-online-btn__button {
  z-index: 6;
  background-color: var(--white);
  filter: drop-shadow(0 1px 2px #00000014);
  text-align: center;
  border: 1px solid #0a0a0a29;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  box-shadow: 0 -.5px #0000001f;
}

.ss-online-btn__button-text {
  font-size: 14px;
}

.ss-online-btn__link-cover {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.ss-online-btn__image {
  width: 44px;
  height: 44px;
}

.ss-online-btn__txt-block {
  z-index: 6;
  text-align: left;
  position: relative;
}

.ss-online-btn__txt-block__headline {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.ss-online-btn__text-block__sub-text {
  color: #000c;
  font-weight: 400;
}

.hero-content__wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.hero-content__col {
  flex: none;
  width: 100%;
}

.hero-content__image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 7px #c47aff1a;
}

.image-109 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

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

.hero-content__text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-subheading {
  font-size: 22px;
  line-height: 1.6;
}

.hero-subheading.maxw {
  text-align: center;
}

.heading-mini {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.heading-mini-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-quotes {
  z-index: 3;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.marquee-quotes__container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-quotes__inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 12px;
  display: flex;
}

.marquee-quotes__block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 24px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 7px #360d6833;
}

.marquee-quotes__paragraph {
  color: var(--white);
  font-size: 16px;
}

.marquee-quotes__user-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-quotes__user-avatar {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.marquee-quotes__user-avatar__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.marquee-quotes__user-name {
  color: var(--white);
  font-size: 16px;
}

.marquee-quotes__user-title {
  font-size: 16px;
}

.marquee-quotes__code {
  display: none;
}

.section-how-it-works {
  position: relative;
}

.hiw__wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.hiw__wrapper.mt-40 {
  z-index: 3;
  flex-flow: wrap;
  position: relative;
}

.hiw__col {
  width: 50%;
  position: relative;
}

.hiw__col.hiw__col--full {
  flex: 0 0 100%;
}

.hiw__steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

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

.hiw__step__text {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.hiw__image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 7px #c47aff1a;
}

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

.hiw__bg {
  z-index: -1;
  width: 1400px;
  height: 1400px;
  position: absolute;
  inset: -540% 0% 0% -168%;
  transform: rotate(-9deg);
}

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

.hiw__intro {
  z-index: 2;
  position: relative;
}

.hiw__word-highlight {
  color: var(--yellow-text);
  background-color: #160328;
  border-radius: 16px;
  padding: 8px 20px;
  font-weight: 500;
  display: inline-block;
  transform: rotate(-6deg);
  box-shadow: 0 2px 5px #0003;
}

.hiw__headline {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-use-cases {
  z-index: 3;
  position: relative;
}

.hiw__btn-wrapper {
  padding-top: 80px;
  padding-bottom: 24px;
}

.hiw__arrow {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: auto;
  right: 95%;
  transform: rotate(-34deg);
}

.feature-use-case {
  background-color: #0e0319;
  background-image: url('../images/ellipse_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #010c0a;
  border-radius: 64px;
  width: 100%;
  padding: 96px;
}

.tabs-menu-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 96px;
  left: 96px;
}

.feature-use-case__tab {
  font-size: 16px;
  overflow: visible;
}

.feature-use-case__tab-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--yellow-bg);
  color: var(--y);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: inline-flex;
}

.feature-use-case__tab-btn.w--current {
  background-color: var(--y);
  color: var(--black);
}

.feature-use-case__tab-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-use-case__tab-col {
  width: 50%;
  overflow: visible;
}

.feature-use-case__tab-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 96px;
  display: flex;
  overflow: visible;
}

.feature-use-case__tab__image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 360px;
  overflow: hidden;
  box-shadow: 0 0 0 7px #c47aff1a;
}

.tabs-content-4 {
  z-index: 1;
}

.image-112 {
  margin-bottom: -30px;
  margin-left: -17px;
  display: block;
}

.feature-use-case__background {
  background-color: #360d6833;
  border-radius: 64px 64px 0 0;
  width: 90%;
  height: 40px;
  display: block;
  position: absolute;
  inset: auto 0% 96% 50%;
  transform: translate(-50%);
}

.features-use-case__tabs {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.feature-use-case__btn-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-view-selector {
  color: #999;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  display: flex;
}

.tab-link-view-selector:hover {
  background-color: #fafafa;
}

.tab-link-view-selector.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 3px #1f46df1a;
}

.empty-state-5 {
  color: var(--baked-pink-lighter);
  background-color: #0000;
  border-radius: 12px;
  margin-top: 30px;
  padding: 40px 20px;
  font-weight: 500;
}

.wrapper-of-verticals-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.wrapper-of-verticals-2._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.html-embed-icon-4 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.html-embed-icon-4._24x24 {
  width: 24px;
  height: 24px;
}

.html-embed-icon-4._26x26 {
  width: 26px;
  height: 26px;
}

.mt-30 {
  margin-top: 30px;
}

.flex-vertical-right-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 17px;
  display: flex;
}

.tabs-menu-7 {
  background-color: #ededed;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  display: flex;
}

.vertical-page-link-block-2 {
  color: #111;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.vertical-page-link-block-2:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #770fffb3, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.vertical-page-link-block-2.dark-mode {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fffc;
  text-align: center;
  background-color: #ffffff1a;
}

.image-8-blog-page {
  object-fit: cover;
  border-radius: 8px;
  width: 273px;
  height: 162px;
}

.h2-in-vertical-collection-2 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.list-view-entry {
  text-align: left;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.list-view-entry:hover {
  background-color: #f5f5f5;
}

.image-title-wrapper-in-list-view-entry {
  text-align: left;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 85%;
  margin-left: 0;
  padding-right: 10px;
  display: flex;
}

.list-view-picture {
  object-fit: cover;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.title-in-horizontal-list-view {
  color: var(--baked-pink-lighter);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--baked-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.collection-list-wrapper-2 {
  display: none;
}

.hero-content__text__intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content__logo {
  background-color: #0000001a;
  border-radius: 16px;
  width: 200px;
  height: 65px;
  padding: 10px 20px;
}

.hero-content__benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.hero-content__benefit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-content__benefit__icon {
  color: var(--baked-pink-lighter);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content__benefit__text {
  font-size: 16px;
}

.col2-compare {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.col2-compare__block {
  border: 1px solid var(--dark-purple-ui);
  background-color: #0f041b;
  background-image: linear-gradient(135deg, #350d664d, #7a33b200);
  border-radius: 24px;
  padding: 24px;
}

.col2-compare__logo {
  justify-content: flex-start;
  align-items: center;
  min-height: 75px;
  margin-bottom: 24px;
  display: flex;
}

.col2-compare__features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.col2-compare__feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--baked-pink-lighter);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col2-compare__icon.col2-compare__icon--check {
  color: #1cc901;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.col2-compare__icon.col2-compare__icon--cross {
  color: red;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.col2-compare__feature__headline {
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.col2-compare__feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px dashed var(--dark-purple-ui);
  flex-flow: column;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.col2-compare__feature__description {
  color: var(--white);
  font-size: 16px;
}

.image-113 {
  max-height: 60px;
}

.col2-compare__competitor-name {
  color: var(--white);
  font-size: 32px;
}

.hero-content__compare__headline {
  color: var(--white);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  display: none;
}

.section-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.section-wrapper.pt-96 {
  z-index: 2;
  padding-top: 96px;
  position: relative;
}

.section-wrapper.crop {
  overflow: visible;
}

.section-intro {
  text-align: center;
}

.feature-breakdown__block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #360d681a;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
  display: flex;
  box-shadow: 0 0 0 7px #360d6833;
}

.feature-breakdown__headline {
  color: var(--baked-pink-lighter);
  text-align: center;
  font-weight: 500;
}

.feature-breakdown__block__description {
  color: var(--white-50);
  font-size: 16px;
}

.feature-breakdown__blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-breakdown__block__headline {
  color: var(--white);
  margin-top: 0;
}

.feature-breakdown__blocks-headline {
  padding: 24px;
}

.feature-breakdown__block__icon {
  background-color: #ffffff08;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.feature-breakdown__icon {
  width: 24px;
  height: 24px;
}

.feature-breakdown__icon.feature-breakdown__icon--check {
  color: #1cc901;
}

.feature-breakdown__icon.feature-breakdown__icon--cross {
  color: red;
}

.section-seo-block__rich-text {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.productnamehidden {
  color: #fff0;
  background-image: url('../images/sendshort-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  max-width: 100%;
  height: 70px;
  line-height: 0;
  display: inline-block;
}

.tabs-component__video-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-content__image {
  width: 100%;
}

.info-icon {
  width: 24px;
  height: 24px;
  display: flex;
}

.hero-content__text-wrapper-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.collection-list-wrapper-3.other-things-related {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.collection-list-3 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.collection-item-2 {
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 14px;
}

.compeitor-name-hidden, .supported-by-hidden {
  display: none;
}

.menu-drop-down__content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  width: 1080px;
  padding: 10px 0 0;
  display: none;
  position: fixed;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.menu-drop-down__content-wrapper.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: 100% 0% auto;
  transform: translate(-33%);
}

.menu-drop-down__content-row {
  padding-top: 16px;
  padding-bottom: 16px;
}

.menu-drop-down__content-row.menu-drop-down__content-row--content {
  border-top: 1px solid #ffffff0d;
  border-bottom: 1px solid #ffffff0d;
}

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

.menu-drop-down__feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  position: relative;
}

.menu-drop-down__feature__icon-wrapper {
  z-index: 1;
  border: 1px solid var(--dark-purple-ui);
  color: var(--baked-pink);
  background-color: #0000004d;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-drop-down__feature__content-wrapper {
  z-index: 1;
  position: relative;
}

.menu-drop-down__feature__headline {
  color: var(--baked-pink-lighter);
  padding-bottom: 8px;
  font-size: 16px;
}

.menu-drop-down__feature__description {
  color: #fffc;
  font-size: 14px;
}

.menu-drop-down__feature__icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.menu-drop-down__feature__background {
  z-index: 0;
  opacity: 0;
  background-color: #ffffff26;
  border-radius: 16px;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: -.5rem;
  transform: scale(.95);
}

.menu-drop-down__content-rows {
  background-color: #1e0930;
  background-image: linear-gradient(135deg, #360d684d, #0003);
  border: 1px solid #7725c4;
  border-radius: 24px;
  flex-flow: column;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.menu-drop-down__block-headline {
  color: var(--white);
  font-size: 18px;
}

.menu-drop-down__footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-drop-down__footer-link-block {
  border-radius: 8px;
  padding: 8px 16px;
  transition: background-color .2s;
}

.menu-drop-down__footer-link-block:hover {
  background-color: #ffffff26;
}

.menu-drop-down__footer-link-block.changelogg:hover {
  background-color: #ffffff0d;
}

.menut-drop-down__footer-link-block__text {
  color: var(--baked-pink-lighter);
}

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

.hero-content__logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content__logo__img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-content__vs-text {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

.feature-grid__list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.feature-grid__list__link {
  border: 1px solid var(--dark-purple-ui);
  background-color: #09021ae3;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  display: block;
}

.feature-grid__list__image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 140px;
}

.feature-grid__list__heading {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.feature-block {
  margin-top: 100px;
  padding-bottom: 100px;
}

.text-block-1394 {
  color: var(--white);
}

.empty-state-6 {
  background-color: #ddd0;
}

.feature-block__pagination {
  margin-top: 40px;
}

.rte--compare-wrapper {
  border: 1px solid var(--dark-purple-ui);
  background-color: #0f041b;
  background-image: linear-gradient(135deg, #350d664d, #7a33b200);
  border-radius: 24px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.card-block-bg {
  background-color: #ffffff0d;
  position: absolute;
  inset: 0%;
}

.other-features__bento-grid__image__gradient {
  z-index: 2;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.compare-cms {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}

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

.compare-cms__image-block {
  background-color: var(--white);
  background-image: linear-gradient(3deg, #0000004d, #fff);
  border-radius: 16px;
  padding: 10px;
  display: none;
}

.compare-cms__image {
  object-fit: contain;
  width: 100%;
  max-width: 100px;
  height: 100%;
  position: static;
}

.compare-cms__link {
  border: 1px solid var(--dark-purple-ui);
  background-color: #09021ae3;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.compare-cms__heading {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  display: inline-block;
}

.compare-cms__image-wrapper {
  border-radius: 18px;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
}

.compare-cms__image-wrapper.compare-cms__image-wrapper__competitor {
  background-color: #010c0a33;
}

.text-block-1395 {
  color: var(--b);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.compare-cms__empty {
  background-color: #0000;
}

.compare-cms__img-wrapper {
  aspect-ratio: 3 / 2;
  background-color: #0003;
  border-radius: 16px;
  overflow: hidden;
}

.image-114 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.other-features__bentro-grid__img {
  aspect-ratio: auto;
  object-fit: fill;
  border: 2px solid #ffffff0d;
  border-radius: 16px;
  width: 100%;
  max-height: 235px;
  display: block;
}

.other-features__bentro-grid__img.other-features__bentro-grid__img--large {
  max-height: 315px;
}

.other-features__bentro-grid__img.other-features__bentro-grid__img--mob {
  display: none;
}

.compare-cms__heading-wrapper {
  padding-top: 12px;
  padding-bottom: 16px;
}

.text-block-1396 {
  color: var(--white);
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
}

.other-features__bento-grid__text-wrapper {
  max-width: 580px;
}

.her-content__earn-block {
  background-color: #00000080;
  border-radius: 48px;
  padding: 96px 48px;
  box-shadow: 0 2px 5px #0003;
}

.hero-content__earn-block__text {
  text-align: center;
}

.hero-content__earn-block__grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.hero-content__earn-block__grid-item {
  background-color: #281344;
  background-image: linear-gradient(#ad48fd33, #1e09304d);
  border: 1px solid #7032b2;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 5px #0003;
}

.hero-content__earn-block__icon {
  color: var(--baked-pink-lighter);
  background-color: #0000004d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.heroc-content__earn-block__h3 {
  color: var(--white);
  font-weight: 600;
}

.heroc-content__earn-block__h4 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.heroc-content__earn-block__p {
  color: #fffc;
  font-size: 16px;
}

.section-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.earn-money__graph__image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.earn-money__graph {
  margin-top: 60px;
}

.max-w-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.compare-tbl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: auto;
}

.compare-tbl__header {
  background-color: #1e0930;
  border-bottom: 1px solid #ad48fd33;
  min-width: 130px;
}

.compare-tbl__headline {
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

.compare-tbl__headline.compare-tbl__block--highlighted {
  background-color: #a954e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 8px;
}

.compare-tbl__block {
  border-bottom: 1px solid #ad48fd33;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.compare-tbl__block.compare-tbl__block--last {
  border-bottom-style: none;
}

.compare-tbl__block.compare-tbl__block--last.compare-tbl__block--cta {
  text-align: left;
  padding-left: 8px;
}

.compare-tbl__block.compare-tbl__block--highlighted {
  background-color: #360d6880;
  padding-left: 8px;
}

.compare-tbl__block.compare-tbl__block--first {
  min-width: 130px;
  padding-right: 8px;
}

.compare-tbl__text {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.compare-tbl-wrapper {
  margin-top: 60px;
}

.earn-money__video {
  border-radius: 36px;
  max-width: 390px;
  overflow: hidden;
}

.text-block-1397, .text-block-1398, .text-block-1399 {
  color: var(--white);
}

.text-block-1400 {
  color: var(--baked-pink-lighter);
}

.text-block-1401 {
  color: var(--white-50);
}

.tab-spot__tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fffc;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
}

.tab-spot__tab:hover {
  border-bottom-color: var(--dark-purple-ui);
}

.tab-spot__tab.w--current {
  border-bottom: 2px solid var(--dark-purple-ui);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  position: relative;
}

.tab-spot__tab__label {
  font-size: 16px;
}

.tab-spot__tab__wrapper {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.tab-spot__menu {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: auto;
}

.tab-spot__content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.tab-spot__content__text {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.tab-spot__icon {
  width: 24px;
  height: 24px;
}

.tab-spot__icon-wrapper {
  border: 1px solid var(--baked-pink);
  background-color: var(--dark-purple-ui);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.tab-spot__tab__loading {
  z-index: 2;
  background-color: var(--baked-pink);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 100% 0% auto;
}

.section-revenue {
  z-index: 2;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-revenue__container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
  overflow: hidden;
}

.section-revenue__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.section-revenue__image {
  border-radius: 16px;
  height: 340px;
  box-shadow: 0 2px 5px #0000004a;
}

.revenue-sample {
  z-index: 5;
  width: 100%;
  max-width: 1620px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translate(0);
}

.revenue-sample.revenue-sample--1 {
  height: 260px;
}

.revenue-sample.revenue-sample--1.revenue-sample--home-1 {
  height: 330px;
}

.revenue-sample.revenue-sample--1.revenue-sample--home-1.hide {
  display: none;
}

.revenue-sample.revenue-sample--1.revenue-sample--affiliate-1 {
  height: 340px;
}

.revenue-sample.revnue-sample--2 {
  height: 350px;
}

.revenue-sample.revnue-sample--2.revenue-sample--home-2 {
  height: 380px;
}

.revenue-sample.revnue-sample--2.revenue-sample--home-2.hide {
  display: none;
}

.revenue-sample.revnue-sample--2.revenue-sample--affiliate-2 {
  height: 380px;
}

.revenue-sample.revenue-sample--home-3 {
  height: 470px;
}

.revenue-sample.revenue-sample--home-3.hide {
  display: none;
}

.revenue-sample.revenue-sample--affiliate-3 {
  height: 340px;
}

.revenue-sample__image {
  box-shadow: 0 0 0 7px var(--baked-pink);
  border-radius: 16px;
  width: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-9deg);
}

.revenue-sample__image.revenue-sample__image--right {
  width: 300px;
  inset: 0% 0% auto auto;
  transform: rotate(9deg);
}

.revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
  width: 330px;
  top: 100px;
  right: 25%;
}

.revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--home {
  width: 250px;
  top: 150px;
  right: 30%;
}

.revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
  width: 350px;
  top: 180px;
  right: 23%;
  transform: rotate(-9deg);
}

.revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--home {
  top: 120px;
  right: 23%;
}

.revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
  width: 350px;
  top: 50px;
  right: 25%;
}

.revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--home {
  top: 100px;
}

.revenue-sample__image.revenue-sample__image--1 {
  width: 280px;
  left: 30%;
}

.revenue-sample__image.revenue-sample__image--1.revenue-sample__image--home {
  top: 30%;
}

.revenue-sample__image.revenue-sample__image--3 {
  width: 350px;
  top: 20%;
  left: 30%;
  transform: rotate(12deg);
}

.revenue-sample__image.revenue-sample__image--3.revenue-sample__image--home {
  left: 23%;
}

.revenue-sample__image.revenue-sample__image--5 {
  width: 350px;
  top: 0;
  left: 20%;
}

.revenue-sample__image.revenue-sample__image--5.revenue-sample__image--home {
  top: 50px;
}

.tab-spot2 {
  z-index: 3;
  position: relative;
}

.tab-spot2__menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-spot2__link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--dark-purple-ui);
  color: var(--white);
  border: 1px solid #ad48fd8a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #c47aff26;
}

.tab-spot2__link.w--current {
  background-color: #ad48fdd9;
}

.tab-spot2__content {
  border: 1px solid var(--dark-purple-ui);
  border-radius: 16px;
  margin-top: 24px;
}

.tab-spot2__pane-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(326deg, #000, #ad48fd1a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.tab-spot2__loading {
  background-color: var(--baked-pink-lighter);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-spot2__video-wrapper {
  border-radius: 16px;
  min-width: 900px;
  max-width: 900px;
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.link, .purple-link {
  color: var(--baked-pink);
}

.purple-link:hover {
  text-decoration: underline;
}

.faq_main {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: linear-gradient(134deg, #0f041bd9, #fff0);
  border: 5px solid #2c0c47;
  border-radius: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.faq-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.faq-right {
  width: 65%;
}

.faq-more {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #111;
  border-radius: 16px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.faq-more.show-tablet {
  display: none;
}

.faq-more-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.faq-more-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-more-image {
  object-fit: cover;
  border: 2px solid #ffffff6b;
  border-radius: 16px;
  width: 16.6%;
  height: 3.5rem;
}

.faq-more-image.is-2 {
  position: relative;
  left: -3%;
}

.faq-more-image.is-3 {
  position: relative;
  left: -5%;
}

.faq-more-image.is-4 {
  position: relative;
  inset: -7%;
}

.faq-more-image.is-5 {
  position: relative;
  inset: -9%;
}

.faq-more-image.is-text {
  border-style: none;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  left: -5%;
}

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

.text-span-64 {
  color: var(--baked-pink);
}

.div-block-208 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-419 {
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-109 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.code-embed-5 {
  font-size: 16px;
  line-height: 16px;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
}

.flex-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

.svg {
  object-fit: cover;
}

.frame-2147207875 {
  grid-column-gap: 10px;
  border: 0 solid #ad48fd33;
  border-bottom: 1px #ad48fd33;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 295px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-2147207875.rightstroke {
  border-right-width: 1px;
  border-bottom-right-radius: 10px;
}

.frame-2147207875.rightstroke.nostroke {
  border-bottom-style: none;
  border-right-style: none;
}

.frame-2147207875.nostroke {
  border-bottom-style: none;
}

.frame-2147207949 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.frame-2147207930 {
  border-bottom: 1px solid #ad48fd33;
  border-left: 1px solid #ad48fd33;
  border-right: 1px solid #ad48fd33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147207930.rightstroke {
  border-bottom: 1px solid #ad48fd33;
  border-left: 1px solid #ad48fd33;
  border-right: 1px solid #ad48fd33;
  justify-content: flex-start;
  align-items: center;
}

.frame-2147207930.roundborder {
  border-bottom: 1px solid #ad48fd33;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.frame-2147207948 {
  background-color: #1e0930;
  border: 1px solid #ad48fd33;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-14.left {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}

.frame-2147207929 {
  border-bottom: 1px solid #ad48fd33;
  border-left: 1px solid #ad48fd33;
  border-right: 1px solid #ad48fd33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147207853 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #ad48fd33;
  border-bottom: 1px #ad48fd33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 295px;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.frame-2147207853.color {
  border-top-right-radius: 10px;
}

.frame-2147207853.leftstroek {
  border-left-width: 1px;
}

.frame-2147207853.minheight {
  border-bottom-style: none;
  min-height: 60px;
  max-height: 110px;
}

.frame-2147207853.minheight.leftstroke {
  border-left-width: 1px;
  border-bottom-left-radius: 10px;
}

.text-15 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-16 {
  border-style: none;
  border-width: undefinedpx;
  color: #fff;
  border-color: #ad48fd33;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-2147207896 {
  grid-column-gap: 10px;
  border: 0 solid #ad48fd33;
  border-bottom: 1px #ad48fd33;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 295px;
  height: 68px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-yearly {
  overflow: auto;
}

.div-monthly {
  display: none;
  overflow: auto;
}

.text-block-1402, .text-block-1403 {
  color: #020202;
}

.buy-modal {
  z-index: 1000000111;
  pointer-events: auto;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.close-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
}

.code-embed-6 {
  display: none;
}

.line-div {
  background-image: linear-gradient(89deg, #c47aff00, var(--baked-pink-lighter) 52%, #c47aff00);
  width: 100%;
  height: 1px;
}

.buisness-upgrade-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.biz-wrapper-text {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: #2b144f80;
  border: .5px solid #fff3;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .6rem;
  display: flex;
}

.lock-image {
  width: 1.2rem;
}

.biz-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.upgrade-pill {
  color: var(--dark-purple-ui);
  background-color: #ffffff1a;
  border-radius: 100px;
  padding: .3rem .7rem;
}

.text-block-1404 {
  color: #fff;
}

.text-block-1404._2 {
  color: var(--yellow-text);
}

.ribbon-above-navbar {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #ff6969, #8d2828);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: -40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.ribbon-above-navbar:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    background-image: url('../images/group-141-1.svg'), url('../images/mask-group-13.png');
    background-position: 50% 30%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .image-34-copy {
    width: 250px;
  }

  .text-block-1383, .text-block-1385 {
    text-align: right;
    max-width: 630px;
  }

  .section-header__background {
    object-fit: fill;
  }

  .ss-testimonials__slide.embla__slide {
    flex: 0 0 100%;
    min-width: 0;
  }

  .ss-testimonials__thumbs__slide.embla-thumbs__slide {
    flex: 0 0 250px;
    min-width: 0;
    margin-right: .5rem;
  }

  .ss-testimonials__thumbs__slide-wrapper {
    background-color: #0000;
  }

  .revenue-sample, .revenue-sample.revenue-sample--1 {
    height: 0;
  }

  .revenue-sample.revenue-sample--1.revenue-sample--home-1 {
    height: 60px;
  }

  .revenue-sample.revnue-sample--2 {
    height: 0;
  }

  .revenue-sample.revnue-sample--2.revenue-sample--home-2 {
    height: 10px;
  }

  .revenue-sample.revenue-sample--home-3 {
    height: 350px;
  }

  .revenue-sample.revenue-sample--affiliate-3 {
    height: 60px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
    width: 300px;
    right: -5%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--home {
    top: 90px;
    right: 2%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--affiliate {
    right: 30%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
    width: 330px;
    top: 90px;
    right: -6%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--home {
    top: -110px;
    right: 3%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--affiliate {
    width: 360px;
    top: 170px;
    right: 24%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
    top: -310px;
    right: 0%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--home {
    top: 70px;
    right: 2%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--affiliate {
    top: -110px;
    right: 4%;
  }

  .revenue-sample__image.revenue-sample__image--1 {
    width: 270px;
    top: 22px;
    left: -1%;
  }

  .revenue-sample__image.revenue-sample__image--1.revenue-sample__image--home {
    top: 80%;
  }

  .revenue-sample__image.revenue-sample__image--1.revenue-sample__image--affiliate {
    left: 30%;
  }

  .revenue-sample__image.revenue-sample__image--3 {
    width: 280px;
    top: 60px;
    left: 2%;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--home {
    width: 320px;
    top: -130px;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--affiliate {
    width: 340px;
    left: 30%;
  }

  .revenue-sample__image.revenue-sample__image--5 {
    width: 310px;
    top: -350px;
    left: 0%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--home {
    left: 3%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--affiliate {
    width: 300px;
    top: -120px;
    left: 4%;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    overflow: visible;
  }

  .creators-section {
    background-image: none;
  }

  .flex-horizontal-center-center.breadcrumbs-tools {
    top: 190px;
  }

  .navbar:where(.w-variant-961ecc8f-f2d4-a9ab-60ae-0a717afd5992) {
    padding-top: 20px;
  }

  .wc-for-navbar {
    max-width: 900px;
  }

  .text-block-1343 {
    width: auto;
  }

  .div-block-190 {
    max-width: 640px;
  }

  .image-bg {
    height: 865px;
  }

  .div-block-161.buttonprice-get {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-4 {
    min-height: 915px;
  }

  .image-8 {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .text-block-36 {
    width: 100%;
  }

  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    max-width: 1920px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 44%, #0000, #010c0a 53%);
    inset: -3%;
  }

  .section-5 {
    overflow: clip;
  }

  .button-purple-wrapper {
    cursor: pointer;
  }

  .button-purple-wrapper:hover {
    filter: brightness(80%);
  }

  .secondary-cta:hover {
    filter: none;
    background-image: linear-gradient(#360d68, #360d68);
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
    max-width: 680px;
  }

  .div-block-2 {
    max-width: 700px;
  }

  .image-46 {
    top: -125%;
    right: 10%;
  }

  .div-block-266 {
    max-width: 1920px;
    padding-top: 67px;
  }

  .div-block-286 {
    cursor: pointer;
  }

  .div-block-286:hover {
    filter: brightness(80%);
  }

  .hero-wrapper-horizontal {
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    padding-bottom: 0;
    padding-left: 64px;
  }

  .hero-text-section-on-tools {
    max-width: 700px;
  }

  .bg {
    width: 1425px;
    height: 1414px;
    top: -511%;
    left: -600%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 44%, #0000, #010c0a 53%);
    inset: -3%;
  }

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

  .image-88 {
    width: 135px;
  }

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

  .image-90 {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .hero-content {
    min-height: 685px;
    margin-bottom: 180px;
    top: 180px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
    right: 3%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--home {
    right: 0%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--affiliate {
    right: 33%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
    right: 2%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--affiliate {
    right: 28%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
    top: -340px;
    right: 2%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--affiliate {
    right: 10%;
  }

  .revenue-sample__image.revenue-sample__image--1 {
    left: 1%;
  }

  .revenue-sample__image.revenue-sample__image--1.revenue-sample__image--home {
    left: 2%;
  }

  .revenue-sample__image.revenue-sample__image--1.revenue-sample__image--affiliate {
    left: 34%;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--home {
    left: 9%;
  }

  .revenue-sample__image.revenue-sample__image--5 {
    left: 2%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--affiliate {
    left: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .div-bg {
    background-color: #ffdc2400;
    border-style: none;
    border-width: 0;
  }

  .div-video-hold {
    opacity: 1;
    -webkit-text-stroke-color: #fff0;
    -webkit-text-fill-color: inherit;
    background-color: #ffdc2400;
    background-clip: border-box;
    border: 1px #000;
  }

  .video-big-wrapper {
    margin-top: 50px;
  }

  .button-border {
    outline-offset: 0px;
    background-color: #ffd60005;
    border-radius: 40px;
    outline: 1px solid #ffd60014;
    padding: 5px;
  }

  .hero-button {
    color: #ffd600;
    text-align: center;
    background-color: #ffd6001f;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    font-family: Satoshi Variable;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .hero-button.v1 {
    color: var(--b);
    background-color: #ffd600;
    height: auto;
  }

  .blog-title {
    margin-top: 0;
  }

  .blog-infos-container {
    position: absolute;
    inset: auto 0% 0%;
  }

  .post-date {
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

  .blog-infos {
    flex-flow: row;
    display: flex;
  }

  .blog-txt {
    position: static;
  }

  .creators-section {
    background-image: none;
  }

  .btn-affi {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .btn-yellow-affi {
    background-color: var(--y);
    color: var(--b);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-family: Satoshi Variable;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .image-36 {
    filter: brightness(130%);
  }

  .image-bg {
    inset: 0% 0% auto;
  }

  .div-block-200._100 {
    height: 100%;
  }

  .price-card.price-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 45%, #0000, #010c0a 52%);
  }

  .image-46 {
    top: -125%;
    right: 10%;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 45%, #0000, #010c0a 52%);
  }

  .image-90 {
    filter: brightness(130%);
  }

  .hero-section__content {
    text-align: left;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .tab-spot__tab__wrapper {
    min-height: 46px;
  }

  .tab-spot__menu {
    width: 100%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
    width: 360px;
    top: 80px;
    right: 2%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
    width: 370px;
    top: 100px;
    right: 0%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--affiliate {
    right: 27%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
    width: 360px;
    top: -380px;
  }

  .revenue-sample__image.revenue-sample__image--1 {
    width: 300px;
    top: -20px;
    left: 5%;
  }

  .revenue-sample__image.revenue-sample__image--3 {
    width: 360px;
    top: 70px;
    left: -7%;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--home {
    left: 8%;
  }

  .revenue-sample__image.revenue-sample__image--5 {
    width: 350px;
    top: -400px;
    left: 4%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--home {
    top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .faq-wrapper.full-width {
    width: 100%;
    max-width: 1200px;
  }

  .pricing-grid {
    grid-template-rows: auto auto;
  }

  .pricing-grid.with-3 {
    grid-template-columns: 1fr;
  }

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

  .footer-side {
    width: 100%;
  }

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

  .menu-button {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 48px;
    margin-right: -8px;
    padding: 8px;
  }

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

  .hamburger-line-b.bottom, .hamburger-line-b.top {
    background-color: #fff;
  }

  .nav-bar-2 {
    margin-bottom: 0;
    padding: 24px 40px;
  }

  .nav-menu-2 {
    z-index: 998;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-end;
    padding: 128px 32px 40px;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .cta-nav {
    display: none;
  }

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

  .button-nav.hide.rsvp {
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-nav.hide.rsvp.shown-in-navbar-dropdown {
    display: block;
  }

  .button-nav.hide.daniel-navbar {
    width: 100%;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #e0e0df;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 24px 0;
    font-size: 24px;
  }

  .nav-link-2:hover {
    color: #171a15;
    text-decoration: none;
    transform: translate(0);
  }

  .logo-2 {
    height: 48px;
  }

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

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

  .blog-infos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: nowrap;
  }

  .nav-bar-white {
    margin-bottom: 60px;
    padding: 24px 40px;
  }

  .nav-bar-white.legal {
    margin-bottom: 0;
  }

  .nav-link-black {
    border-bottom: 1px solid #e0e0df;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 24px 0;
    font-size: 24px;
  }

  .nav-link-black:hover {
    color: #171a15;
    text-decoration: none;
    transform: translate(0);
  }

  .hamburger-line-black.bottom, .hamburger-line-black.top {
    background-color: #000;
  }

  .logo-black {
    height: 48px;
  }

  .nav-menu-2-black {
    z-index: 998;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #000;
    flex-direction: column;
    align-items: flex-end;
    padding: 128px 32px 40px;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .affi-div {
    width: 60%;
  }

  .affi-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creators-div {
    width: 60%;
  }

  .creators-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creators-card {
    padding: 12px;
  }

  .testi-div-affi {
    width: 60%;
  }

  .faq-section-affi {
    padding-left: 12px;
    padding-right: 12px;
  }

  .benefit-wrapper-copy-8 {
    padding-right: 22px;
  }

  .benefit-wrapper-copy-8.extremes-but-on-tablet {
    justify-content: space-between;
  }

  .modal-container-3.bb-pop-up {
    text-align: center;
  }

  .flex-vertical-center-center.gap-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-filtering-grid {
    z-index: 950;
    align-items: center;
    width: 100%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .sidebar-left {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: static;
  }

  .sidebar-left.for-filtering {
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    max-height: 90vh;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 5px;
    display: none;
    position: sticky;
    top: 64px;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .html-embed-icon-main.html-menu-mobile-navbar {
    width: 24px;
    height: 24px;
  }

  .flex-hero-hh {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 80px;
  }

  .subheading-2 {
    max-width: 700px;
  }

  .ribbon-at-top-of-page {
    display: none;
  }

  .navlink-2-notion {
    color: #fff;
    text-align: left;
    width: 100%;
    min-height: 44px;
    padding-left: 12px;
    font-size: 18px;
    overflow: visible;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-drop-down {
    width: 100%;
  }

  .flex-horizontal-center-right.navbar-upper-right {
    flex-direction: column;
  }

  .flex-horizontal-center-right.navbar-right-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-link {
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    font-size: 16px;
    display: flex;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1e0930;
    border: 1px solid #0a0d1463;
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 470px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: absolute;
    box-shadow: 0 2px 7px #0003;
  }

  .wc-for-navbar {
    background-color: #000;
    max-width: 470px;
  }

  .dropdown-list-navbar-item {
    max-width: 100vw;
    overflow: scroll;
    box-shadow: 0 3px 5px #0000;
  }

  .dropdown-list-navbar-item.w--open {
    width: 100%;
    position: static;
    right: 0;
    overflow: auto;
  }

  .menu-button-2 {
    border-radius: 1000px;
    padding: 12px;
    transition: all .2s;
  }

  .menu-button-2:hover {
    background-color: #00000014;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-purple-ui);
    color: #000;
  }

  .footer-wrapper._2nd-line {
    grid-template-columns: 1fr 1fr;
  }

  .modal-wrapper {
    padding: 2.5rem;
  }

  .text-block-18 {
    text-align: center;
    font-size: 36px;
  }

  .image-13 {
    left: -2.5%;
  }

  .faq-title-wrap {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    left: -1.5%;
  }

  .image-bg {
    height: 720px;
    margin-top: 40px;
  }

  .table-of-features {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-10 {
    right: -2.5%;
  }

  .image-34-copy {
    width: 200px;
    top: -13%;
    right: 0%;
  }

  .image-12 {
    right: -2.5%;
  }

  .hero.hero-affiliate {
    min-height: 720px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .button-8 {
    background-image: url('../images/content.png');
    background-size: cover;
  }

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

  .div-block-191 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 63%);
  }

  .bg-on-table {
    top: -412%;
    right: auto;
  }

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

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    margin-left: 32px;
  }

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

  .video-bg-new {
    box-sizing: border-box;
    object-fit: cover;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .video-bg-new.on-tools-page {
    margin-top: 60px;
  }

  .image-42 {
    height: 80px;
  }

  .image-65 {
    left: -2.5%;
  }

  .image-65.plus-affiliate, .image-67 {
    left: -1.5%;
  }

  .text-block-1356 {
    font-size: 16px;
  }

  .image-46 {
    height: 80px;
    top: -115%;
  }

  .div-block-250 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-70 {
    right: -2.5%;
  }

  .image-70.plus-affiliate {
    right: -1.5%;
  }

  .image-71 {
    right: -2.5%;
  }

  .image-71.plus-affiliate {
    right: -1.5%;
  }

  .div-block-280 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-281 {
    padding-left: 44px;
    padding-right: 30px;
  }

  .heading-3-style {
    font-size: 32px;
  }

  .tabs-menu-3 {
    flex-flow: wrap;
    margin-top: 0;
    padding-bottom: 32px;
  }

  .tabs {
    flex-flow: column-reverse;
    width: 100%;
    display: flex;
  }

  .list-of-ticks {
    justify-content: center;
    align-items: center;
  }

  .section-11 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-for-vertical-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-wrapper-horizontal {
    flex-flow: column;
    padding-top: 160px;
  }

  .hero-text-section-on-tools {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .hero-image-on-tools {
    width: 100%;
    margin-top: 60px;
  }

  .grid-of-videos {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-of-code-embed-for-video {
    margin-top: 14px;
  }

  .hidden-on-tablet {
    display: none;
  }

  .hiw-pillbox-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bg {
    top: -412%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 63%);
  }

  .this-could-be-you {
    height: 80px;
  }

  .card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .wrapper-of-verticals {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post__text {
    padding-top: 10px;
  }

  .blog-post__columns {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog-post__sidebar.blog-post__sidebar-sticky {
    z-index: 999;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .blog-post__sidebar__content {
    background-color: var(--bg-body);
    border-radius: 16px;
    display: none;
  }

  .blog-post__sidebar__wrapper.blog-post__sidebar__wrapper--sticky {
    z-index: 999;
    padding: 16px 0 0;
    position: absolute;
    top: 0;
  }

  .blog-post__sidebar__wrapper.blog-post__sidebar__wrapper--sticky.blog-post__sidebar__wrapper--static-mobile {
    position: static;
  }

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

  .tools-grid__sidebar {
    z-index: 999;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .tool-grid__sidebar-wrapper {
    z-index: 999;
    background-color: #0c1722;
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }

  .tools-grid__sidebar__toggle {
    display: block;
  }

  .tools-grid__sidebar__content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .tools-grid__sidebar__toggle__button {
    background-color: #fff;
  }

  .tools-grid__sidebar__headling {
    display: none;
  }

  .section-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-header__background {
    object-fit: fill;
  }

  .hero-section__content {
    flex-flow: column;
    width: 100%;
  }

  .embla__slide.main-features__slide {
    flex-basis: 90%;
  }

  .ss-testimonials__slider.embla.mt-mb-60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-98 {
    width: 200px;
    top: -13%;
    right: 0%;
  }

  .image-100 {
    width: 180px;
    top: -12%;
    left: -2%;
  }

  .steps__icon {
    flex: none;
  }

  .clip-marquee__image {
    width: 50vw;
  }

  .embla__container.main-features__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-features__graphic {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .tabs-component {
    grid-template-rows: auto auto;
  }

  .tabs-component__menu {
    flex-flow: row;
    overflow: auto;
  }

  .tabs-component__tab {
    flex: none;
    width: 300px;
  }

  .hero-content__wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
  }

  .hero-content__col {
    width: 100%;
  }

  .hiw__wrapper.mt-40 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .hiw__col {
    width: 100%;
  }

  .hiw__bg {
    left: -170%;
    transform: rotate(-9deg);
  }

  .hiw__arrow {
    top: 107%;
    left: 50%;
    right: auto;
    transform: translate(-50%)rotate(-34deg);
  }

  .feature-use-case__tab-wrapper {
    flex-flow: column;
  }

  .feature-use-case__tab-col {
    width: 100%;
  }

  .wrapper-of-verticals-2 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-drop-down__content-wrapper.w--open {
    width: 100%;
    min-width: 0;
    position: static;
    transform: translate(0%);
  }

  .menu-drop-down__content-row.menu-drop-down__content-row--content {
    border-top-style: none;
    border-bottom-style: none;
    display: block;
  }

  .menu-drop-down__content-row.menu-drop-down__content-row--header {
    display: none;
  }

  .menu-drop-down__link-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .menu-drop-down__content-rows {
    box-shadow: none;
    background-color: #160724;
    background-image: none;
    padding: 0 12px;
  }

  .menu-drop-down__footer-links {
    flex-flow: column;
  }

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

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

  .hero-content__earn-block__grid {
    grid-template-columns: 1fr;
  }

  .tab-spot__menu {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
  }

  .revenue-sample {
    height: 360px;
  }

  .revenue-sample.revenue-sample--1 {
    height: 230px;
  }

  .revenue-sample.revnue-sample--2 {
    height: 280px;
  }

  .revenue-sample.revnue-sample--2.revenue-sample--affiliate-2 {
    height: 290px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
    width: 330px;
    right: 8%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--home {
    right: 19%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
    width: 340px;
    top: 50%;
    right: 10%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
    width: 340px;
    top: 90px;
    right: 10%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--home {
    top: 200px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--affiliate {
    width: 320px;
  }

  .revenue-sample__image.revenue-sample__image--1 {
    width: 280px;
    left: 10%;
  }

  .revenue-sample__image.revenue-sample__image--3 {
    width: 350px;
    top: 25%;
    left: 10%;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--affiliate {
    width: 300px;
    top: 30%;
  }

  .revenue-sample__image.revenue-sample__image--5 {
    width: 320px;
    top: -110px;
    left: 10%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--affiliate {
    width: 290px;
    top: 20px;
  }

  .tab-spot2__menu {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .tab-spot2__link {
    min-width: 210px;
  }

  .tab-spot2__video-wrapper {
    min-width: 600px;
  }

  .faq_main {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq-left, .faq-right {
    width: 100%;
  }

  .faq-more {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-more.hide-tablet {
    display: none;
  }

  .faq-more.show-tablet {
    display: flex;
  }

  .faq-more-image {
    height: 5rem;
  }

  .div-block-109 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

  .faq-wrapper {
    width: 100%;
  }

  .faq-dropdown.faq-dropdown-toggle.full-width.modal-close {
    font-size: 16px;
  }

  .faq-title.large {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-dropdown-toggle.full-width {
    padding: 12px;
  }

  .footer-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-button {
    transform: scale(.75);
  }

  .nav-bar-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-2 {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .nav-link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .logo-2 {
    height: 44px;
  }

  .nav-bar-white {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-black {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .logo-black {
    height: 44px;
  }

  .nav-menu-2-black {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .affi-div {
    width: 80%;
  }

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

  .creators-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .creators-div {
    width: 80%;
  }

  .testimonials-affi {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testi-div-affi {
    width: 80%;
  }

  .cta-affi-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .social-media {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-container-3 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-filtering-grid {
    position: relative;
  }

  .wc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-style {
    font-size: 36px;
  }

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

  .link-in-breadcrumbs-2 {
    font-size: 12px;
  }

  .nav-menu {
    position: absolute;
  }

  .footer-column-of-links {
    text-align: left;
    margin-top: 20px;
  }

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

  .flex-horizontal-center-left.footer-copyright-text-line-2, .flex-horizontal-center-left.footer-copyright-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .card-logos-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-wrapper._2nd-line {
    grid-template-columns: 1fr;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .links-section-footer {
    margin-top: 10px;
  }

  .card-image {
    max-width: 32px;
  }

  .modal-wrapper {
    padding: 1.5rem;
  }

  .text-block-18 {
    text-align: center;
    font-size: 34px;
  }

  .image-13 {
    left: -1%;
  }

  .div-block-175 {
    background-size: 150% 100%;
    flex-flow: column;
  }

  .image-11 {
    left: -1%;
  }

  .image-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-161 {
    filter: drop-shadow(0 2px 4px #312700);
  }

  .wrapper-cta-button-social-proof {
    flex-flow: column;
  }

  .table-of-features {
    grid-template-columns: 1fr;
  }

  .text-block-17 {
    text-align: center;
    font-size: 16px;
  }

  .image-10 {
    top: -2%;
    right: -1%;
  }

  .text-block-16 {
    text-align: center;
    font-size: 34px;
  }

  .image-61 {
    margin-left: 40%;
  }

  .card-testimonial {
    min-width: 280px;
    padding: 24px;
  }

  .card-testimonial.w--current {
    width: 270px;
    min-width: 280px;
  }

  .image-34-copy {
    width: 150px;
    top: -6%;
  }

  .div-block-174 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    right: -1%;
  }

  .testimonials-2 {
    padding-top: 125px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .price-2 {
    padding-top: 150px;
  }

  .text-block-39 {
    font-size: 34px;
  }

  .div-block-142 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-189 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-191 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 52%);
  }

  .faq {
    padding-top: 140px;
  }

  .div-block-160 {
    -webkit-backdrop-filter: blur(18.51px);
    backdrop-filter: blur(18.51px);
  }

  .bg-on-table {
    top: -450%;
    left: -569%;
    right: auto;
  }

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

  .div-block-10 {
    max-width: 435px;
  }

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

  .table-before-after {
    flex-flow: column;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .div-block-14 {
    max-width: 550px;
  }

  .image-65, .image-67 {
    left: -1%;
  }

  .div-block-242 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-46 {
    height: 70px;
    top: -100%;
  }

  .div-block-250, .div-block-250.grid-affiliate {
    grid-template-columns: 1fr;
  }

  .image-70 {
    top: -2%;
    right: -1%;
  }

  .div-block-253 {
    flex-flow: column;
  }

  .image-71 {
    right: -1%;
  }

  .div-block-265 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-280 {
    height: 419px;
  }

  .tabs-menu-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .rte-in-collection-main.benefits-rte {
    column-count: 1;
  }

  .faq-item {
    font-size: 18px;
  }

  .list-of-ticks {
    justify-content: center;
  }

  .html-embed-icon-main-2.hiw-icon-arrow {
    transform: rotate(90deg);
  }

  .tick-prefooter-cta {
    margin-top: 5px;
    margin-right: 20px;
  }

  .author-image-in-social-proof-wrapper {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

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

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

  .author-img-creator-video {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  .rotating-text {
    display: block;
  }

  .hidden-on-mobile-landscape {
    display: none;
  }

  .hiw-step-entry {
    width: 100%;
  }

  .hiw-pillbox-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    min-height: auto;
  }

  .bg {
    top: -450%;
    left: -569%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 52%);
  }

  .div-block-316 {
    max-width: 550px;
  }

  .text-block-1383, .text-block-1385 {
    font-size: 30px;
  }

  .this-could-be-you {
    object-fit: contain;
  }

  .this-could-be-you.v2-in-success-stories {
    margin-left: 200px;
  }

  .tcby-wrapper {
    margin-top: 20px;
  }

  .card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    min-height: auto;
  }

  .strip-of-logos-wrapper {
    padding-top: 40px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-of-verticals {
    grid-template-columns: 1fr 1fr;
  }

  .image-8-copy-222 {
    width: 100%;
    height: auto;
  }

  .h2-in-vertical-collection {
    font-size: 16px;
  }

  .blog-post__text {
    padding-left: 14px;
    padding-right: 14px;
  }

  .article-dates {
    flex-flow: column;
  }

  .tools-grid__main-content {
    width: 100%;
    overflow: hidden;
  }

  .embla__slide.main-features__slide {
    flex-basis: 90%;
  }

  .ss-testimonials__slider.embla.mt-mb-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-98 {
    width: 150px;
    top: -6%;
  }

  .image-100 {
    width: 130px;
    top: -5%;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .ss-testimonials__slide-content {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ss-testimonials__slide__text__quote {
    font-size: 16px;
  }

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

  .ss-online-btn {
    flex-flow: column;
  }

  .ss-online-btn__button {
    width: 100%;
  }

  .hero-content__wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hiw__image-wrapper {
    height: 280px;
  }

  .hiw__bg {
    top: -527%;
    left: -167%;
  }

  .feature-use-case {
    padding: 48px;
  }

  .tabs-menu-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    top: 48px;
    left: 48px;
  }

  .feature-use-case__tab__image-wrapper {
    height: 240px;
    overflow: hidden;
  }

  .tabs-content-4 {
    overflow: visible;
  }

  .wrapper-of-verticals-2, .wrapper-of-verticals-2._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .image-8-blog-page {
    width: 100%;
    height: auto;
  }

  .h2-in-vertical-collection-2, .title-in-horizontal-list-view {
    font-size: 16px;
  }

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

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

  .feature-breakdown__block, .hero-content__logos {
    flex-flow: column;
  }

  .feature-grid__list, .compare-cms__list {
    grid-template-columns: 1fr;
  }

  .other-features__bentro-grid__img {
    max-height: 100%;
  }

  .other-features__bentro-grid__img.other-features__bentro-grid__img--large {
    display: none;
  }

  .other-features__bentro-grid__img.other-features__bentro-grid__img--mob {
    display: block;
  }

  .other-features__bentro-grid__img.other-features__bentro-grid__img--desktop {
    display: none;
  }

  .revenue-sample.revenue-sample--affiliate-3 {
    height: 270px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
    width: 250px;
    right: 7%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--home {
    width: 220px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
    width: 260px;
    top: 70%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--home {
    width: 290px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
    width: 290px;
    top: 40%;
    right: 10%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--affiliate {
    width: 280px;
  }

  .revenue-sample__image.revenue-sample__image--1 {
    width: 210px;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--affiliate {
    width: 250px;
  }

  .revenue-sample__image.revenue-sample__image--5 {
    top: -30%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--affiliate {
    width: 240px;
  }

  .tab-spot2__video-wrapper {
    min-width: 400px;
  }

  .faq_main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 24px;
  }

  .faq-left {
    width: 100%;
  }

  .faq-more-image {
    border-radius: 8px;
  }

  .div-block-109 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .ribbon-above-navbar {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  .hero-section {
    background-position: 50% 100%, 50%;
    background-size: auto, cover;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials {
    margin-bottom: -120px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .pricing-section {
    padding: 40px 20px;
  }

  .footer-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-div.is-relative {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.is-white {
    line-height: 1.2;
  }

  .h2.is-centered {
    text-align: center;
  }

  .faq-wrapper.full-width {
    width: 100%;
  }

  .faq-icon-block {
    margin-left: 16px;
  }

  .div-list.is-hori {
    flex-direction: column;
  }

  .pricing-grid {
    flex-direction: column;
    display: flex;
  }

  .pricing-card {
    padding: 24px;
  }

  .testi-grid {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .footer-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .footer-side {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }

  .footer-side.is-left {
    flex-direction: row;
  }

  .credits-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1 {
    font-size: 42px;
  }

  .div-main-asset, .video-bg {
    border-radius: 10px;
    height: 240px;
  }

  .hamburger-line-b.bottom, .hamburger-line-b.top {
    background-color: #fff;
  }

  .nav-bar-2 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    align-items: center;
  }

  .cta-nav {
    margin-top: 36px;
  }

  .cta-nav.hide {
    display: none;
  }

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

  .button-nav {
    width: 100%;
  }

  .nav-link-2 {
    z-index: 997;
    color: #fcfcfc;
    text-align: left;
    text-shadow: 0 1px 1px #0003;
    border-bottom-color: #fffbe77d;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 600;
    transition-property: all;
    transition-duration: .35s;
  }

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

  .nav-link-2.login {
    border-bottom-style: none;
  }

  .logo-2 {
    height: 32px;
  }

  .div-bg {
    background-color: #0000;
    height: 240px;
  }

  .div-video-hold {
    border-left-style: none;
    border-right-style: none;
    height: 240px;
  }

  .div-hero-wrap {
    background-color: #0000;
  }

  .div-linesa {
    background-color: #0000;
    background-image: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .tabs-menu-2 {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .tab-link, .tab-link.w--current {
    text-align: center;
    width: 100%;
  }

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

  .nav-bar-white {
    background-color: #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-black {
    z-index: 997;
    border-bottom-color: #fffbe77d;
    font-size: 18px;
    font-weight: 600;
    transition-property: all;
    transition-duration: .35s;
  }

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

  .hamburger-line-black.bottom, .hamburger-line-black.top {
    background-color: #000;
  }

  .logo-black {
    height: 32px;
  }

  .nav-menu-2-black {
    align-items: center;
  }

  .affi-div {
    width: 100%;
  }

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

  .creators-section {
    background-image: none;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .creators-div {
    width: 100%;
  }

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

  .testimonials-affi {
    margin-bottom: 0;
    padding: 40px 16px 0;
  }

  .testi-div-affi {
    width: 100%;
  }

  .faq-section-affi {
    padding: 40px 20px;
  }

  .cta-affi {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-affi-div {
    margin-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h1black {
    font-size: 48px;
  }

  .btn-affi {
    flex-wrap: wrap;
    place-content: center;
  }

  .benefit-wrapper-copy-8 {
    padding-right: 0;
  }

  .button-6 {
    width: 100%;
    display: block;
  }

  .html-embed-icon-7.html-icon-for-pricing-card-2 {
    width: 18px;
    height: 18px;
  }

  .link-in-breadcrumbs {
    flex: 0 auto;
  }

  .wrapper-for-author-block {
    padding: 20px;
  }

  .flex-horizontal-center-center {
    flex-wrap: wrap;
  }

  .flex-vertical-left-top-5.author-name-div {
    text-align: left;
    align-items: flex-start;
  }

  .link-in-breadcrumbs-2 {
    flex: 0 auto;
  }

  .brand-button {
    flex: none;
    align-items: center;
    display: flex;
  }

  .navlink-2-notion {
    padding-left: 10px;
  }

  .navlink-2-notion.w--open {
    background-color: #fff3;
  }

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

  .search-input-2 {
    padding-left: 0;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .dropdown-list-navbar-item {
    max-width: 100vw;
  }

  .dropdown-list-navbar-item.w--open {
    border-color: #e5e5e500;
    min-width: auto;
  }

  .flex-horizontal-center-left.author-person-wrapper {
    text-align: center;
  }

  .card-logos-wrapper {
    justify-content: center;
    align-items: center;
  }

  .modal-heading {
    padding-right: 4.5rem;
  }

  .support-member-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-right: 0;
  }

  .text-block-18, .text-block-45.smaller {
    font-size: 30px;
  }

  .image-13 {
    left: -1.5%;
  }

  .image-36 {
    max-width: none;
    right: -30%;
  }

  .div-block-175 {
    padding: 32px;
  }

  .image-11 {
    left: -1.5%;
  }

  .paragraph {
    line-height: 18px;
  }

  .accordion-item.open {
    padding: 8px;
  }

  .div-block-3 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .image-bg {
    width: 100%;
    max-width: none;
    height: 590px;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .text-block-33 {
    font-size: 22px;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .image-10 {
    right: -1.5%;
  }

  .text-block-16 {
    font-size: 30px;
  }

  .bold-text-5 {
    font-size: 16px;
    line-height: 1rem;
  }

  .image-61 {
    width: 120px;
  }

  .card-testimonial {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-card.price-3, .price-card.price-4 {
    max-width: none;
  }

  .image-34-copy {
    opacity: 1;
    top: -12%;
    right: -6%;
  }

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

  .image-12 {
    right: -1.5%;
  }

  .hero.hero-affiliate {
    min-height: 610px;
  }

  .hero-wrapper {
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-2 {
    padding-top: 100px;
  }

  .div-block-222 {
    max-width: 300px;
  }

  .text-block-39 {
    font-size: 30px;
  }

  .monthly-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .div-block-176 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 90%, #0000 10%, #010c0a 40%);
  }

  .text-block-5 {
    font-size: 14px;
  }

  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg-on-table {
    top: -416%;
    left: -807%;
    right: auto;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.second-s5 {
    padding-bottom: 100px;
  }

  .yearly {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .secondary-cta:hover {
    filter: none;
    background-color: #ad48fd;
    background-image: none;
  }

  .div-block-143 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-199.vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .table-before-after {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .div-block-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-bg-new {
    border-radius: 10px;
  }

  .image-42 {
    display: none;
  }

  .image-65, .image-67 {
    left: -1.5%;
  }

  .div-block-227, .div-block-242 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-1356 {
    font-size: 14px;
  }

  .image-46 {
    top: -90%;
    right: 5%;
  }

  .div-block-246 {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 590px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 18px 16px 0%;
    overflow: hidden;
  }

  .div-block-250.grid-affiliate {
    grid-template-columns: 1fr;
  }

  .image-70 {
    right: -1.5%;
  }

  .bold-text-6 {
    font-size: 16px;
    line-height: 1rem;
  }

  .div-block-253 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-71 {
    right: -1.5%;
  }

  .div-block-266 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-281 {
    border-radius: 30px;
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-1367 {
    font-size: 14px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .section-10 {
    padding-top: 100px;
  }

  .faq-item {
    font-size: 16px;
  }

  .dotted-line-pic {
    display: none;
  }

  .grid-how-to {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .how-to-grid-left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .tick-prefooter-cta {
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-wrapper-horizontal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pre-header-pink {
    font-size: 23px;
  }

  .tick-benefit-wrapper {
    flex-wrap: wrap;
  }

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

  .hidden-on-mobile {
    display: none;
  }

  .hiw-pillbox-2 {
    border-radius: 30px;
  }

  .bg {
    top: -416%;
    left: -807%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle, #0000 10%, #010c0a 52%);
  }

  .div-block-316 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-1383 {
    text-align: center;
    font-size: 22px;
  }

  .image-88 {
    max-width: 118px;
    display: block;
    overflow: visible;
  }

  .div-block-317 {
    flex-flow: column;
  }

  .text-block-1385 {
    text-align: center;
    font-size: 22px;
  }

  .image-90 {
    max-width: none;
    right: -30%;
  }

  .this-could-be-you {
    height: 70px;
    margin-bottom: -10px;
  }

  .this-could-be-you.v2-in-success-stories {
    margin-left: 100px;
  }

  .div-block-320 {
    flex-flow: column;
  }

  .card {
    border-radius: 30px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .wrapper-of-verticals {
    grid-template-columns: 1fr;
  }

  .section-header {
    min-height: 590px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-1389 {
    font-size: 14px;
  }

  .image-98 {
    opacity: 0;
    top: -12%;
    right: -6%;
  }

  .heading-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 1.1em;
  }

  .section-headline.max-w-720.center {
    width: 100%;
  }

  .main-features__slider.embla {
    padding-top: 20px;
  }

  .tabs-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-features__body {
    flex-flow: column;
  }

  .ss-online-btn {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .main-button {
    font-size: 16px;
  }

  .ss-online-btn__text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-content__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hiw__bg {
    z-index: 0;
    width: 1200px;
    height: 1200px;
    top: -414%;
    left: -129%;
  }

  .feature-use-case {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-of-verticals-2, .wrapper-of-verticals-2._3-columns {
    grid-template-columns: 1fr;
  }

  .list-view-entry {
    margin-top: 10px;
  }

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

  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-wrapper.crop {
    overflow: auto;
  }

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

  .menu-drop-down__feature-block {
    flex-flow: row;
  }

  .hero-content__logos {
    flex-flow: column;
  }

  .rte--compare-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .her-content__earn-block {
    background-color: #0000;
    padding: 48px 0 0;
  }

  .section-container.left-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .earn-money__video {
    width: 80vw;
  }

  .revenue-sample {
    height: 450px;
  }

  .revenue-sample.revenue-sample--1 {
    height: 300px;
  }

  .revenue-sample.revenue-sample--1.revenue-sample--home-1 {
    height: 400px;
  }

  .revenue-sample.revenue-sample--1.revenue-sample--affiliate-1 {
    height: 380px;
  }

  .revenue-sample.revnue-sample--2 {
    height: 370px;
  }

  .revenue-sample.revnue-sample--2.revenue-sample--home-2 {
    height: 240px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2 {
    top: 230px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--home {
    width: 170px;
    top: 250px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--2.revenue-sample__image--affiliate {
    width: 230px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4 {
    width: 220px;
    top: 80%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--4.revenue-sample__image--home {
    width: 210px;
    top: 70%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6 {
    width: 240px;
    top: 50%;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--home {
    width: 220px;
    top: 270px;
  }

  .revenue-sample__image.revenue-sample__image--right.revenue-sample__image--6.revenue-sample__image--affiliate {
    width: 220px;
    top: 60%;
  }

  .revenue-sample__image.revenue-sample__image--1.revenue-sample__image--home {
    width: 200px;
    top: 20%;
  }

  .revenue-sample__image.revenue-sample__image--1.revenue-sample__image--affiliate {
    width: 200px;
  }

  .revenue-sample__image.revenue-sample__image--3 {
    width: 240px;
    top: 20%;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--home {
    width: 220px;
    top: 1%;
  }

  .revenue-sample__image.revenue-sample__image--3.revenue-sample__image--affiliate {
    top: 20%;
  }

  .revenue-sample__image.revenue-sample__image--5 {
    width: 250px;
    top: 0%;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--home {
    width: 200px;
  }

  .revenue-sample__image.revenue-sample__image--5.revenue-sample__image--affiliate {
    width: 220px;
    top: -10px;
  }

  .tab-spot2__pane-wrapper {
    padding: 24px;
  }

  .tab-spot2__video-wrapper {
    min-width: 300px;
  }

  .faq-more-image {
    height: 4rem;
  }

  .frame-2147207875 {
    min-width: 120px;
  }

  .frame-2147207949 {
    width: 140%;
    max-width: none;
    overflow: visible;
  }

  .frame-2147207930 {
    width: 130%;
    overflow: visible;
  }

  .frame-2147207948 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 130%;
    overflow: visible;
  }

  .text-14 {
    font-size: 14px;
  }

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

  .frame-2147207929 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 130%;
  }

  .frame-2147207853 {
    justify-content: flex-start;
    align-items: center;
    min-width: 120px;
    padding: 10px;
  }

  .frame-2147207853.color {
    background-color: #1e0930;
    border-top-right-radius: 10px;
  }

  .text-15 {
    font-size: 14px;
    line-height: 20px;
  }

  .frame-2147207896 {
    min-width: 120px;
  }

  .biz-wrapper-text {
    flex-flow: column;
  }

  .ribbon-above-navbar {
    font-size: 14px;
  }
}

#w-node-ac38aa59-cad1-947f-b2fe-22e7d657f626-71a526bc {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ac38aa59-cad1-947f-b2fe-22e7d657f630-71a526bc {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-fa938681-86c5-ce9d-5af9-2c363db7689c-71a526bc {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-fa938681-86c5-ce9d-5af9-2c363db768c5-71a526bc {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-a53937cc-08fa-8e92-2025-80193e958c89-71a526bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_75c77225-089c-f767-1d0c-674eb036246b-71a526bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_88a9cb50-0f8f-fe1e-5e8d-721e255ebf18-71a526bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b46b219b-2fd2-6d09-525e-36fcaf6b77b0-71a526bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a8cfc6f-3608-5e92-59bd-e47310e7654d-71a526bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6256f91f-f476-3947-0163-19fc2391ab0b-2391aad1, #w-node-_6256f91f-f476-3947-0163-19fc2391ab4b-2391aad1, #w-node-_8fcff32c-474f-dfea-b8f7-9811aa3e7185-14e4b414, #w-node-_8fcff32c-474f-dfea-b8f7-9811aa3e7192-14e4b414, #w-node-_8fcff32c-474f-dfea-b8f7-9811aa3e719f-14e4b414, #w-node-_28e033f6-784d-bf93-59c9-0e3d538d1f1b-14e4b414, #w-node-_28e033f6-784d-bf93-59c9-0e3d538d1f25-14e4b414, #w-node-_28e033f6-784d-bf93-59c9-0e3d538d1f2f-14e4b414, #w-node-a93e0eea-8f21-d3fe-62cf-89a83e128494-14e4b414, #w-node-_78c17297-c2df-6a7f-f455-bc0d47641349-14e4b414, #w-node-_824a68bf-a246-b31d-03e1-626450830a35-14e4b414, #w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af3527-14e4b414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af3533-14e4b414 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af353d-14e4b414, #w-node-_1c30963e-4315-dcfa-03b6-1f1d41cfc6e4-394be6dc, #w-node-_1c30963e-4315-dcfa-03b6-1f1d41cfc6f3-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015768-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015795-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880157ce-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015804-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de8184e-f5a4-7455-5c3f-ef928801583b-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8de8184e-f5a4-7455-5c3f-ef9288015863-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015890-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880158c9-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015902-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de8184e-f5a4-7455-5c3f-ef9288015938-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548375-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483a2-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483db-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548411-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548448-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b054847b-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484a8-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484e1-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054851a-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548550-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2529-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2557-394be6dc, #w-node-ce1189bc-3e0d-1297-4127-9749935aaad0-394be6dc, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19cdc-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d0c-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d37-5b372320 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015768-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015863-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548375-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054847b-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2529-394be6dc, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19cdc-5b372320 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ac38aa59-cad1-947f-b2fe-22e7d657f626-71a526bc {
    grid-column-end: 13;
  }

  #w-node-ac38aa59-cad1-947f-b2fe-22e7d657f630-71a526bc {
    grid-row: 2 / 4;
    grid-column-start: 1;
  }

  #w-node-fa938681-86c5-ce9d-5af9-2c363db7689c-71a526bc {
    grid-column: 1 / 13;
  }

  #w-node-fa938681-86c5-ce9d-5af9-2c363db768c5-71a526bc {
    grid-area: 2 / 1 / 4 / 13;
  }

  #w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af3533-14e4b414 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015768-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015795-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880157ce-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015804-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015863-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015890-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880158c9-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015902-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548375-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483a2-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483db-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548411-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054847b-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484a8-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484e1-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054851a-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2529-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2557-394be6dc, #w-node-ce1189bc-3e0d-1297-4127-9749935aaad0-394be6dc, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19cdc-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d0c-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d37-5b372320 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a53937cc-08fa-8e92-2025-80193e958c89-71a526bc {
    grid-column: span 3 / span 3;
  }

  #w-node-_75c77225-089c-f767-1d0c-674eb036246b-71a526bc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_88a9cb50-0f8f-fe1e-5e8d-721e255ebf18-71a526bc, #w-node-b46b219b-2fd2-6d09-525e-36fcaf6b77b0-71a526bc, #w-node-_9a8cfc6f-3608-5e92-59bd-e47310e7654d-71a526bc {
    grid-column: span 3 / span 3;
  }

  #w-node-_5401367f-3def-2567-758e-cd5352ef854d-b0f0c7ce {
    place-self: auto;
  }
}


