:root {
  --spark-library-black: black;
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library-foreground-interactive: white;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-light-steel-purple: #a695fb;
  --spark-library-border-default: rgba(0, 0, 0, .16);
}

.button {
  min-width: 200px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #713190;
  background-image: url('../images/Vector-4.svg'), linear-gradient(113deg, #73298a, #3a87c4 64%);
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 15px, auto;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.small {
  min-width: 160px;
  background-position: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.small:hover {
  background-position: 25px;
}

.arrow-nav {
  width: 100px;
  height: 100px;
  background-color: rgba(8, 17, 88, .2);
  border: 1px solid #72298b;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow {
  border-color: #722e8e;
}

.arrow-nav.left-arrow:hover {
  padding-left: 0;
  padding-right: 10px;
}

.slide-nav {
  margin-top: 50px;
  font-size: 8px;
  display: none;
  top: 100%;
}

.hero-slider-image-wrap {
  width: 100%;
  height: 700px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.scribble-text {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.scribble-text.slider-name {
  color: #8ea5a0;
  margin-bottom: -15px;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}

.scribble-text.cart-price {
  color: #ec8675;
  margin-bottom: 5px;
  font-size: 16px;
}

.scribble-text.list-text {
  width: 35px;
  color: #8ea5a0;
  margin-right: 15px;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.hero {
  background-color: #eef0f4;
  background-image: url('../images/Shapes.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.call-section {
  justify-content: flex-start;
  padding-top: 220px;
}

.section.footer-insta {
  background-color: #eef0f4;
  justify-content: center;
  overflow: hidden;
}

.section.premium-classes {
  color: #fff;
  background-color: #722b8e;
  background-image: url('../images/Lines-1.svg'), linear-gradient(136deg, #7a1f86, #3a87c4);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50vw, auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.features {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section.about-hero {
  background-color: #fff;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-section-3 {
  justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.about-section-4 {
  justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-s2 {
  text-align: center;
}

.label {
  color: #081158;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label._30-margin {
  color: #000;
  margin-bottom: 10px;
}

.label._15-margin {
  color: var(--spark-library-black);
  margin-bottom: 0;
}

.label._30-margin {
  margin-bottom: 30px;
}

.label._15-margin {
  margin-bottom: 15px;
}

.hero-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.hero-nav-arrow {
  width: 25%;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
  left: 0;
}

.hero-nav-arrow.right-arrow {
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
  left: 25%;
}

.container {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

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

.container.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.insta-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.features-grid {
  max-width: 1150px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

.container.video-container {
  max-width: 1150px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.max-600 {
  max-width: 800px;
  margin-right: 56px;
}

.column.hero-image-column {
  z-index: 2;
  align-items: center;
}

.column.feature-column, .column.feature-headline {
  align-items: center;
}

.column.max-600 {
  max-width: 600px;
}

.hero-slider-content {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-500 {
  text-align: justify;
  line-height: 40px;
}

.big-paragraph.max-600 {
  text-align: left;
  line-height: 40px;
}

.big-paragraph.max-500 {
  font-size: 18px;
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.cart-button {
  color: #081158;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5px;
  padding-right: 5px;
}

.cart-container {
  border-radius: 10px;
  overflow: hidden;
}

.cart-image-wrap {
  width: 100px;
  height: 100px;
  object-fit: fill;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.span {
  margin-left: 2px;
  margin-right: 5px;
}

.error-state {
  color: #fff;
  text-align: center;
  background-color: #ec8675;
  border-radius: 10px;
  margin: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

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

.cart {
  margin-left: 20px;
}

.cart-quantity {
  color: #081158;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.cart-list {
  padding: 20px 20px 0;
}

.cart-close {
  width: 10px;
  font-size: 10px;
}

.cart-footer {
  padding: 20px;
}

.brand-logo {
  height: 100%;
  object-fit: contain;
  display: block;
}

.option {
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 12px;
}

.nav-link {
  color: #081158;
  border-bottom-style: none;
  padding: 10px 20px;
  display: block;
}

.nav-link.w--current {
  color: #081158;
  font-weight: 500;
}

.remove-button {
  width: 100%;
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
}

.brand {
  height: 20px;
  border-bottom-style: none;
  padding-left: 0;
}

.empty-state {
  text-align: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.paypal {
  height: 38px;
  margin-bottom: 8px;
}

.option-list {
  padding-top: 0;
}

.cart-product-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
}

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

.cart-quantity-1 {
  width: 100%;
  height: 40px;
  color: #081158;
  background-color: rgba(32, 52, 146, .1);
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: #cfddee;
}

.cart-quantity-1::-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-1::placeholder {
  color: #081158;
}

.cart-item {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  width: 20px;
  align-items: center;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: center;
  display: flex;
}

.spark-small-sub-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-vertical-image {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 12px;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: border-color .15s;
}

.spark-wrapped-team-card.spark-stacked:hover {
  border: 1px solid var(--spark-library-foreground-secondary);
  border-radius: 8px;
  padding: 8px;
}

.spark-four-column-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-secondary-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.spark-hero-background-image-with-centered-content {
  min-height: 100vh;
  background-image: linear-gradient(rgba(239, 244, 255, .9), rgba(239, 244, 255, .9)), url('../images/image_1image.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library-light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-light-steel-purple);
  color: var(--spark-library-foreground-interactive-hover);
}

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

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: var(--spark-library-black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: var(--spark-library-black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: var(--spark-library-black);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  top: 18px;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library-white);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: #7a1f86;
}

.spark-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.spark-button {
  color: #7a1f86;
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  width: 100%;
  background-color: var(--spark-library-white);
  background-image: linear-gradient(134deg, #7a1f86, #3a87c4 53%);
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-2 {
  min-width: 200px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #081158;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-2:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.description-bg {
  width: 50vw;
  height: 60%;
  background-color: #fff;
  background-image: url('../images/Shapes.svg'), linear-gradient(119deg, #6a3490, #3b88c5);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  position: absolute;
  top: 150px;
  right: 0;
}

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

.description-image-wrap {
  width: 80%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

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

.social-wrap {
  color: #fff;
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.social-wrap:hover {
  color: #fff;
}

.insta-section-line {
  z-index: 2;
  width: 150vw;
  height: 400px;
  background-color: #ec8675;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.social-icon {
  height: 50px;
  margin-right: 15px;
  display: block;
}

.insta-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta-post-wrap {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  flex: none;
  margin-right: 100px;
  overflow: hidden;
}

.insta-row {
  width: 150vw;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  margin-bottom: 0;
  margin-left: -50vw;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.max-800 {
  font-size: 35px;
}

.button-3 {
  min-width: 200px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #081158;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-3:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button-3.white {
  color: #081158;
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
}

.contact-link {
  color: #081158;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.heading {
  color: #fff;
  font-size: 40px;
}

.product-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.product-list.no-items {
  min-height: 400px;
  background-color: #ec8675;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-item {
  flex-direction: column;
  display: flex;
}

.products-list-wrapper {
  width: 100%;
}

.feature-image-mask {
  z-index: 2;
  width: 300px;
  height: 150px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.feature-img-and-graident {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

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

.feature-gradient {
  width: 150%;
  height: 150%;
  background-image: radial-gradient(circle, #8ea5a0, rgba(142, 165, 160, 0) 43%);
  border-radius: 50%;
  position: absolute;
}

.max-400 {
  max-width: 400px;
}

.feature-max {
  z-index: 2;
  max-width: 350px;
  font-size: 22px;
  position: relative;
}

.feature-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 100px;
}

.blog-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.description-bg-2 {
  width: 50vw;
  height: 60%;
  background-color: #081158;
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 150px;
  right: 0;
}

.description-bg-2.about-bg {
  height: 70%;
  background-image: url('../images/Shapes.svg'), linear-gradient(56deg, #792287, #3e7dbf);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  top: 100px;
}

.description-bg-2.left {
  background-image: url('../images/Shapes.svg'), linear-gradient(74deg, #6c3392, #4372b8);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  top: 50px;
  left: 0;
  right: auto;
}

.play-button-wrap {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.max-801 {
  max-width: 800px;
}

.about-video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-video-wrap {
  height: 700px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  height: 30px;
}

.max-802 {
  max-width: 800px;
  font-size: 38px;
}

.max-803 {
  max-width: 400px;
}

.max-803.no-margin {
  font-size: 16px;
  line-height: 25px;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  width: 100%;
  background-color: var(--spark-library-background--interactive);
  border-radius: 0 0 8px 8px;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-vertical-line {
  width: 4px;
  height: 24px;
  background-color: var(--spark-library-foreground-interactive);
}

.spark-horizontal-line {
  width: 24px;
  height: 4px;
  background-color: var(--spark-library-foreground-interactive);
  position: absolute;
}

.spark-faq-plus-to-x {
  width: 70px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spark-faq-button {
  width: 100%;
  background-color: var(--spark-library-white);
  color: var(--spark-library-black);
  border-radius: 8px;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-faq-button:focus {
  outline-color: var(--spark-library-foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-color: var(--spark-library-foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-expander {
  width: 100%;
  border: 2px solid var(--spark-library-black);
  border-radius: 8px;
  margin-bottom: 2rem;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-centered-content {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-section-2 {
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  width: 32px;
  height: 32px;
  background-color: var(--spark-library-white);
  color: var(--spark-library-foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-foreground-secondary {
  color: var(--spark-library-foreground-secondary);
}

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

.spark-flex-row-2.spark-24px-row-spacing {
  text-align: center;
  flex-direction: column;
}

.spark-footer-bottom {
  background-color: var(--spark-library-background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-light-button {
  min-height: 0;
  border-color: var(--spark-library-white);
  background-color: var(--spark-library-white);
  color: var(--spark-library-black);
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-light-button:hover {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-button-2.spark-light-button.w--current {
  font-size: 1rem;
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-centered-content-2 {
  text-align: center;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-3.spark-shortened {
  background-image: linear-gradient(98deg, #7a1f86, #3a87c4);
  padding-top: 60px;
  padding-bottom: 64px;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.pricing-overview {
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.call-section, .section.about-section-3, .section.about-section-4 {
    padding-top: 200px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 50px;
  }

  .container.nav-container {
    position: static;
  }

  .container.features-grid {
    width: 100%;
    max-width: 1000px;
    align-items: center;
    justify-items: stretch;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #081158;
  }

  .cart {
    z-index: 2;
  }

  .nav-menu {
    z-index: 1;
    width: 50vw;
    text-align: center;
    background-color: #cfddee;
    flex-direction: column;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .nav-link {
    color: #081158;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    z-index: 2;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 3.33px;
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .description-bg {
    top: 100px;
  }

  .description-image-wrap {
    width: 100%;
  }

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .insta-section-line {
    height: 150px;
  }

  .social-icon {
    height: 30px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .jumbo {
    font-size: 70px;
  }

  .product-list, .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .description-bg-2 {
    top: 100px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider-image-wrap {
    height: 400px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

  .section.hero {
    padding-bottom: 40px;
  }

  .section.call-section {
    padding-top: 100px;
  }

  .section.about-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-section-4 {
    padding-top: 100px;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 300px;
  }

  .hero-nav-arrow.right-arrow {
    margin-top: 300px;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 15px;
    left: auto;
  }

  .container.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .container.features-grid, .container.video-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .big-paragraph.max-600 {
    font-size: 18px;
  }

  .big-paragraph.max-500 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart {
    margin-left: 10px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 45%;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-image-wrap {
    height: 350px;
  }

  .social-wrap {
    width: 50%;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .insta-section-line {
    flex-flow: wrap;
  }

  .jumbo {
    font-size: 50px;
  }

  .jumbo.max-800 {
    font-size: 28px;
  }

  .contact-link {
    font-size: 20px;
  }

  .product-list, .blog-list {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description-bg-2 {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-bg-2.about-bg {
    height: 40%;
    top: auto;
  }

  .description-bg-2.left {
    top: auto;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 1.2rem;
  }

  .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .hero-slider-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
    margin-bottom: 0;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
  }

  .column.feature-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

  .nav-menu {
    width: 100vw;
  }

  .cart-quantity-1 {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .spark-icon.spark-20px-icon {
    width: 20px;
    flex: none;
    padding: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 100%;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    padding-bottom: 64px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    max-height: 90vh;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    height: 100px;
    background-image: linear-gradient(134deg, #7a1f86, #3a87c4 53%);
    padding-left: 148px;
    padding-right: 0;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .insta-section-line {
    align-content: center;
  }

  .social-icon {
    margin-right: 10px;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .jumbo {
    font-size: 45px;
  }

  .image {
    margin-left: -120px;
  }

  .feature-image-mask {
    width: 150px;
    height: 150px;
  }

  .feature-max {
    max-width: 250px;
    font-size: 25px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .max-803.no-margin {
    font-size: 18px;
    line-height: 28px;
  }

  .spark-faq-button {
    padding-left: 2px;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

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

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 1.1rem;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

#w-node-_414f5d21-4643-2536-dcd4-e296b5c0838a-a5b8f902, #w-node-_414f5d21-4643-2536-dcd4-e296b5c0839b-a5b8f902 {
  align-self: center;
  justify-self: center;
}

#w-node-f92aaf63-6a81-9f88-c9e2-01bceda9f252-a5b8f902 {
  align-self: center;
  justify-self: start;
}

#w-node-f449f30d-5a60-c4d2-fce7-b23e96aa80e3-a5b8f902 {
  align-self: center;
}

#w-node-f449f30d-5a60-c4d2-fce7-b23e96aa80fa-a5b8f902, #w-node-c04fead2-75cd-a9a0-6889-cbe64aa75402-a5b8f902 {
  justify-self: center;
}

#w-node-c04fead2-75cd-a9a0-6889-cbe64aa75404-a5b8f902 {
  align-self: center;
}

#w-node-ff05fbe8-3dde-41b6-fcd7-69388811bc04-a5b8f902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff05fbe8-3dde-41b6-fcd7-69388811bc09-a5b8f902, #w-node-_63fe64b5-442b-cb16-d385-d4338cdec146-a5b8f902, #w-node-_104e6c1a-420e-2062-9827-7894cb4f092e-a5b8f902, #w-node-_81267dfb-98f3-1788-1e47-d3ed2909ab31-a5b8f902, #w-node-_521d4931-a69f-e832-eae4-aa6f4ff104cd-a5b8f902, #w-node-_1a7ffd45-40bd-f271-097d-3c9fd526f7f5-a5b8f902 {
  align-self: center;
  justify-self: center;
}

#w-node-_6f98d7f4-d15b-e6b2-e232-c035c9440a9a-a5b8f902, #w-node-_6f98d7f4-d15b-e6b2-e232-c035c9440aa4-a5b8f902, #w-node-_6f98d7f4-d15b-e6b2-e232-c035c9440aae-a5b8f902 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5e6338c-b3c8-b484-04a4-87ee1d4c84ae-a5b8f902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c5e6338c-b3c8-b484-04a4-87ee1d4c84ae-a5b8f902 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c04fead2-75cd-a9a0-6889-cbe64aa75404-a5b8f902 {
    order: -9999;
  }

  #w-node-ff05fbe8-3dde-41b6-fcd7-69388811bc04-a5b8f902 {
    grid-column: span 1 / span 1;
  }
}
