:root {
  --purple: #a876f5;
  --dark-plum: #08010c;
  --plum: #1c0b25;
  --transparent: transparent;
  --deep-sky-blue: #62bafd;
  --coral: #ff879f;
  --canary: #ffde91;
  --white: white;
  --sunflower: #fdaa1d;
  --sky-blue: #ecf7ff;
  --rich-blue: #016aff;
  --periwinkle: #738cff;
  --salmon: #ffc4c6;
  --cream: #fff2ed;
}

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

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

@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-size: 14px;
  line-height: 20px;
}

.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 55vh;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

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

.content-block.justify-left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.content-block.justified-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.primary-cta {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: var(--purple);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  margin-top: 40px;
  padding: 24px 40px;
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .23s, box-shadow .23s, transform .23s;
  display: flex;
}

.primary-cta:hover {
  transform: translate(-7px, -7px);
  box-shadow: 7px 7px #a876f533;
}

.primary-cta.waitlist {
  background-color: var(--purple);
  text-align: center;
  cursor: pointer;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Bricolage Grotesque, sans-serif;
  transition: box-shadow .23s, transform .23s;
}

.primary-cta.waitlist:hover {
  transform: translate(-7px, -7px);
  box-shadow: 7px 7px #a876f533;
}

.primary-cta.footer {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.primary-cta.dark {
  background-color: var(--dark-plum);
  padding-top: 36px;
  padding-bottom: 36px;
}

.primary-cta.dark:hover {
  box-shadow: 7px 7px #08010c33;
}

.h1-shop {
  color: var(--plum);
  text-align: center;
  letter-spacing: -.33px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 6.2rem;
  font-weight: 800;
  line-height: 83%;
}

.tagline {
  color: #fff2ed;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.tagline.dark {
  color: var(--plum);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.section-block {
  border: 4px #62bafd;
  border-radius: 32px;
  align-self: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-block.bg-color {
  background-color: var(--transparent);
  padding: 28px 60px;
}

.section-block.transparent-bg {
  border-color: var(--deep-sky-blue);
  background-color: var(--transparent);
  padding: 28px 60px 0;
}

.section-block._73 {
  border-color: var(--deep-sky-blue);
  width: 73%;
  max-width: 743px;
}

.section-block.mission-statement {
  background-color: var(--dark-plum);
  padding: 40px 60px;
}

.section-block.this-course {
  background-color: var(--plum);
  padding: 40px 60px;
  position: relative;
}

.section-block.testimonials {
  background-color: var(--transparent);
  padding: 0 20px;
  position: relative;
}

.section-block.terms {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.learn-content {
  background-color: var(--deep-sky-blue);
  border-radius: 32px;
  padding: 32px;
}

.learn-content.no-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 0;
  width: 93%;
  padding: 20px 0 0;
  display: flex;
}

.learn-content.pink {
  background-color: var(--coral);
}

.learn-content.yellow {
  background-color: var(--canary);
}

.paragraph {
  color: var(--plum);
  margin-bottom: 0;
  padding-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-decoration: none;
}

.paragraph.no-padding {
  margin-top: 0;
}

.paragraph._40px {
  color: var(--white);
  margin-top: 40px;
  padding-left: 8px;
  padding-right: 8px;
}

.paragraph.light {
  color: var(--white);
  width: 700px;
}

.paragraph.terms {
  margin-bottom: 0;
  padding-top: 8px;
}

.paragraph.t-c {
  text-align: center;
  padding-top: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.paragraph.custom {
  color: var(--white);
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.section._24-padding {
  padding-top: 24px;
}

.section.testimonials {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.no-flex {
  display: block;
}

.h3 {
  color: var(--dark-plum);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 123%;
}

.h3.caq {
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
}

.h3.light {
  color: var(--white);
}

.h2 {
  color: var(--dark-plum);
  margin-top: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 2.8rem;
  line-height: 105%;
}

.h2.justify-left {
  color: var(--plum);
  text-align: left;
  font-family: Bricolage Grotesque, sans-serif;
  line-height: 105%;
}

.h2._80 {
  color: var(--plum);
  font-family: Bricolagegrotesque;
}

.h2.centered {
  color: var(--white);
  text-align: center;
  font-family: Bricolagegrotesque;
  line-height: 105%;
}

.h2.mission {
  color: var(--white);
  text-align: left;
  font-family: Bricolage Grotesque, sans-serif;
}

.h2.terms {
  text-align: center;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
}

.h2.link {
  cursor: pointer;
  margin-top: 20px;
  font-family: Bricolagegrotesque;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.h2.link:hover {
  color: var(--deep-sky-blue);
}

.h2.white {
  color: var(--white);
  width: 73%;
  font-family: Bricolage Grotesque, sans-serif;
}

.h2.fixed {
  color: var(--plum);
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Bricolage Grotesque, sans-serif;
}

.h2._80 {
  font-family: Bricolage Grotesque, sans-serif;
}

.h2.light {
  color: var(--white);
  font-family: Bricolage Grotesque, sans-serif;
}

.h2._81 {
  font-family: Bricolage Grotesque, sans-serif;
}

.h2._3 {
  color: var(--plum);
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Bricolage Grotesque, sans-serif;
}

.h2.right {
  z-index: -1;
  opacity: 1;
  text-align: right;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 1.3rem;
}

.title-small {
  color: var(--purple);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.title-small.orange {
  color: var(--sunflower);
}

.content-wrapper {
  background-color: var(--transparent);
  border-radius: 32px;
  padding: 32px 32px 0;
}

.content-wrapper.no-bg {
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.content-wrapper.border {
  border: 4px solid var(--dark-plum);
  background-color: var(--transparent);
  padding-bottom: 32px;
  padding-left: 56px;
  padding-right: 56px;
}

.shop-3-column-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;
}

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

.money-bag {
  font-size: 2.7rem;
  display: inline;
}

.bullseye {
  padding-top: 0;
  padding-bottom: 11px;
  font-size: 2.7rem;
  display: inline-flex;
}

.robot {
  font-size: 2.3rem;
  display: inline;
}

.ai-driven {
  display: inline-block;
}

.emoji-block {
  font-size: 3rem;
  display: block;
}

.link-block {
  background-color: var(--canary);
  cursor: pointer;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .23s, background-color .23s;
  display: flex;
}

.link-block._30 {
  background-color: #fece6f;
}

.link-block._60 {
  background-color: #febf4c;
}

.link-block._100 {
  background-color: var(--sunflower);
}

.link-text {
  color: var(--dark-plum);
  margin-bottom: 0;
  font-family: Bricolagegrotesque;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
}

.faq-grid {
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-paragraph {
  color: #08010c;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-decoration: none;
  overflow: hidden;
}

.faq-paragraph.shop {
  color: var(--plum);
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.faq-action-wrapper {
  margin-left: 24px;
  margin-right: 0;
}

.arrow-icon {
  color: var(--plum);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2rem;
  display: flex;
}

.faq-container {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: block;
}

.faq-action-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: #131200 #131200 var(--sky-blue);
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: transform .3s;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--plum);
  flex-flow: column;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}

.c {
  z-index: 0;
  margin-right: -20px;
  display: inline-block;
  position: relative;
}

.fire {
  z-index: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: inline-block;
  position: relative;
}

.ld {
  z-index: 0;
  margin-left: -20px;
  display: inline-block;
  position: relative;
}

.text-block {
  color: var(--sunflower);
  text-align: center;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
}

.badge {
  border: 1px solid var(--sunflower);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 5px 10px 4px;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 55vh;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-wrapper {
  border-style: none;
  border-width: 1px;
  border-color: #62bafd80 #131200 var(--sky-blue);
  background-color: var(--transparent);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 20px;
  transition: transform .3s;
  display: flex;
}

.refund-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: auto;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.container {
  justify-content: center;
  margin-top: 24px;
  display: block;
}

.container.terms {
  max-width: 800px;
}

.hero-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-block.hero {
  justify-content: flex-start;
  align-items: center;
  max-width: 660px;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image {
  width: 65px;
  position: absolute;
}

.image.top-left {
  z-index: -1;
  inset: 60% auto auto 6%;
}

.image.bottom-left {
  z-index: -1;
  inset: auto auto 11% 17%;
}

.image.top-right {
  z-index: -1;
  inset: 60% 6% auto auto;
}

.image.bottom-right {
  z-index: -1;
  inset: auto 17% 11% auto;
}

.pointer-div {
  padding-top: 4px;
}

.pointer-emoji {
  font-size: 2rem;
}

.list {
  margin-top: 16px;
}

.list-item {
  margin-bottom: 8px;
}

.paragraph-xsmall {
  color: var(--plum);
  text-align: center;
  margin-top: 20px;
  font-size: .8rem;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-xsmall:hover {
  text-decoration: underline;
}

.paragraph-xsmall.no-margin {
  text-decoration: none;
}

.back-button {
  background-color: var(--white);
  color: var(--plum);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back-button:hover {
  background-color: var(--plum);
  color: var(--white);
}

.arrow {
  margin-right: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.terms-section {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 48px 40px;
  display: flex;
}

.terms-container {
  justify-content: center;
  max-width: 800px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: block;
}

.header-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute {
  z-index: -1;
  width: 100%;
  position: absolute;
  bottom: -53px;
}

.last-updated {
  text-align: center;
  font-size: .9rem;
  font-weight: 400;
}

.last-updated.right {
  text-align: right;
}

.hero-tagline {
  color: #fff2ed;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.hero-tagline.dark {
  color: var(--plum);
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 2.1rem;
}

.footer-tagline {
  color: var(--plum);
  margin-bottom: 0;
  padding-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-decoration: none;
}

.footer-tagline.light {
  color: var(--white);
  text-align: center;
  width: 700px;
}

.primary-btn-text {
  color: var(--white);
  padding-bottom: 2px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}

.icon-arrow {
  width: 14px;
  transition: transform .23s;
  position: relative;
  transform: rotate(90deg);
}

.icon-arrow.second {
  transform: rotate(0);
}

.text-arrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wand {
  mix-blend-mode: overlay;
  width: 50px;
  position: absolute;
  inset: auto 5% 36% auto;
}

.ai {
  mix-blend-mode: overlay;
  width: 50px;
  position: absolute;
  inset: 5% 27% auto auto;
  transform: rotate(-13deg);
}

.flame {
  mix-blend-mode: overlay;
  width: 50px;
  position: absolute;
  inset: 18% 20% auto auto;
}

.sparkles {
  mix-blend-mode: overlay;
  width: 50px;
  position: absolute;
  inset: 9% 7% auto auto;
  transform: rotate(13deg);
}

.sparkles._2 {
  width: 33px;
  inset: auto auto 3% 15%;
  transform: rotate(-20deg);
}

.sparkles._3 {
  width: 33px;
  inset: 4% auto auto 2%;
  transform: rotate(-20deg);
}

.benefits-wrapper {
  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;
  width: 100%;
  padding-top: 20px;
  display: grid;
}

.benefits-title {
  color: var(--dark-plum);
  font-family: Bricolagegrotesque;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
}

.benefits-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 4px solid var(--deep-sky-blue);
  background-color: var(--transparent);
  border-radius: 32px;
  padding: 32px 40px;
  display: block;
}

.sparkle-emoji {
  font-size: 2rem;
}

.emoji-div {
  padding-top: 4px;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.quote-image {
  z-index: -1;
  opacity: .1;
  width: 113px;
  position: absolute;
  inset: 40px auto auto 0%;
}

.styled-tabs {
  grid-column-gap: 64px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.tabs-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.tabs-link {
  background-color: var(--transparent);
  width: auto;
  padding: 0;
}

.tabs-link.w--current {
  border-left: 4px none var(--sunflower);
  background-color: var(--sky-blue);
  color: var(--dark-plum);
  cursor: pointer;
  border-radius: 48px 24px 24px 48px;
  width: auto;
  min-height: 80px;
  padding: 0;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.tab-name {
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.tab-co {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.banner-section {
  z-index: 200;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--transparent);
  text-align: center;
  cursor: pointer;
  background-color: #0a0703;
  border-radius: 0 0 20px 20px;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: inline-flex;
}

.banner-container {
  max-width: 1080px;
}

.banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.banner-text {
  color: var(--white);
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}

.top-left-curve {
  background-color: #0000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  overflow: hidden;
}

.top-left-insert {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 1px 3px 3000px #0a0703;
}

.top-right-curve {
  background-color: #0000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  overflow: hidden;
}

.top-right-insert {
  background-color: #0000;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 3px 3000px #0a0703;
}

.promo-code {
  background-color: var(--white);
  color: var(--dark-plum);
  text-align: left;
  letter-spacing: .6px;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 4px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.price {
  color: var(--purple);
  font-family: Bricolagegrotesque;
  font-size: 2.7rem;
  font-weight: 500;
}

.price-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.style-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.image-2, .image-3 {
  width: 150px;
}

.badge-bg {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 12px;
  flex: none;
  align-self: center;
  padding: 10px 20px;
  transform: rotate(-7deg);
}

.badge-bg.opposite {
  background-color: #ffbf6e;
  border-style: solid;
  border-color: #ffbf6e;
  transform: rotate(8deg);
}

.title-block {
  margin-bottom: 16px;
}

.title-block.wise {
  margin-bottom: 60px;
}

.gain-div {
  margin: 20px 30px 24px;
}

.gain-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 4px solid var(--deep-sky-blue);
  background-color: var(--transparent);
  border-radius: 32px;
  overflow: hidden;
}

.gain-card._1 {
  border: 2px solid var(--canary);
  background-color: var(--canary);
  transition: all .2s;
  transform: rotate(3deg);
}

.gain-card._1:hover {
  transform: rotate(-5deg);
}

.gain-card._2 {
  border: 2px solid var(--coral);
  background-color: var(--coral);
  transition: all .2s;
  transform: rotate(-1.5deg);
}

.gain-card._2:hover {
  transform: rotate(-7deg);
}

.gain-card._3 {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  transition: all .2s;
  transform: rotate(1.5deg);
}

.gain-card._3:hover {
  transform: rotate(-7deg);
}

.gain-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.image-block {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/Frame-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  position: relative;
  overflow: hidden;
}

.image-block._2 {
  background-image: url('../images/Frame-10.jpg');
}

.image-block._3 {
  background-image: url('../images/Frame-11.jpg');
}

.outreach-icon {
  mix-blend-mode: soft-light;
  width: 60px;
  position: absolute;
  inset: 30px 16px auto auto;
  transform: rotate(23deg);
}

.outreach-icon._7 {
  width: 20px;
  inset: auto auto 20px 32px;
  transform: rotate(-18deg);
}

.outreach-icon._5 {
  width: 24px;
  inset: 142px auto auto 320px;
  transform: rotate(4deg);
}

.outreach-icon._4 {
  width: 24px;
  inset: 302px auto auto 237px;
  transform: rotate(-18deg);
}

.outreach-icon._6 {
  width: 30px;
  inset: auto auto 5px 331px;
  transform: none;
}

.outreach-icon._3 {
  width: 24px;
  inset: 270px auto auto 12px;
  transform: rotate(20deg);
}

.outreach-icon._1 {
  width: 40px;
  inset: 30px auto auto 410px;
  transform: rotate(15deg);
}

.outreach-icon._10 {
  width: 30px;
  inset: 32px auto auto 30px;
  transform: none;
}

.letter {
  color: var(--plum);
  margin-right: 8px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.letter.h {
  margin-right: -6px;
  position: static;
  right: -6px;
}

.letter.t {
  margin-left: -6px;
  position: static;
  left: -9px;
}

.letter.c {
  margin-right: -6px;
  position: static;
}

.letter.ld {
  margin-left: -6px;
  position: static;
  left: -11px;
}

.secondary-btn-text {
  z-index: 20;
  color: #2c1338;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.secondary-btn-text.white {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.emoji {
  z-index: 1;
  width: 48px;
}

.emoji.hot {
  width: 40px;
  top: -4px;
}

.outreach-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cold-outreach-wrapper {
  border: 2px solid var(--dark-plum);
  background-color: var(--rich-blue);
  color: #2c1338;
  border-radius: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 455px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}

.cold-outreach-wrapper.blue-border {
  border-color: var(--rich-blue);
  transform: rotate(0);
}

.arrow-2 {
  z-index: 20;
  color: #2c1338;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.arrow-2.white {
  color: var(--white);
  letter-spacing: .5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: transform .23s;
}

.word-wrapper {
  display: flex;
  position: relative;
}

.word {
  color: var(--plum);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.emoji-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.pricing-block {
  border: 4px #62bafd;
  border-radius: 32px;
  max-width: 840px;
}

.sale-wrapper.margin {
  margin-top: 24px;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wise-wrapper {
  transform: rotate(1.5deg);
}

.wise-wrapper._2 {
  transform: rotate(-2deg);
}

.wise-wrapper._3 {
  transform: rotate(3deg);
}

.wise-block {
  background-color: var(--sky-blue);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 48px 30px 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.wise-block:hover {
  transform: skew(-3deg, -3deg);
}

.image-wrapper {
  border: 2px none var(--sky-blue);
  background-image: url('../images/Kore.ai-Mr.-Raj-Koneru-CEO-l-Founder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  inset: -33px 0% auto 50%;
  transform: translate(-50%);
}

.image-wrapper._2 {
  background-image: url('../images/anardo-cuello.jpeg');
  border-style: none;
}

.image-wrapper._3 {
  background-image: url('../images/app_orchid_inc_logo.jpeg');
}

.wise-bottom {
  margin-top: 20px;
}

.wise-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.section-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.footer-block {
  border: 4px #62bafd;
  border-radius: 32px;
  align-self: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-block.bg-color {
  background-color: var(--transparent);
  padding: 28px 60px;
}

.icon-cat {
  width: 14px;
  transition: transform .23s;
  position: relative;
}

.icon-cat.top {
  width: 40px;
}

@media screen and (min-width: 1280px) {
  .link-text {
    font-family: Bricolagegrotesque;
  }
}

@media screen and (min-width: 1440px) {
  .faq-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .faq-wrapper {
    display: flex;
  }

  .benefits-content, .gain-card {
    background-color: var(--transparent);
  }

  .cold-outreach-wrapper {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .content-block.justified-left {
    padding-left: 0;
  }

  .tagline.dark {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .section-block.bg-color {
    width: 100%;
    padding: 40px;
  }

  .section-block.transparent-bg {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-block._73 {
    width: 100%;
  }

  .section-block.mission-statement, .section-block.this-course {
    width: 100%;
    padding: 40px;
  }

  .section-block.testimonials {
    padding: 0 20px;
  }

  .paragraph.light {
    width: auto;
  }

  .h2.white {
    width: 80%;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.no-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-3-column-grid {
    flex-flow: column;
    display: flex;
  }

  .icon-title {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .link-text {
    font-family: Bricolagegrotesque;
  }

  .faq-grid {
    flex-direction: column;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-tagline.dark {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .footer-tagline.light {
    width: auto;
  }

  .wand {
    bottom: 39%;
  }

  .ai {
    top: 2%;
  }

  .flame {
    right: 13%;
  }

  .sparkles {
    top: 5%;
    right: 6%;
  }

  .badge-bg {
    margin-top: 0;
  }

  .gain-card._3 {
    width: 50%;
  }

  .gain-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-block {
    background-position: 50% 0;
    background-size: cover;
  }

  .cold-outreach-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wise-wrapper._3 {
    width: 50%;
    transform: rotate(-3deg);
  }

  .wise-grid, .wise-grid.wise-words {
    grid-template-columns: 1fr 1fr;
  }

  .footer-block.bg-color {
    width: 100%;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h1-shop {
    font-size: 4.7rem;
  }

  .tagline {
    letter-spacing: -.6px;
  }

  .tagline.dark {
    width: 100%;
  }

  .section-block.transparent-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }

  .h2.white {
    width: 100%;
  }

  .h2.fixed.up {
    margin-top: -7px;
  }

  .h2._81 {
    width: 100%;
  }

  .h2._3 {
    margin-top: -8px;
  }

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

  .content-wrapper.border {
    padding-left: 40px;
    padding-right: 40px;
  }

  .refund-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block.hero {
    width: 90%;
  }

  .arrow {
    margin-right: 0;
  }

  .terms-section, .header-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-tagline {
    letter-spacing: -.6px;
  }

  .hero-tagline.dark {
    width: 100%;
  }

  .wand {
    bottom: 43%;
  }

  .ai {
    top: 5%;
  }

  .flame {
    width: 40px;
    top: 22%;
    right: 10%;
  }

  .sparkles {
    top: 2%;
    right: 5%;
  }

  .sparkles._2 {
    left: 50%;
  }

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

  .tabs-menu {
    flex-flow: column;
  }

  .tabs-link, .tabs-link.w--current {
    width: 100%;
  }

  .style-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .badge-bg {
    margin-top: -8px;
  }

  .badge-bg.opposite {
    margin-top: -19px;
  }

  .gain-card._1, .gain-card._2 {
    align-self: center;
  }

  .gain-card._3 {
    align-self: center;
    width: 50%;
  }

  .gain-grid {
    flex-flow: column;
  }

  .image-block {
    background-size: cover;
  }

  .outreach-icon._6 {
    bottom: 19px;
  }

  .cold-outreach-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pricing-block {
    width: 100%;
  }

  .wise-wrapper._3 {
    width: auto;
    transform: rotate(3deg);
  }

  .wise-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .wise-grid.wise-words {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-footer {
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .primary-cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .primary-cta.footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .h1-shop {
    font-size: 4.4rem;
  }

  .tagline.dark {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1rem;
  }

  .section-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-block.bg-color, .section-block.mission-statement, .section-block.this-course {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-block.testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .learn-content.no-padding {
    width: 95%;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2._80 {
    width: auto;
    font-size: 2rem;
  }

  .h2.centered, .h2.mission {
    font-size: 2rem;
  }

  .h2.white {
    width: 100%;
  }

  .h2.fixed {
    font-size: 2rem;
  }

  .h2._3 {
    margin-top: -8px;
    font-size: 2rem;
  }

  .h2.right {
    text-align: right;
  }

  .content-wrapper.border {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    flex-flow: wrap;
  }

  .link-text {
    font-size: 1rem;
  }

  .faq-grid {
    justify-items: center;
  }

  .faq-paragraph {
    margin-bottom: 0;
  }

  .faq-action-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .c {
    margin-right: -17px;
  }

  .ld {
    margin-left: -17px;
  }

  .hero-section {
    margin-top: 0;
  }

  .refund-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-xsmall.no-margin {
    margin-bottom: 0;
  }

  .arrow {
    margin-right: 8px;
  }

  .terms-section, .header-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .last-updated {
    text-align: right;
  }

  .hero-tagline.dark {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.1rem;
  }

  .footer-tagline {
    font-size: 1.1rem;
  }

  .primary-btn-text {
    font-size: 1rem;
  }

  .icon-arrow.top {
    display: none;
  }

  .wand {
    bottom: 47%;
    right: 13%;
  }

  .ai {
    width: 40px;
    top: 3%;
    right: 11%;
  }

  .flame {
    width: 30px;
    top: 15%;
    right: 41%;
  }

  .sparkles {
    width: 30px;
    top: 13%;
  }

  .sparkles._2 {
    bottom: 2%;
    left: 37%;
  }

  .sparkles._3 {
    width: 30px;
    top: 1%;
    left: 14%;
  }

  .benefits-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .banner-section {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .banner {
    flex-flow: column;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-left-curve, .top-right-curve {
    display: none;
  }

  .promo-code {
    margin-left: 4px;
    margin-right: 0;
  }

  .image-2, .image-3 {
    width: 100px;
  }

  .badge-bg.opposite {
    margin-top: 3px;
  }

  .title-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .gain-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gain-card._1, .gain-card._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .gain-card._3 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gain-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .image-block {
    aspect-ratio: 1;
  }

  .outreach-icon._5 {
    left: 234px;
  }

  .outreach-icon._4 {
    left: 231px;
  }

  .outreach-icon._6 {
    bottom: 280px;
    left: 250px;
  }

  .outreach-icon._1 {
    left: 236px;
  }

  .outreach-icon._10 {
    top: 13px;
  }

  .letter {
    font-size: 52px;
  }

  .letter.h {
    font-size: 52px;
    right: -5px;
  }

  .letter.t {
    font-size: 52px;
    left: -5px;
  }

  .letter.c {
    font-size: 52px;
    right: -4px;
  }

  .letter.ld {
    font-size: 52px;
    left: -4px;
  }

  .secondary-btn-text.white {
    font-size: 1rem;
  }

  .emoji {
    width: 40px;
  }

  .emoji.hot {
    width: 40px;
    top: -7px;
  }

  .outreach-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .cold-outreach-wrapper {
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cold-outreach-wrapper.blue-border {
    padding-left: 20px;
    padding-right: 20px;
  }

  .word {
    font-size: 52px;
  }

  .emoji-wrapper {
    flex-flow: row;
    margin-bottom: -8px;
  }

  .emoji-wrapper._1 {
    margin-top: -8px;
  }

  .wise-grid {
    display: block;
  }

  .wise-grid.wise-words {
    flex-flow: column;
    display: flex;
  }

  .section-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block.bg-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-cat.top {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_56826cc0-e494-c25a-1cc3-73fab5f7dd2f-cc1ce536, #w-node-_56826cc0-e494-c25a-1cc3-73fab5f7dd38-cc1ce536 {
    justify-self: center;
  }

  #w-node-_56826cc0-e494-c25a-1cc3-73fab5f7dd41-cc1ce536, #w-node-c5c41a1d-6cf2-0ecc-dbea-648de8e57111-cc1ce536 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_56826cc0-e494-c25a-1cc3-73fab5f7dd2f-cc1ce536, #w-node-_56826cc0-e494-c25a-1cc3-73fab5f7dd38-cc1ce536 {
    place-self: auto center;
  }

  #w-node-_56826cc0-e494-c25a-1cc3-73fab5f7dd41-cc1ce536 {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }

  #w-node-c5c41a1d-6cf2-0ecc-dbea-648de8e57111-cc1ce536 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../images/') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}