@font-face {
  font-family: SF Pro Text;
  src: url('../fonts/SFProText-Heavy.woff2') format("woff2"), url('../fonts/SFProText-Heavy-1.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url('../fonts/SFProText-Bold.woff2') format("woff2"), url('../fonts/SFProText-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url('../fonts/SFProText-Light.woff2') format("woff2"), url('../fonts/SFProText-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url('../fonts/SFProText-Medium.woff2') format("woff2"), url('../fonts/SFProText-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url('../fonts/SFProText-Semibold.woff2') format("woff2"), url('../fonts/SFProText-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url('../fonts/SFProText-Regular.woff2') format("woff2"), url('../fonts/SFProText-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Languagemd;
  src: url('../fonts/LanguageMD-Regular.woff2') format("woff2"), url('../fonts/LanguageMD-Regular.eot') format("embedded-opentype"), url('../fonts/LanguageMD-Regular.woff') format("woff"), url('../fonts/LanguageMD-Regular.ttf') format("truetype"), url('../fonts/LanguageMD-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.blue-btn {
  background-color: #1677ff;
}

.button-primary.blue-btn.btn-23p5 {
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.navbar-logo-left {
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.navbar-logo-left.nav-menu {
  border-bottom: 1px solid #eaecf0;
}

.navbar-logo-left.nav-menu.main-header {
  border-bottom-style: none;
  box-shadow: 0 2px 4px #00000005, 0 1px 6px -1px #00000005, 0 1px 2px #00000008;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-logo-left-container.shadow-three-white {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-logo-left-container.shadow-three-artist-landing {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: SF Pro Text, sans-serif;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-two.shopify-lp-nav {
  display: none;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.body {
  color: #344054;
  object-fit: contain;
  font-family: SF Pro Text, sans-serif;
  overflow: visible;
}

.body.viveros-launch {
  object-fit: contain;
  overflow: hidden;
}

.body.viveros-launch-page {
  object-fit: contain;
}

.hero-title {
  text-align: center;
  letter-spacing: -1.2px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.sub-text-block {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
}

.sub-text-block.about-hero-sub {
  text-align: left;
}

.sub-text-block.about-hero-sub.contact-us {
  line-height: 30px;
}

.sub-text-block.artist.wearable-sub-text {
  color: #101828;
  padding-bottom: 0;
}

.sub-text-block.artist {
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}

.hero-section {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section.about-us-hero {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-section.artist.artist-page {
  padding-top: 64px;
}

.hero-section.artist.artist-page.wearable-art {
  margin-bottom: 96px;
  padding-bottom: 96px;
}

.hero-section.artist.artist-page.wearable-art.artist-hero-landing {
  margin-bottom: 0;
}

.hero-section.home-hero-01 {
  background-color: #fff;
  padding-top: 96px;
}

.hero-section.home-hero-01.viveros-hero {
  padding-top: 0;
  display: block;
}

.hero-section.home-hero-01.viveros-launch {
  padding-top: 0;
}

.hero-section.shopify-version-2 {
  padding-top: 64px;
}

.container-2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.container-2.shopify-install-wrapper {
  margin-bottom: 0;
}

.button {
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.container-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin: 0 auto 32px;
  display: flex;
}

.btn-white {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #344054;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary.white {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  margin-left: 54px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.btn-primary.artist-btn {
  display: inline-block;
}

.btn-primary.artist-btn.artist-page {
  border-color: #1677ff;
  margin-top: 0;
}

.btn-primary.artist-btn.artist-page.wearable-learnmore {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #00000026;
}

.btn-primary.artist-btn.artist-page.shop-now-modal {
  z-index: 1003;
  min-height: 44px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  position: relative;
}

.btn-primary.artist-btn.artist-page.section-sub-title.btn-hero {
  color: #fff;
}

.btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta-licensing {
  color: #fff;
  cursor: pointer;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist {
  color: #fff;
  cursor: pointer;
  background-color: #0169ec;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist.start-designing-cta-mobile {
  display: none;
}

.btn-primary.contact {
  min-height: 40px;
}

.btn-primary.white-artist {
  box-shadow: none;
  color: #000;
  background-color: #fff0;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.btn-primary.pricing-learn-more-btn {
  box-shadow: none;
  border-color: #00000026;
  margin-top: 0;
}

.btn-primary.pricing-learn-more-btn.profit-pricing-learn-more {
  margin-top: 16px;
}

.btn-primary.btn-tab-menu-pricing-active.btn-tabl-menu-pricing, .btn-primary.tab-menu-btn-pricing-shipping.tab-menu-btn-pricing-shipping-active {
  color: #0958d9;
  -webkit-text-stroke-color: #0958d9;
  border-color: #0958d9;
}

.container-4 {
  color: #101828;
}

.text-block-2 {
  color: #000;
  border: 1px solid #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container-5 {
  justify-content: center;
  max-width: 100%;
  height: 1345px;
  margin-top: 32px;
  display: flex;
}

.container-5.image-curve {
  background-image: url('../images/ab748053abc9bb801232243a0e5a9192.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  max-width: 1200px;
  min-height: 654px;
}

.container-5.image-curve.planet-positive-wrapper {
  max-width: 1200px;
  height: auto;
}

.container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant, .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant-shopify, .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant-artist, .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant-home {
  background-image: url('../images/PLANET-POSITIVE---Jan-1.webp');
  background-position: 50% 100%;
  background-size: contain;
}

.container-5.image-curve.shopify-planet {
  height: 654px;
  min-height: 0;
}

.container-5.image-curve.artist-page {
  height: auto;
}

.container-5.about-hero-image-container {
  background-image: url('../images/beb04f3aa6feca3af613c24e626595ef-1.png');
  background-position: 50% 71%;
  background-size: cover;
  min-height: 737px;
  margin-top: 64px;
}

.container-5.about-hero-image-container.hero-image {
  display: none;
  overflow: visible;
}

.container-5.about-img-container-01 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 780px;
  max-width: 1440px;
  height: auto;
  padding: 48px 32px;
  box-shadow: 0 2px 20px 10px #0000000d;
}

.container-5.about-img-container-01.features {
  padding-top: 0;
}

.container-5.about-img-container-02 {
  background-image: url('../images/Screen-mockup-REPLACE-FILL.png');
  background-position: 50% -6%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 549px;
}

.container-5.about-contact-section.about-us-career {
  height: auto;
}

.container-5.shopify-hero-img {
  background-image: url('../images/adb38b2d85da99006618928334b3f498.png');
  background-position: 50%;
  background-size: cover;
  height: 810px;
}

.container-5.shopify-hero-img.mobile {
  background-image: url('../images/adb38b2d85da99006618928334b3f498.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.container-5.shopify-hero-img.mobile.artist {
  background-image: url('../images/Group-1000002896.png');
  background-position: 73% 100%;
  background-size: 121%;
}

.container-5.shopify-hero-img.mobile.artist.artist-page {
  background-image: url('../images/Group-1000002918_1.webp');
  background-position: 50% 0;
  background-size: contain;
  margin-top: 0;
}

.container-5.shopify-hero-img.mobile.artist.artist-page.wearable-art-img {
  height: 599px;
}

.container-5.shopify-hero-img.mobile.artist.artist-page.artist2 {
  height: 600px;
}

.container-5.shopify-hero-img.mobile.shopify-hero {
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: auto;
  margin-bottom: 32px;
}

.container-5.slide2 {
  background-image: url('../images/viverosBG.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: flex-start;
  width: 1440px;
  min-height: 900px;
  display: block;
}

.container-5.viveros-container {
  background-color: #000;
  width: 100%;
  height: 1215px;
}

.container-5.old-home {
  height: auto;
}

.section-title {
  color: #6e6e73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.section-title.secondary-header-title {
  color: #101828;
  font-family: Languagemd, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 64px;
}

.section-title.home-sell-merch.mobile {
  display: none;
}

.section-title.secondary-header-title-artist {
  color: #101828;
  font-family: Languagemd, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 64px;
}

.section-sub-title {
  color: #475467;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.section-sub-title.sub-title-container {
  width: 600px;
}

.section-sub-title.sub-content-profit {
  word-break: normal;
  overflow-wrap: break-word;
  width: 649px;
  font-family: SF Pro Text, sans-serif;
  font-size: 15px;
}

.heading-23p5 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Languagemd, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 70.5px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 12000px;
  margin-top: 0;
  padding-bottom: 32px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.container-6.firsttitle {
  margin-top: 0;
}

.container-6.firsttitle.hero-viveros-launch-title {
  padding-top: 96px;
}

.div-block {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 480px;
  padding-bottom: 0;
  display: flex;
}

.section-copy {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.section-copy.v0001 {
  margin-top: 160px;
}

.image-container-1 {
  max-width: 1200px;
  margin-top: 42px;
}

.luxury-section {
  margin-top: 0;
  padding-top: 64px;
}

.luxury-section.homepagev2 {
  background-color: var(--white);
}

.image {
  height: auto;
}

.design-studio-section {
  background-color: #f5f5f7;
  padding-top: 64px;
  padding-bottom: 64px;
}

.design-studio-section.studio-section {
  background-color: #fff;
}

.design-studio-section.studio-section.design-studio-v2 {
  background-color: #f5f5f7;
}

.design-studio-section.collab-section {
  padding-bottom: 0;
}

.div-block-2 {
  background-image: url('../images/11b944d015dafdb6f061936e16b0e0bd.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 1440px;
  min-height: 592px;
  display: flex;
}

.image-container-1-copy {
  max-width: 1320px;
  margin-top: 42px;
}

.container-8 {
  background-image: url('../images/49ff1060ec1c993d5377dcfe6ea383fb.png');
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 1440px;
  height: 582px;
  margin-top: 32px;
}

.container-8.mobile-container {
  display: none;
}

.container-8.desktop-only {
  background-image: url('../images/home-luxury.webp');
  background-position: 50% 100%;
  margin-top: 0;
}

.zero-risk-section {
  background-color: #f5f5f7;
  padding-top: 64px;
}

.zero-risk-section.section-homev2 {
  background-color: #f5f5f7;
}

.zero-risk-container {
  background-color: #f5f5f700;
  background-image: url('../images/home-risk.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  max-width: 1440px;
  height: 800px;
  margin-top: 32px;
}

.benefits-section {
  padding: 64px 120px 96px;
}

.benefits-section.home0002 {
  background-color: #f5f5f7;
}

.container-9 {
  width: 100%;
  max-width: 0;
}

.text-block-3 {
  color: #101828;
  background-color: #6e6e731a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.benefits-heading {
  color: #101828;
  width: 815px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.text-span {
  color: #6e6e73;
}

.text-block-4 {
  color: #475467;
  font-size: 18px;
  line-height: 26px;
}

.section-title-artist-landing-v2 {
  max-width: 1200px;
}

.container-11 {
  max-width: 1200px;
  padding-top: 64px;
}

.quick-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.cell {
  border-radius: 12px;
  box-shadow: 0 1px 19px #0000001a;
}

.cell.shadow-box {
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.shadow-box.cell {
  background-color: #000;
}

.shadow-box.cell.cell-bg {
  background-image: url('../images/3a7fa8539d56d5d0bc07f202185bd193.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.shadow-box.cell.cell-bg-2 {
  background-image: url('../images/cd79fca6a260d3485bba4dd5a586ae15.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.design-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #4785ff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 8px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-span-2 {
  color: #fff;
  -webkit-text-stroke-color: #101828;
}

.image-2, .image-3, .image-4 {
  flex: none;
  width: 117px;
}

.div-block-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  width: 349px;
  height: 282px;
  padding: 16px 32px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.div-block-7 {
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.wearale-art-section {
  background-color: #f5f5f7;
  padding-top: 32px;
  padding-bottom: 0;
}

.wearale-art-section.desktop-only {
  padding-top: 64px;
}

.wearale-art-section.desktop-only.homev0003 {
  background-color: #fff;
  display: block;
}

.wearale-art-section.mobile-only {
  display: none;
}

.part-text-black {
  color: #101828;
  font-family: Languagemd, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.container-12 {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.diversity-section {
  padding-top: 32px;
}

.diversity-section.desktop-only {
  padding-top: 64px;
}

.diversity-section.desktop-only.home002 {
  background-color: #f5f5f7;
  display: block;
}

.diversity-section.mobile-only {
  display: none;
}

.container-13 {
  background-image: url('../images/diverity.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 1200px;
  height: 790px;
}

.build-brand-section {
  background-color: #f5f5f7;
  padding-top: 32px;
}

.build-brand-section.desktop-only {
  padding-top: 64px;
  display: none;
}

.build-brand-section.mobile-only {
  display: none;
}

.container-14 {
  background-image: url('../images/build-a-brand.webp');
  background-position: 44% 12%;
  background-repeat: no-repeat;
  background-size: 137%;
  max-width: 1300px;
  height: 658px;
}

.sucess-story-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.sucess-story-section.home002 {
  background-color: #f5f5f7;
}

.container-15 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.div-block-8 {
  border-radius: 8px;
  width: 349px;
  min-width: 349px;
  height: 236px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.text-block-6 {
  color: #1c1c1c;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-6.mobile-artsit-name {
  letter-spacing: .04px;
  font-size: 28px;
  line-height: 40px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 260px;
  height: 200px;
  margin-left: 0;
  display: flex;
}

.div-block-9.mobile-artist-block {
  display: none;
}

.div-block-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  width: 60%;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  font-size: 12.24px;
  line-height: 15.912px;
  display: flex;
}

.text-block-7 {
  color: #00000080;
  text-transform: capitalize;
  font-size: 18px;
}

.div-block-11 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  cursor: default;
  background-image: url('../images/vivero-01.png');
  background-position: -80% 5%;
  background-repeat: no-repeat;
  background-size: 400px;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-12 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 326px;
  height: 200px;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-8 {
  color: #475467;
  font-size: 16px;
  line-height: 20px;
}

.link {
  color: #1c1c1c;
  width: 50%;
  line-height: 15.912px;
}

.container-16 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

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

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: static;
}

.testimonials-section {
  clear: none;
  min-height: 692px;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.div-block-15 {
  clear: none;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.top-layer {
  z-index: 3;
  background-color: #f5f5f7;
  border-radius: 14.4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 998.336px;
  height: 530.408px;
  display: flex;
  position: absolute;
  top: 0;
  left: 201.66px;
  right: 0;
  box-shadow: 0 0 33px 1px #0000000d;
}

.box-style {
  z-index: 2;
  background-color: #f5f5f7;
  border-radius: 14.4px;
  width: 998.336px;
  height: 530.408px;
  position: absolute;
  top: 40px;
  left: 111.816px;
  box-shadow: 0 0 33px 1px #0000000d;
}

.heading-2 {
  color: #101828;
  letter-spacing: -.88px;
  margin-top: 24px;
  margin-bottom: 96px;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.text-span-3, .text-span-4 {
  font-size: 78px;
}

.text-block-9 {
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12.24px;
  display: inline-block;
}

.div-block-16 {
  background-image: url('../images/Avatar-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 75px;
  width: 64px;
  height: 64px;
}

.image-5 {
  width: 20px;
  height: 20px;
}

.text-block-10 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-11 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.div-block-17 {
  z-index: 5;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 684.859px;
  display: flex;
  position: absolute;
}

.div-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.box-style-bottom {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 14.4px;
  width: 998.336px;
  height: 530.408px;
  position: absolute;
  top: 79px;
  left: 10px;
}

.footer-section {
  clear: both;
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  position: static;
  bottom: 0;
}

.container-17 {
  clear: none;
  max-width: 1200px;
  display: none;
  position: relative;
}

.div-block-19 {
  clear: none;
}

.div-block-20 {
  clear: both;
  position: relative;
}

.clear {
  clear: both;
  flex-direction: column;
  display: block;
  position: static;
}

.secondary-title-section {
  color: #6e6e73;
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.secondary-title-section.about {
  color: #101828;
  font-size: 50px;
  font-weight: 600;
  line-height: 72px;
}

.secondary-title-section.about-hero-title {
  color: #101828;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.secondary-title-section.about-hero-title.wrapper-title {
  padding-top: 96px;
}

.secondary-title-section.about-hero-title.contact-us {
  letter-spacing: .96px;
  text-transform: none;
  font-weight: 600;
  line-height: 44px;
}

.secondary-title-section.about-hero-title.features {
  text-transform: none;
  padding-bottom: 48px;
}

.secondary-title-section.about-hero-title.faq-2 {
  text-align: left;
  margin-top: 0;
  font-size: 36px;
  line-height: 44px;
}

.secondary-title-section.home-title-hero {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.image-6 {
  width: 223px;
  margin-bottom: 16px;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: #fff;
}

.footer-text-title {
  color: #d0d5dd;
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-link-item {
  color: #bfc0c6;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.container-18 {
  max-width: 1200px;
  padding-bottom: 64px;
}

.container-19 {
  border-top: 1px solid #475467;
  align-items: center;
  max-width: 1200px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-block-21 {
  width: 50%;
}

.div-block-22 {
  width: 50%;
  display: flex;
}

.text-block-12 {
  color: #d0d5dd;
}

.text-block-13 {
  color: #d0d5dd;
  text-align: right;
  margin-left: 60px;
  font-size: 14px;
  line-height: 24px;
}

.image-8 {
  display: block;
}

.mobile-only-copy-wrapper {
  display: none;
}

.right-arrow {
  color: #444;
}

.slide-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

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

.mask {
  object-fit: contain;
  width: auto;
  height: auto;
  overflow: visible;
}

.mask.hero-slider-mask {
  padding-bottom: 0;
}

.slide.slide-2.image-only-slide {
  background-image: url('../images/home-hero.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1186px;
}

.slider {
  background-color: #0000;
  width: 80vw;
  height: 80vh;
}

.slider.hero-slider {
  width: auto;
  height: auto;
  padding-top: 0;
}

.left-arrow {
  color: #444;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section.testimonial-mobile, .section.testimonial-mobile-copy {
  display: none;
}

.slide-nav {
  margin-top: 0;
}

.slide-content-div {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.slider-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slider-container.hero-slide {
  width: 1440%;
  max-width: 1440px;
  height: auto;
}

.quick-stack-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-dark-black {
  display: none;
}

.html-embed {
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed.mobile {
  display: none;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slide-2 {
  object-fit: fill;
  position: static;
  inset: 0%;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  width: 1000px;
  height: 500px;
}

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: static;
  overflow: hidden;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 10px 40px #00000080;
}

.slide__image.previous {
  z-index: 0;
  opacity: 1;
  transform-origin: 50%;
  display: block;
  transform: translate(-120px)rotate(-3deg)scale(.8);
  box-shadow: 0 10px 40px #00000014;
}

.slide__image.current {
  z-index: 2;
  opacity: 1;
  transform-origin: 50%;
  object-fit: contain;
  background-color: #f5f5f7;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  box-shadow: 0 10px 40px #00000014;
}

.slide__image.next {
  z-index: 1;
  opacity: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
  box-shadow: 0 10px 40px #00000014;
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px #0006;
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.div-block-24 {
  z-index: 5;
  position: absolute;
}

.image-9 {
  filter: invert();
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 17px;
}

.text-block-18.mobile {
  display: none;
}

.about-section {
  padding-top: 64px;
  padding-bottom: 0;
}

.about-section.grey {
  background-color: #f9fafb;
  padding-bottom: 64px;
}

.about-section.grey.apply-now-section.with-side-padding.white, .about-section.grey.with-side-padding.planet-positive-home.white {
  background-color: #fff;
}

.about-section.luxury-about {
  padding-bottom: 0;
}

.about-section.luxury-about.grey.with-side-padding.feature-section {
  padding-top: 64px;
}

.about-section.luxury-about.shopify {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.about-section.team-culture {
  display: none;
}

.about-secondary-title {
  color: #6e6e73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: SF Pro Text, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
}

.about-secondary-title.contact-title {
  letter-spacing: -.72px;
  font-size: 36px;
  line-height: 44px;
}

.about-sub-title {
  color: #475467;
  text-align: center;
  font-family: SF Pro Text, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.about-sub-title.contact-sub {
  color: #475467;
  line-height: 30px;
}

.about-sub-title.shopify {
  font-size: 16px;
  line-height: 140%;
}

.body-2 {
  font-family: SF Pro Text, sans-serif;
}

.container-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.field-label {
  color: #344054;
  font-weight: 500;
}

.text-field {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 10px 14px;
}

.form-block {
  width: 480px;
}

.div-block-25, .div-block-26 {
  width: 50%;
}

.div-block-27 {
  grid-column-gap: 32px;
  display: flex;
}

.textarea {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}

.checkbox-label {
  color: #667085;
  font-size: 16px;
  line-height: 24px;
}

.text-span-9 {
  text-decoration: underline;
}

.submit-button {
  background-color: #1677ff;
  border: 1px solid #1677ff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
}

.form {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -10px;
}

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

.checkbox-field {
  grid-column-gap: 12px;
  flex-wrap: nowrap;
  place-content: center flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-19 {
  background-color: #e3e3e4;
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.header-shopify {
  text-align: center;
  letter-spacing: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.header-shopify.artist-page {
  margin-top: 0;
}

.header-shopify.artist-page.wearable {
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
}

.grey {
  color: #101828;
}

.how-it-works.grey-bg {
  background-color: #f5f5f7;
  position: static;
}

.how-it-works.grey-bg.features.white-features-bg {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-it-works.grey-bg.features.white-features-bg.grey-features {
  background-color: #f9fafb;
}

.how-it-works.grey-bg {
  background-color: #f5f5f7;
  padding-top: 96px;
  padding-bottom: 64px;
}

.container-21 {
  max-width: 1440px;
  display: flex;
}

.container-21.mobile {
  background-image: url('../images/Screenshot-2025-07-30-at-23.05.35.png');
  background-position: 10% 46%;
  background-repeat: repeat-x;
  background-size: auto;
  border: 1px #ccc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 600px;
  position: relative;
  box-shadow: 0 2px 20px -17px #0003;
}

.container-21.mobile.features-002 {
  width: 1200px;
  max-width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-two {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 50%;
  height: 753px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.div-two.div-img-1 {
  background-image: url('../images/f7673c2873050897593a7b8a290124d9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-two.div-img-1.features-img {
  background-image: url('../images/features-page-quality.png');
}

.div-two.div-img-1.features-img.img-f-02 {
  background-image: url('../images/0534b6fb96cf33a2e72e0b251f72c369.webp');
  border-radius: 16px;
  height: 560px;
}

.div-two.div-img-1.features-img.features-bg-manu {
  background-image: url('../images/07117270d1b6129bb1b7760f01b26a73.webp');
  border-radius: 16px;
}

.div-two.with-padding-left {
  padding-left: 64px;
}

.div-two.with-padding-left.desktop.features-01 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 0;
}

.div-two.with-padding-left.desktop.features-01.fulfill-desktop {
  justify-content: center;
  height: auto;
}

.div-two.with-padding-left.desktop.features-01.fulfill-desktop.features {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
}

.div-two.with-padding-left.desktop.features-01.fullfil-mobile {
  display: none;
}

.div-two.with-padding-left.desktop.features-01.features-stack {
  justify-content: center;
  padding-left: 0;
}

.div-two.with-padding-left.mobile {
  display: none;
}

.heading-4 {
  letter-spacing: -.56px;
  font-size: 28px;
  line-height: 34px;
}

.heading-5 {
  letter-spacing: -.56px;
  margin-top: 20px;
  font-family: SF Pro Text, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.heading-5.features-heading {
  margin-bottom: 20px;
  line-height: 36px;
}

.text-block-20 {
  color: #475467;
  font-family: SF Pro Text, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-20.features-desc, .text-block-20.new {
  font-size: 20px;
  line-height: 30px;
}

.body-3 {
  font-family: SF Pro Text, sans-serif;
}

.text-block-21 {
  color: #101828;
  background-color: #e7e7ea;
  border-radius: 16px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.work-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.text-block-22 {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-23 {
  color: #475467;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}

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

.link-3 {
  color: #1677ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.link-3.shopify-page {
  display: none;
}

.div-block-29 {
  padding-top: 10px;
}

.features {
  padding-top: 96px;
  padding-bottom: 96px;
}

.container-22 {
  max-width: 1200px;
}

.heading-6 {
  letter-spacing: -.56px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.image-container-1-2 {
  max-width: 1200px;
  margin-top: 42px;
}

.features-wrapper {
  max-width: 1200px;
}

.heading-7 {
  line-height: 32px;
}

.heading-8 {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-24 {
  color: #475467;
  font-size: 16px;
  line-height: 140%;
}

.link-4 {
  color: #1677ff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: none;
}

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

.div-block-30.shopify-page-hide {
  display: none;
}

.quick-stack-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 48px;
  padding: 0;
}

.feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 20px 4px #0000000d;
}

.differentiated-product.grey-bg {
  background-color: #f5f5f7;
  padding-top: 32px;
  padding-bottom: 64px;
}

.container-23 {
  max-width: 1200px;
  margin-bottom: 16px;
}

.heading-9 {
  color: #6e6e73;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-25 {
  color: #475467;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.text-block-25.shopify-page-shopify-copy {
  width: 600px;
}

.container-24 {
  background-image: url('../images/870b0dd34374d8e0f131487dfb2dc3a6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  height: 841px;
}

.container-25 {
  flex-direction: row;
  max-width: 1200px;
  display: flex;
}

.container-25.artist {
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 1320px;
}

.div-block-31 {
  width: 40%;
  padding-left: 64px;
}

.div-block-31.artist-page {
  width: 50%;
  padding-left: 0;
}

.div-block-32 {
  width: 60%;
}

.div-block-32.wearable-div2 {
  width: 50%;
}

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

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

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

.container-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.container-26.contact {
  padding-bottom: 0;
}

.about-div {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.about-div.feature-luxury {
  grid-row-gap: 48px;
}

.about-div.feature-luxury.contact {
  background-image: url('../images/contact-us-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  min-height: 700px;
  max-height: 0;
}

.about-div.feature-luxury.about-v2.about-v2-container {
  padding-left: 64px;
}

.about-div.feature-luxury-copy {
  grid-row-gap: 48px;
}

.about-div.feature-luxury-copy.contact {
  background-image: url('../images/contact-us-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  min-height: 700px;
  max-height: 0;
}

.heading-10 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Languagemd, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 36px;
}

.heading-10.features {
  letter-spacing: .56px;
  font-family: SF Pro Text, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-10.features.contact {
  padding-bottom: 46px;
}

.heading-10.features.contact.contact-us {
  letter-spacing: .72px;
  line-height: 44px;
}

.heading-10.section-title {
  font-size: 64px;
}

.heading-10.section-title-shopify {
  font-family: SF Pro Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.text-block-26 {
  color: #475467;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.text-block-26.desktop {
  text-align: center;
}

.text-block-26.mobile {
  display: none;
}

.text-block-27 {
  color: #000c;
  font-size: 16px;
  line-height: 24px;
}

.heading-11 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-28 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.div-block-33 {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  display: none;
}

.div-block-33.about-v2 {
  display: flex;
}

.div-block-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.text-block {
  color: #475467;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.container-27 {
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.hero-section-2 {
  -webkit-text-fill-color: inherit;
  background-color: #f9fafb;
  background-clip: border-box;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mobile-img {
  display: none;
}

.text-block-29 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.main-heading {
  color: #101828;
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.btn-primary-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0169ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.container-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-29 {
  max-width: 1200px;
  margin-top: 32px;
}

.container-30 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-35 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  padding-bottom: 0;
  display: flex;
}

.image-container-1-3 {
  max-width: 1200px;
  margin-top: 42px;
}

.section-sub-title-2 {
  color: #475467;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.section-copy-2 {
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-copy-2.bottom-ready {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-title-2 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.section-wrapper {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-wrapper.grey {
  background-color: #f9fafb;
}

.section-wrapper.bottom-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-36 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  padding-bottom: 0;
  display: flex;
}

.image-container-1-4 {
  max-width: 1200px;
  margin-top: 42px;
}

.section-sub-title-3 {
  color: #475467;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.section-title-3 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.div-block-37 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  padding-bottom: 0;
  display: flex;
}

.image-container-1-5 {
  max-width: 1200px;
  margin-top: 42px;
}

.section-sub-title-4 {
  color: #475467;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.section-title-4 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.container-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.bottom {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  height: 154px;
  min-height: 154px;
  padding: 16px 32px 32px;
}

.feature-card {
  border-radius: 16px;
  width: 387px;
  box-shadow: 0 0 13px 1px #0000001a;
}

.paragraph {
  color: #1f1f1f;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 140%;
}

.section-title-5 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.section-title-5.do-more {
  letter-spacing: 0;
  margin-bottom: 64px;
}

.top {
  background-color: #f5f5f5;
  background-image: url('../images/3eadb7c61af92f95b604b9d62d34b131.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 16px;
  height: 255px;
  padding-top: 60px;
  padding-left: 80px;
}

.top.feat2 {
  background-image: url('../images/c4745f683f1407406bda852b7ebf89ce.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0 0;
}

.top.img2 {
  background-image: url('../images/146eda2b8258795224c95dd84cb50fbf.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 16px;
}

.top.img1 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.btn-23p5 {
  text-align: center;
  cursor: pointer;
  background-color: #0169ec;
  border-radius: 8px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.div-block-38 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  padding-bottom: 0;
  display: flex;
}

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

.div-block-39 {
  width: 15%;
}

.section-sub-title-5 {
  color: #475467;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.section-title-6 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.link-5 {
  color: #1677ff;
  margin-top: 16px;
  line-height: 22px;
  text-decoration: none;
}

.link-5.learn-more {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 24px;
}

.button-2 {
  color: #000000e0;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 8px;
  margin-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 0 2px #0003;
}

.button-2.v0001 {
  text-align: center;
  width: 140px;
  margin-bottom: 0;
}

.div-block-40 {
  margin-top: 16px;
}

.dropdown-list {
  background-color: #fff;
  border: 1px #00000026;
  border-radius: 4px;
  max-width: 181px;
  padding-left: 24px;
  display: none;
  box-shadow: 0 20px 24px -4px #10182814, 0 8px 8px -4px #10182808;
}

.dropdown-list.w--open {
  padding-left: 0;
}

.dropdown-list.drop-down-menu {
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.dropdown-link {
  padding-left: 24px;
  line-height: 24px;
}

.dropdown-link.hide-menu {
  display: none;
}

.dropdown-link.active-link {
  color: #0082f3;
}

.dropdown-link-2 {
  padding-left: 24px;
  line-height: 24px;
  display: none;
}

.list-item, .list-item.mobile {
  display: none;
}

.dropdown {
  display: block;
}

.heading-13 {
  margin-top: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.body-4 {
  font-family: SF Pro Text, sans-serif;
}

.text-block-30 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.text-block-30.card-text {
  padding-bottom: 10px;
}

.cell-2 {
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 2px 20px #0000000d;
}

.cell-2.contact-us {
  box-shadow: none;
  background-color: #f9fafb;
  border: 1px #000;
  border-radius: 8px;
}

.cell-2.features {
  box-shadow: none;
  border: 1px #000;
  padding: 0;
}

.quick-stack-4 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  padding: 0;
}

.quick-stack-4.constact-us {
  grid-row-gap: 0px;
}

.quick-stack-4.features {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
}

.container-32 {
  max-width: 1200px;
}

.container-32.feature-mobile {
  width: 1200px;
  max-width: 1200px;
}

.container-32.feature-mobile.artist-page {
  padding-top: 48px;
}

.container-32.feature-mobile.artist-page.features-shopify.all-products-designs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-41 {
  min-height: 0;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-41.contact-us {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  height: auto;
  min-height: 236px;
  display: flex;
  position: relative;
}

.div-block-42 {
  width: 1200px;
  padding-bottom: 64px;
}

.right-arrow-2 {
  color: #444;
  display: none;
}

.slide-content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.slide-content-wrapper-2.blackbg {
  background-color: #000;
  width: auto;
  height: auto;
  display: block;
}

.slide-content-wrapper-2.slider2 {
  width: auto;
  display: block;
}

.slide-content-wrapper-2.slider01-hero {
  padding-top: 96px;
  display: block;
}

.slide-3 {
  background-color: #000;
  width: 100%;
}

.slide-3.black {
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide-3.fullheight {
  height: 1232px;
}

.slider-3 {
  background-color: #0000;
  width: auto;
  height: auto;
}

.left-arrow-2 {
  color: #444;
  display: none;
}

.slide-content-div-2 {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.countdown {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  background-color: #1e1e1e;
  background-image: url('../images/viveros-lady.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 500px;
  margin-top: 96px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  box-shadow: 0 2px 16px 4px #00000080;
}

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

.text-block-31 {
  color: #fff;
  font-weight: 300;
}

.heading {
  color: #fff;
}

.div-block-44, .div-block-45, .div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-33 {
  background-color: #0000;
  background-image: url('../images/viverosBG.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  width: 1440px;
  max-width: 1440px;
  height: 1234px;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.bannerwrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 900px;
  display: flex;
}

.heading-14 {
  color: #fff;
  font-size: 48px;
  line-height: 64px;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 64px;
  font-weight: 900;
}

.text-block-32 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-16 {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
}

.text-span-10 {
  font-size: 32px;
  font-weight: 300;
}

.heading-17 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-47 {
  padding-top: 96px;
}

.container-34 {
  background-color: #000;
  background-image: url('../images/viverosBG.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 797px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 1328px;
  padding-top: 64px;
  display: flex;
}

.div-block-48 {
  height: 780px;
  padding-top: 0;
}

.heading-18 {
  color: #fff;
  font-size: 48px;
  line-height: 80px;
}

.heading-19 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
}

.text-span-11 {
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.html-embed-2 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  filter: invert();
  height: 63px;
}

.heading-21 {
  color: #fff;
  font-size: 44px;
  font-weight: 300;
  line-height: 75px;
}

.div-block-49 {
  grid-column-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  height: 63px;
}

.heading-22 {
  color: #d8bc6d;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.image-12 {
  display: none;
}

.div-block-50 {
  grid-column-gap: 16px;
  justify-content: center;
  display: flex;
}

.form-2 {
  display: flex;
}

.text-field-2 {
  color: #667085;
  border: 1px solid #d0d5dd;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 44px;
  margin-bottom: 0;
  padding: 10px 0 10px 14px;
  font-size: 16px;
}

.submit-button-2 {
  background-color: #1f7cff;
  border: 1px solid #1f7cff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
}

.form-block-2 {
  width: 30%;
  margin-left: 0;
  margin-right: 0;
}

.slide-4 {
  width: 100%;
}

.container-35 {
  max-width: 1440px;
}

.black-slider {
  background-color: #000;
}

.container-36 {
  max-width: 1440px;
  height: 1345px;
}

.container-36.wrapper-viveros {
  background-color: #000;
  background-image: url('../images/viverosBG.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 786px;
  width: 1440px;
  height: 1214px;
}

.heading-23 {
  color: #d8bc6d;
  font-weight: 600;
  line-height: 28px;
}

.div-block-51 {
  text-align: center;
  width: 50%;
}

.image-13 {
  width: auto;
}

.heading-24 {
  color: #fff;
}

.div-block-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 270px;
  display: flex;
}

.success-message {
  color: #d8bc6d;
  background-color: #0000;
  font-size: 16px;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  display: none;
}

.viveros-image {
  width: 1440px;
  max-width: 1440px;
  overflow: hidden;
}

.viveros-image.still-banner {
  display: none;
}

.viveros-image.max-height-hero-image {
  justify-content: center;
  align-items: center;
  height: 1138px;
  margin-bottom: 0;
  display: flex;
}

.heading-25 {
  color: #101828;
  text-align: center;
  text-transform: capitalize;
  margin-top: 32px;
  padding-top: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 22px;
}

.heading-26 {
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}

.heading-27 {
  color: #475467;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-53 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-carousel {
  max-width: 1440px;
  display: none;
}

.image-21 {
  margin-top: auto;
  margin-bottom: 0;
  display: none;
}

.image-22 {
  width: 100%;
  margin-top: 16px;
}

.image-23 {
  margin-top: 16px;
}

.flex-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  object-fit: fill;
  justify-content: flex-start;
}

.image-24 {
  width: 24px;
  height: 24px;
  position: relative;
}

.image-25 {
  width: 24px;
  height: 24px;
}

.image-26 {
  width: 24px;
  height: 24px;
  line-height: 20px;
}

.image-27 {
  width: 24px;
  height: 24px;
}

.container-37 {
  margin: 0;
  display: none;
}

.close-backdrop {
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 0%;
}

.popup {
  z-index: 10003;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.checkbox-field-2 {
  margin-bottom: 5px;
}

.paragraph-2 {
  color: #344054;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-28 {
  clear: none;
  cursor: pointer;
  object-fit: fill;
  order: 0;
  align-self: auto;
  min-width: 0;
  max-width: 50%;
  min-height: 0;
  max-height: 50px;
  margin: 10px;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-28 {
  color: #101828;
  align-self: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
}

.submit-button-3 {
  color: #fff;
  background-color: #0788f5;
  border-radius: 8px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0;
}

.text-field-3 {
  color: #344054;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
}

.modal {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  min-width: 450px;
  max-width: 509px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.link-6 {
  color: #475467;
}

.container-38 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-2, .field-label-3 {
  margin-bottom: 6px;
  font-weight: 500;
}

.checkbox-label-2 {
  color: #475467;
}

.success-message-2 {
  background-color: #fff;
  margin: 16px;
}

.text-block-33 {
  color: #475467;
}

.div-block-54 {
  background-color: #d7ba6f;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.text-span-12 {
  color: #1c1c1c;
}

.image-29 {
  padding-bottom: 0;
  position: static;
  left: auto;
}

.div-block-55 {
  position: static;
}

.div-block-56 {
  background-image: url('../images/Arrow.png');
  background-position: 60% 120%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  width: 193px;
  height: 193px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-57 {
  background-color: #d7ba6f;
  border-radius: 12px;
  min-width: 0;
  position: absolute;
  inset: 0%;
}

.text-span-13-mobile, .text-span-14-mobile {
  display: none;
}

.html-embed-3 {
  display: block;
}

.link-7 {
  color: #1677ff;
  text-decoration: none;
}

.link-7.contact-us {
  position: absolute;
  bottom: 0;
}

.div-block-58 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  overflow-wrap: normal;
  margin-bottom: 16px;
  display: flex;
}

.div-block-59 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.text-field-4 {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  margin-bottom: 0;
}

.text-field-5 {
  margin-bottom: 0;
}

.field-label-4 {
  margin-bottom: 8px;
  font-weight: 400;
}

.text-field-6 {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

.textarea-2 {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  min-height: 150px;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.div-block-61 {
  margin-bottom: 8px;
  display: flex;
}

.link-8 {
  color: #1677ff;
  text-decoration: none;
}

.help-container-base {
  color: #101828;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  display: block;
}

.help-container-base.about-us-hero {
  background-color: #fff;
  padding-bottom: 64px;
}

.help-container-base.home-hero-01 {
  background-color: #fff;
  padding-top: 96px;
}

.help-container-base.home-hero-01.viveros-hero {
  padding-top: 0;
  display: block;
}

.help-container-base.home-hero-01.viveros-launch {
  padding-top: 0;
}

.help-container-base.video-tutorials-page-content {
  justify-content: center;
  max-width: none;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-39 {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.bread-crumb-container {
  background-color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.crumbs-wrapper {
  background-color: #f5f5f7;
  width: 100%;
  max-width: 1440px;
  margin-top: 10px;
  padding: 0 60px;
}

.crumb-item {
  color: #00000073;
  font-weight: 500;
  text-decoration: none;
}

.crumb-item.crumb-active {
  color: #1677ff;
}

.list-item-2 {
  display: inline;
}

.crumb-line-item {
  flex-direction: column;
  list-style-type: none;
  display: inline-block;
}

.container-6-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 12000px;
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.container-6-copy.firsttitle {
  margin-top: 0;
}

.container-6-copy.firsttitle.hero-viveros-launch-title {
  padding-top: 96px;
}

.container-2-copy {
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.container-2-copy.faq-2-tabs {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.link-9 {
  color: #000000e0;
  text-decoration: none;
}

.link-9.w--current {
  color: #1677ff;
}

.link-10 {
  color: #000000e0;
  text-decoration: none;
}

.list-categories {
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.list-categories.active-list {
  cursor: pointer;
  border-left: 2px solid #1677ff;
  align-items: center;
  min-width: 40px;
  height: 40px;
  display: flex;
}

.heading-29 {
  color: #66544e;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.container-40 {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-40.help-center-pricing-page {
  padding-left: 64px;
  padding-right: 64px;
}

.container-41 {
  width: 15%;
}

.container-42 {
  width: 85%;
  display: none;
}

.container-42.terms-and-conditions, .container-42.privacy-policy, .container-42.refund-policy {
  display: block;
}

.accordion-wrapper {
  margin-top: 64px;
}

.accordion-wrapper.faq-2-design-studio {
  margin-top: 0;
}

.accordion-item {
  box-shadow: none;
  background-color: #fff;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #eaecf0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 16px;
}

.accordion-item.last-accordion-item {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

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

.bold-text.artist-landing-faq-header {
  color: #101828;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bold-text.faq-header {
  text-align: left;
  line-height: 28px;
}

.link-11, .link-12 {
  text-decoration: none;
}

.link-block {
  height: auto;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 14px;
  line-height: 20px;
}

.hero-section-copy {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section-copy.about-us-hero {
  background-color: #fff;
  padding-bottom: 64px;
}

.hero-section-copy.home-hero-01 {
  background-color: #fff;
  padding-top: 96px;
}

.hero-section-copy.home-hero-01.viveros-hero {
  padding-top: 0;
  display: block;
}

.hero-section-copy.home-hero-01.viveros-launch {
  padding-top: 0;
}

.hero-section-copy.about-us-hero-copy {
  background-color: #fff;
  padding-bottom: 64px;
}

.hero-section-copy.about-us-hero-copy.about-hero-wrapper-copy {
  background-image: url('../images/dcon-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 856px;
}

.container-43 {
  background-image: url('../images/5c3d0967a8e1c34308cb6c7a448c2ea6.webp');
  background-position: 140% 100%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: row;
  width: 1440px;
  max-width: 1440px;
  height: 856px;
  min-height: 100%;
  display: flex;
}

.container-44 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.heading-30 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
}

.text-block-34 {
  color: #fff;
  font-size: 24px;
}

.text-block-35 {
  color: #fffc;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-62 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.form-label {
  color: #fff;
  font-weight: 400;
}

.text-field-7 {
  border-radius: 8px;
  height: 44px;
  margin-bottom: 24px;
}

.div-block-63 {
  width: 80%;
  padding-top: 24px;
  padding-bottom: 0;
}

.submit-button-4 {
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  width: auto;
  min-width: 200px;
  height: 48px;
}

.form-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: block;
}

.form-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: block;
}

.text-block-36 {
  display: none;
}

.about-div-copy.feature-luxury-copy-copy {
  grid-row-gap: 8px;
  padding-top: 16px;
  padding-left: 64px;
}

.about-div-copy.feature-luxury-copy-copy.contact {
  background-image: url('../images/contact-us-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  min-height: 700px;
  max-height: 0;
}

.heading-31 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.text-block-37 {
  color: #475467;
}

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

.about-div-copy.mobile {
  align-items: center;
  padding-right: 46px;
}

.about-div-copy.mobile.about-us-planet {
  width: 810%;
}

.about-section-copy.grey.apply-now-section.with-side-padding.white, .about-section-copy.grey.with-side-padding.planet-positive-home.white {
  background-color: #fff;
}

.about-section-copy.team-culture, .dropdown-mobile-only {
  display: none;
}

.about-div-copy {
  flex-direction: column;
  width: 50%;
  padding-right: 96px;
  display: flex;
}

.container-26-copy.contact-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
}

.container-26-copy.contact-copy.contact-us {
  justify-content: flex-start;
  align-items: center;
}

.about-section-copy.grey.apply-now-section.with-side-padding.white, .about-section-copy.grey.with-side-padding.planet-positive-home.white {
  background-color: #fff;
}

.about-section-copy.luxury-about-copy {
  padding-bottom: 0;
}

.about-section-copy.luxury-about-copy.shopify, .about-section-copy.luxury-about-copy.shopify-copy {
  padding-top: 32px;
}

.about-section-copy.luxury-about-copy.shopify-copy.contact-map {
  padding-bottom: 96px;
}

.about-div-copy {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.about-div-copy.feature-luxury {
  grid-row-gap: 48px;
}

.about-div-copy.feature-luxury.contact {
  background-image: url('../images/contact-us-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  min-height: 700px;
  max-height: 0;
}

.about-div-copy.feature-luxury.about-v2.about-v2-container {
  padding-left: 64px;
}

.about-div-copy.feature-luxury-copy {
  grid-row-gap: 48px;
}

.about-div-copy.feature-luxury-copy.contact {
  background-image: url('../images/contact-us-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  min-height: 700px;
  max-height: 0;
}

.about-div-copy.feature-luxury-copy.about-v2.about-v2-container {
  padding-left: 64px;
}

.about-div-copy.feature-luxury-copy.contact-copy {
  background-image: url('../images/contact-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 700px;
  max-height: 0;
}

.heading-32 {
  font-weight: 600;
}

.text-block-38 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.lightbox-link {
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 0;
}

.image-30 {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  min-height: 0;
}

.quick-stack-5 {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  padding: 0 0 64px;
}

.contact-us-ico {
  width: 48px;
}

.contact-us-mobile {
  display: none;
}

.div-block-65 {
  background-image: url('../images/elements-library.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  min-height: 255px;
}

.div-block-65.el {
  background-image: url('../images/all-over-design.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-65.rt3d {
  background-image: url('../images/realtime-preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-65.cut-and-sew {
  background-image: url('../images/cut-and-sew.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-65.high-end {
  background-image: url('../images/high-end.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-65.waterless {
  background-image: url('../images/waterless.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-65.new {
  border-radius: 12px;
}

.div-block-65.rt3d-copy {
  background-image: url('../images/realtime-preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-66 {
  background-image: url('../images/gems.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 1200px;
  min-height: 516px;
}

.div-block-67 {
  width: 768px;
}

.div-block-68 {
  width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-69 {
  width: 768px;
  padding-bottom: 64px;
}

.link-13 {
  color: #1677ff;
  display: inline;
}

.div-block-70 {
  width: 40%;
  padding-left: 64px;
}

.list-item-6 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.heading-35 {
  color: #1c1c1c;
  letter-spacing: -.04px;
  width: 300px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.image-arrow {
  width: 220px;
  min-width: 220px;
  position: relative;
  inset: 50px 0 0 290px;
}

.container-45 {
  justify-content: center;
  max-width: 100%;
  height: 1345px;
  margin-top: 32px;
  display: flex;
}

.container-45.shopify-hero-img {
  background-image: url('../images/adb38b2d85da99006618928334b3f498.png');
  background-position: 50%;
  background-size: cover;
  height: 810px;
}

.container-45.shopify-hero-img.mobile {
  background-image: url('../images/adb38b2d85da99006618928334b3f498.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.container-45.shopify-hero-img.mobile.home1 {
  background-image: url('../images/Group-1000002918.webp');
  background-position: 0 0;
  background-size: contain;
  height: 714px;
  margin-top: 0;
}

.text-span-14 {
  color: #3339;
}

.container-46 {
  flex-direction: row;
  max-width: 1200px;
  display: flex;
}

.container-46.artist {
  flex-direction: row;
  width: 1440px;
  max-width: 1440px;
  min-height: 842px;
  position: relative;
}

.div-block-74 {
  justify-content: space-between;
  display: flex;
}

.text-block-39 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.home-texts {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 345px;
  display: flex;
  position: relative;
}

.list-item-3 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.image-31 {
  display: none;
}

.list-item-4 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.btn-primary-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-3.artist-btn {
  display: inline-block;
}

.btn-primary-3.artist-btn.artist-page {
  text-align: center;
  min-width: 175px;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.list-item-5 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.hero-section-3 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section-3.artist {
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-block-75 {
  width: 60%;
}

.link-14 {
  color: #1c1c1c;
}

.text-block-40 {
  letter-spacing: -.04px;
  font-weight: 500;
  position: absolute;
  bottom: 54px;
  right: 0;
}

.home001 {
  flex-direction: column;
  align-items: flex-end;
  width: 1200px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heading-34 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.cell-3 {
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 2px 20px #0000000d;
}

.cell-3.features {
  color: #fff;
  border: 1px #000;
  padding: 0 0 40px;
  box-shadow: 0 1px 13px #0000001a;
}

.quick-stack-6 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  padding: 0;
}

.quick-stack-6.features {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
}

.div-block-76 {
  background-image: url('../images/Screen-Shot-2024-01-17-at-9.33-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  min-height: 255px;
}

.div-block-76.high-end {
  background-image: url('../images/Screen-Shot-2024-01-17-at-9.37-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-76.cut-and-sew {
  background-image: url('../images/Screen-Shot-2024-01-17-at-9.33-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-76.el {
  background-image: url('../images/Screen-mockup-REPLACE-FILL.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-77 {
  min-height: 0;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-36 {
  color: #000000e0;
  margin-top: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.container-47 {
  max-width: 1440px;
  display: flex;
}

.container-47.mobile {
  width: 1440px;
  max-width: 1440px;
  padding-left: 64px;
  padding-right: 64px;
}

.text-block-41 {
  color: #475467;
  font-size: 16px;
  line-height: 140%;
  display: none;
}

.text-block-41.read-more-wra {
  display: none;
}

.cell-4 {
  border: 1px solid #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0 1px 13px #0000001a;
}

.heading-37 {
  text-align: center;
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.quick-stack-7 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.text-block-42 {
  color: #475467;
  text-align: center;
  max-width: 510px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-48 {
  max-width: 1200px;
}

.container-48.feature-mobile {
  width: 1200px;
  max-width: 1200px;
}

.container-48.feature-mobile.get-started {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 1440%;
  padding: 0 64px;
  display: flex;
}

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

.get-started {
  background-color: #f9fafb;
  padding-top: 64px;
  padding-bottom: 96px;
}

.heading-38 {
  color: #101828;
  text-align: center;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.html-embed-4 {
  width: 600px;
  margin-top: 32px;
}

.link-block-5 {
  display: none;
}

.read-more-target01 {
  overflow: visible;
}

.text-block-44 {
  color: #475467;
  font-size: 16px;
  line-height: 140%;
  display: block;
}

.text-desktop {
  color: #475467;
  font-size: 16px;
  line-height: 140%;
}

.section-2 {
  margin-top: 0;
  padding-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

.heading-39 {
  text-align: center;
  letter-spacing: -.48px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: static;
}

.royalty-faq-container-42-copy {
  width: 80%;
}

.royalty-header-container {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 12000px;
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.royalty-header-container.firsttitle {
  margin-top: 0;
}

.royalty-header-container.firsttitle.hero-viveros-launch-title {
  padding-top: 96px;
}

.royalty-sub-header-container {
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.secondary-title-section-copy {
  color: #6e6e73;
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.secondary-title-section-copy.about {
  color: #101828;
  font-size: 50px;
  font-weight: 600;
  line-height: 72px;
}

.secondary-title-section-copy.about-hero-title {
  color: #101828;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  padding-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.secondary-title-section-copy.about-hero-title.wrapper-title {
  padding-top: 96px;
}

.secondary-title-section-copy.about-hero-title.contact-us {
  letter-spacing: .96px;
  text-transform: none;
  font-weight: 600;
  line-height: 44px;
}

.secondary-title-section-copy.about-hero-title.features {
  text-transform: none;
  padding-bottom: 48px;
}

.secondary-title-section-copy.home-title-hero {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.secondary-title-section-copy.about-hero-title-copy {
  color: #101828;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.secondary-title-section-copy.about-hero-title-copy.wrapper-title {
  padding-top: 96px;
}

.secondary-title-section-copy.about-hero-title-copy.contact-us {
  letter-spacing: .96px;
  text-transform: none;
  font-weight: 600;
  line-height: 44px;
}

.secondary-title-section-copy.about-hero-title-copy.features {
  text-transform: none;
  padding-bottom: 48px;
}

.sub-text-block-copy {
  color: #475467;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
}

.sub-text-block-copy.about-hero-sub {
  text-align: left;
}

.sub-text-block-copy.about-hero-sub.contact-us {
  line-height: 30px;
}

.sub-text-block-copy.artist {
  text-align: left;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}

.sub-text-block-copy.about-hero-sub-copy {
  text-align: left;
}

.sub-text-block-copy.about-hero-sub-copy.contact-us {
  line-height: 30px;
}

.accordion-wrapper-copy {
  margin-top: 48px;
}

.accordion-item-copy {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.section-3 {
  padding: 64px 16px 0;
}

.heading-40 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.signup-modal {
  width: 500px;
  max-width: 100%;
  height: 650px;
  display: flex;
  position: static;
}

.container-49 {
  max-width: 400px;
  padding-left: 0;
  display: flex;
}

.mobile-get-started {
  display: none;
}

.btn-primary-2-copy, .btn-primary-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: none;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-copy.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-primary-copy.artist-btn {
  display: inline-block;
}

.btn-primary-copy.artist-btn.artist-page {
  display: none;
}

.btn-primary-copy.contact {
  min-height: 40px;
}

.btn-primary-copy-copy.artist-btn.artist-page {
  display: none;
}

.btn-primary-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: none;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-copy-copy.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-primary-copy-copy.artist-btn {
  display: inline-block;
}

.btn-primary-copy-copy.contact {
  min-height: 40px;
}

.menu-login-wrapper {
  display: block;
}

.menu-login-wrapper.login-wrapper {
  display: none;
}

.menu-login-wrapper.login-wrapper-copy {
  display: block;
}

.continue-to-dashboard {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-50 {
  margin-top: 16px;
  display: none;
}

.view-collection {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.view-collection.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.view-collection.artist-btn {
  display: inline-block;
}

.view-collection.contact {
  min-height: 40px;
}

.view-collection-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.ver-collection-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.ver-collection-btn.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.ver-collection-btn.artist-btn {
  display: inline-block;
}

.ver-collection-btn.contact {
  min-height: 40px;
}

.text-span-15 {
  color: #101828;
}

.planet-positive-header {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Languagemd, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.planet-positive-header.features {
  letter-spacing: .56px;
  font-size: 28px;
}

.planet-positive-header.features.contact {
  padding-bottom: 46px;
}

.planet-positive-header.features.contact.contact-us {
  letter-spacing: .72px;
  line-height: 44px;
}

.main-header {
  color: #101828;
}

.main-header.wearable {
  color: #6e6e73;
}

.btn-23p5--get-started {
  text-align: center;
  border-radius: 8px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.btn-primary-shopify-get-started {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: none;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-shopify-get-started.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-primary-shopify-get-started.artist-btn {
  display: inline-block;
}

.btn-primary-shopify-get-started.contact {
  min-height: 40px;
}

.shop-now-homepage {
  color: #000000e0;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 8px;
  margin-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 0 2px #0003;
}

.menu-get-started {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.menu-get-started.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.menu-get-started.artist-btn {
  display: inline-block;
}

.menu-get-started.contact {
  min-height: 40px;
}

.start-designing-mobile-hiide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.start-designing-mobile-hiide.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  margin-left: 54px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.start-designing-mobile-hiide.artist-btn {
  display: inline-block;
}

.start-designing-mobile-hiide.contact {
  min-height: 40px;
}

.list-item-7 {
  color: #fefefe;
  min-width: 182px;
  max-width: 0;
  font-size: 16px;
  line-height: 24px;
}

.list-3 {
  grid-column-gap: 16px;
  padding-left: 32px;
  list-style-type: disc;
  display: flex;
}

.text-block-45 {
  display: none;
}

.div-block-78 {
  grid-column-gap: 16px;
  display: flex;
}

.div-block-79 {
  position: absolute;
}

.div-block-79.sign-up-container {
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 740px auto auto;
}

.div-block-79.sign-up-container.mobile {
  display: none;
}

.div-block-80 {
  background-color: #f5f5f7;
  border: 1px #000;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1320px;
  margin-top: 96px;
  padding: 64px;
  display: flex;
  box-shadow: 0 20px 24px -4px #66544e14, 0 8px 8px -4px #66544e00;
}

.text-block-46 {
  color: #6e6e73;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-47 {
  color: #101828;
  font-size: 16px;
  line-height: 24px;
}

.div-block-81 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.div-block-82 {
  width: 50%;
  padding-left: 64px;
}

.form-popup {
  z-index: 9999;
  background-color: #fff;
  border: 1px #000;
  border-radius: 16px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 35% auto auto;
  overflow: visible;
  box-shadow: 0 8px 20px #0003;
}

.text-block-48 {
  color: #475467;
}

.text-span-16 {
  text-decoration: underline;
}

.link-block-6 {
  margin-top: 8px;
  text-decoration: none;
}

.modal-wrapper {
  z-index: 99;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
}

.div-block-83 {
  background-color: #f5f5f7;
  background-image: url('../images/Asset-5-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 50%;
  height: 330px;
}

.div-block-84 {
  width: 50%;
  padding: 32px 32px 32px 48px;
}

.heading-41 {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 35px;
  display: block;
}

.text-block-49 {
  color: #475467;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.link-block-7 {
  position: absolute;
  inset: 16px 16px auto auto;
}

.div-block-85 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: block;
}

.heading-42 {
  color: #170f49;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
}

.text-block-50 {
  color: #475467;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 32px;
  line-height: 30px;
}

.html-embed-6 {
  display: block;
}

.div-block-86 {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: none;
}

.heading-43 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 56px;
}

.text-block-51 {
  color: #475467;
  padding-top: 24px;
  padding-bottom: 48px;
  font-size: 18px;
  line-height: 28px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-collab {
  background-color: #f5f5f5;
  border: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}

.cell-collab.middle-cell {
  border-style: solid none;
}

.cell-collab.middle-right {
  border-right-style: none;
}

.text-block-52 {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 18px;
}

.text-block-53 {
  color: #000;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 18px;
}

.div-block-87 {
  width: 100%;
  margin-left: 0;
  padding-left: 16px;
}

.text-block-54 {
  color: #d0d5dd;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mailing-list-footer {
  width: 360px;
}

.mailing-list-footer.mobile {
  display: none;
}

.link-15 {
  color: #fff;
  text-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.list-item-8 {
  display: none;
}

.div-block-88 {
  height: 96px;
}

.designs-collab {
  width: 1440px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-7 {
  z-index: 100;
  position: relative;
}

.text-field-8 {
  color: #fff;
  background-color: #000;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.homepage-subscribe {
  grid-column-gap: 16px;
  display: flex;
}

.submit-button-5 {
  color: #000;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 40px;
  min-height: 40px;
  padding: 8px 18px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.form-block-5 {
  margin-bottom: 0;
}

.heading-44 {
  margin-top: 0;
  line-height: 35px;
}

.field-label-5 {
  color: #344054;
  font-weight: 500;
}

.text-field-9 {
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
}

.submit-button-6 {
  background-color: #1677ff;
  border-radius: 8px;
  min-width: 135px;
  padding: 12px 20px;
  font-size: 16px;
}

.form-block-6 {
  margin-bottom: 0;
}

.success-message-3 {
  background-color: #fff;
  padding-bottom: 0;
  position: static;
  inset: auto 0% auto auto;
}

.html-embed-8.mobile-confetti {
  display: none;
}

.frm-label {
  color: #344054;
  margin-bottom: 8px;
  font-weight: 500;
}

.frm-label.upload-box {
  border: 1px solid #eaecf0;
  border-radius: 12px;
  min-height: 126px;
  padding: 16px 24px;
}

.artist-input {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  min-height: 40px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 1px 2px #66544e0d;
}

.div-block-89 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-block-7 {
  min-width: 512px;
  display: none;
}

.frm-label-upload {
  color: #344054;
  font-weight: 500;
}

.frm-label-upload.upload-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 126px;
  padding: 16px 24px;
  display: flex;
}

.text-block-56 {
  text-align: center;
}

.text-span-17 {
  color: #0788f5;
}

.div-block-90 {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 10px;
  display: flex;
}

.button-3 {
  text-align: center;
  background-color: #1677ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-91 {
  flex-flow: column;
  display: flex;
}

.text-block-57 {
  color: #667085;
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 24px;
}

.text-block-58 {
  color: #475467;
  line-height: 12px;
}

.link-16, .link-17 {
  color: #475467;
}

.zero-risk-section-artist {
  background-color: #f5f5f7;
  padding-top: 64px;
}

.zero-risk-section-artist.section-homev2 {
  background-color: #fff;
}

.zero-risk-section-artist.section-home-artist {
  background-color: #f9fafb;
}

.block-artist {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 726px;
  padding-bottom: 0;
  display: flex;
}

.profit-table {
  background-color: #f5f5f7;
  padding-top: 64px;
}

.profit-table.section-homev2 {
  background-color: #fff;
}

.profit-table.section-home-artist {
  background-color: #f9fafb;
}

.profit-table.profit-table-artist {
  background-color: #fff;
  padding-bottom: 64px;
}

.profit-table.profit-table-shopify-page {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 0;
}

.artist-table-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: auto;
  margin-top: 32px;
  display: flex;
}

.artist-table-container.silder-container {
  margin-top: 16px;
}

.div-block-92 {
  background-color: #fff;
  border-radius: 8px;
  width: 660px;
  min-height: 200px;
  padding: 10px;
  box-shadow: 0 4px 12px #10182814;
}

.text-block-59 {
  color: #344054;
  white-space: nowrap;
  overflow-wrap: normal;
  padding-bottom: 8px;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  width: 660px;
  max-width: 1440px;
  padding-top: 32px;
  display: flex;
}

.div-block-93.profit-siler-desktop {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-93.profit-slider-mobile {
  display: none;
}

.div-block-93.slider-container {
  flex-flow: column;
  order: 0;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 16px 2px 32px;
  display: none;
}

.div-block-93.slider-container.load-more-button-container {
  background-color: #f5f5f7;
  align-items: center;
  padding-top: 32px;
}

.div-block-93.slider-container.profit-slider-container {
  width: 660px;
}

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

.text-block-60 {
  color: #fff;
  width: 186px;
  font-size: 12px;
  font-weight: 700;
}

.cell-5 {
  background-color: #93a2b1;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px;
}

.quick-stack-9 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  height: auto;
  min-height: 0;
  padding: 0;
}

.cell-5-copy {
  background-color: #93a2b1;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px;
}

.text-block-60-copy {
  color: #fff;
  text-align: center;
  width: 86px;
  font-size: 12px;
  font-weight: 700;
}

.cell-5-copy-2 {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px;
}

.text-block-60-copy-2 {
  color: #1f1f1f;
  width: 186px;
  font-size: 12px;
  font-weight: 400;
}

.text-block-60-copy-2-copy {
  color: #1f1f1f;
  text-align: center;
  width: 86px;
  font-size: 12px;
  font-weight: 400;
}

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

.online-shop {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 800px;
  margin-top: 32px;
  display: flex;
}

.div-block-95 {
  background-image: url('../images/2857745b0e0f5937691b2e40fa80e182.png');
  background-position: 50% 17%;
  background-repeat: no-repeat;
  background-size: 101%;
  border-radius: 8px;
  width: 1192px;
  height: 803px;
  box-shadow: 0 46px 13px #0000, 0 29px 12px #00000003, 0 17px 10px #0000000d, 0 7px 7px #00000017, 0 2px 4px #0000001a;
}

.zero-risk-section-artist-copy {
  background-color: #f5f5f7;
  padding-top: 64px;
}

.zero-risk-section-artist-copy.section-homev2 {
  background-color: #fff;
}

.zero-risk-section-artist-copy.section-home-artist {
  background-color: #f9fafb;
  padding-top: 96px;
  padding-bottom: 96px;
}

.about-section-copy {
  padding-top: 64px;
  padding-bottom: 0;
}

.about-section-copy.grey {
  background-color: #f9fafb;
  padding-bottom: 64px;
}

.about-section-copy.grey.apply-now-section.with-side-padding.white, .about-section-copy.grey.with-side-padding.planet-positive-home.white, .about-section-copy.grey.with-side-padding-copy.planet-positive-home.white, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white {
  background-color: #fff;
}

.about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2 {
  padding-bottom: 0;
}

.about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2.grey-bg {
  background-color: #f5f5f7;
}

.about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-artist {
  padding-bottom: 0;
}

.about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-artist.grey-bg {
  background-color: #f5f5f7;
}

.about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-home {
  padding-bottom: 0;
}

.about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-home.grey-bg {
  background-color: #f5f5f7;
}

.about-section-copy.luxury-about {
  padding-bottom: 0;
}

.about-section-copy.luxury-about.grey.with-side-padding.feature-section {
  padding-top: 64px;
}

.about-section-copy.luxury-about.shopify {
  padding-top: 32px;
}

.about-section-copy.team-culture {
  display: none;
}

.container-26-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.container-26-copy.contact {
  padding-bottom: 0;
}

.heading-45 {
  line-height: 44px;
}

.heading-46 {
  color: #101828;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 44px;
}

.text-block-61, .text-block-62 {
  color: #475467;
  font-size: 18px;
  line-height: 26px;
}

.text-block-62.sub-title-container-guarantee {
  width: 650px;
}

.benefits-section-copy {
  padding: 64px 120px 96px;
}

.benefits-section-copy.home0002, .benefits-section-copy.home0002-copy {
  background-color: #f5f5f7;
}

.benefits-section-copy.home0002-copy.new-benefit {
  background-color: #f5f5f7;
  padding-top: 96px;
}

.heading-6-copy {
  letter-spacing: -.72px;
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.div-block-65-copy {
  background-image: url('../images/elements-library.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  min-height: 255px;
}

.div-block-65-copy.el-copy {
  background-image: url('../images/all-over-design.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.div-block-65-copy.el-copy._3d {
  background-image: url('../images/realtime-preview.webp');
}

.div-block-65-copy {
  background-image: url('../images/elements-library.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  min-height: 255px;
}

.div-block-65-copy.el {
  background-image: url('../images/all-over-design.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-65-copy.rt3d {
  background-image: url('../images/realtime-preview.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-65-copy.cut-and-sew {
  background-image: url('../images/cut-and-sew.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-65-copy.high-end {
  background-image: url('../images/high-end.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-65-copy.waterless {
  background-image: url('../images/waterless.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-65-copy.new {
  border-radius: 12px;
}

.div-block-65-copy.rt3d-copy {
  background-image: url('../images/all-over-design.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.div-block-41-copy.card-feature {
  padding-left: 0;
}

.div-block-41-copy {
  min-height: 0;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-41-copy.contact-us {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  height: auto;
  min-height: 236px;
  display: flex;
  position: relative;
}

.div-block-56-copy {
  background-image: url('../images/arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  width: 193px;
  height: 193px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.input-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.section-copy-hero-landing {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.section-copy-hero-landing.v0001 {
  margin-top: 160px;
}

.hero-v002-texts {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 470px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.html-embed-artist-landing {
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-artist-landing.desktop.artist-landing {
  min-width: 1199px;
}

.html-embed-artist-landing.mobile {
  display: none;
}

.hero-section--artist-landing {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section--artist-landing.about-us-hero {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-section--artist-landing.artist.artist-page {
  padding-top: 64px;
}

.hero-section--artist-landing.artist.artist-page.wearable-art {
  margin-bottom: 96px;
  padding-bottom: 96px;
}

.hero-section--artist-landing.artist.artist-page.wearable-art.artist-hero-landing {
  margin-bottom: 0;
  padding-top: 96px;
}

.hero-section--artist-landing.home-hero-01 {
  background-color: #fff;
  padding-top: 96px;
}

.hero-section--artist-landing.home-hero-01.viveros-hero {
  padding-top: 0;
  display: block;
}

.hero-section--artist-landing.home-hero-01.viveros-launch {
  padding-top: 0;
}

.section-wrapper-artist-landing {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-wrapper-artist-landing.grey {
  background-color: #f9fafb;
}

.section-wrapper-artist-landing.bottom-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-wrapper-artist-landing.bottom-wrapper-artist-landing {
  background-color: #f5f5f7;
  padding-top: 96px;
  padding-bottom: 96px;
}

.testimonials-section-artist-landing {
  clear: none;
  min-height: 780px;
  max-height: 0;
  padding-top: 64px;
  padding-bottom: 0;
  position: static;
}

.heading-47 {
  letter-spacing: -.36px;
}

.heading-48 {
  color: #101828;
  letter-spacing: -.36px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
  display: flex;
}

.text-block-26-artist-landing {
  color: #475467;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.text-block-26-artist-landing.desktop-artist-landing {
  text-align: center;
}

.text-block-26-artist-landing.desktop-artist-landing.section-sub-title.mobile-planet, .text-block-26-artist-landing.mobile {
  display: none;
}

.grey-copy-artist-landing {
  color: #101828;
}

.div-block-86-artist-landing {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: flex;
}

.section-artist-landing {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section-artist-landing.testimonial-mobile, .section-artist-landing.testimonial-mobile-artist-landing {
  display: none;
}

.faq-artist-landing {
  padding-top: 96px;
  padding-bottom: 96px;
}

.accordion-item-artist-landing {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.secondary-title-section-artist-landing {
  color: #6e6e73;
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.secondary-title-section-artist-landing.about {
  color: #101828;
  font-size: 50px;
  font-weight: 600;
  line-height: 72px;
}

.secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing {
  color: #101828;
  letter-spacing: -.72px;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing.wrapper-title {
  padding-top: 96px;
}

.secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing.contact-us {
  letter-spacing: .96px;
  text-transform: none;
  font-weight: 600;
  line-height: 44px;
}

.secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing.features {
  text-transform: none;
  padding-bottom: 48px;
}

.secondary-title-section-artist-landing.home-title-hero {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.accordion-wrapper-artist-landing {
  margin-top: 64px;
}

.faq-artist-content {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-5, .bold-text-6 {
  font-weight: 500;
}

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

.bold-text-7 {
  font-weight: 500;
}

.hero-v0002 {
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-v0001-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 690px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.div-block-98 {
  width: 50%;
}

.heading-50 {
  color: #000;
  font-size: 64px;
  line-height: 64px;
}

.heading-51 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
}

.button-4 {
  border: 1px solid var(--colorBorder, #00000026);
}

.button-5 {
  color: #f8f8f8;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  width: 145px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 24px;
}

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

.div-block-99.mobile-display {
  display: none;
}

.butterfly-2 {
  position: absolute;
  bottom: 22px;
  left: -7.5px;
}

.image-36 {
  position: absolute;
  bottom: 544px;
  left: auto;
  right: 644px;
}

.image-37 {
  position: absolute;
  bottom: 231px;
  left: 574px;
}

.div-block-100 {
  background-image: url('../images/Model-no-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 501px;
  height: 100%;
  min-height: 690px;
}

.hero-v0003 {
  background-image: url('../images/2d1c7f681f6d133561cb25886362ea10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-98-copy {
  width: 50%;
}

.div-block-100-copy {
  width: 501px;
  height: 100%;
  min-height: 690px;
}

.heading-51-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Text, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
}

.hero-v002-texts-copy {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 470px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.hero-v0001-container-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/5c3d0967a8e1c34308cb6c7a448c2ea6.webp');
  background-position: 300%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  max-width: 1200px;
  height: 690px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.image-38 {
  float: none;
  aspect-ratio: auto;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: -41px;
}

.planet-positive {
  margin-top: 64px;
}

.planet-positive-img {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 800px;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.planet-positive-text-content {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.planet-positive-text-content.v0001 {
  margin-top: 160px;
}

.planet-positive-sub-header {
  color: #475467;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 809px;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.planet-positive-sub-header.sub-title-container {
  width: 600px;
}

.planet-positive-sub-header.sub-content-profit {
  word-break: normal;
  overflow-wrap: break-word;
  width: 649px;
}

.navbar-logo-left-black {
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.navbar-logo-left-black.nav-menu, .navbar-logo-left-black.nav-menu-black {
  border-bottom: 1px solid #eaecf0;
}

.navbar-logo-left-black.nav-menu-black.main-header-black {
  background-color: #fff;
}

.navbar-logo-leftt {
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.navbar-logo-leftt.nav-menu, .navbar-logo-leftt.nav-menu-black {
  border-bottom: 1px solid #eaecf0;
}

.navbar-logo-leftt.nav-menu-black.main-header-black {
  background-color: #fff;
}

.navbar-logo-leftt-copy {
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.navbar-logo-leftt-copy.nav-menu, .navbar-logo-leftt-copy.nav-menu-black {
  border-bottom: 1px solid #eaecf0;
}

.navbar-logo-leftt-copy.nav-menu-black.main-header-black {
  background-color: #fff;
}

.navbar-logo-leftt-copy-copy {
  opacity: 1;
  background-color: #fff;
  position: relative;
}

.navbar-logo-leftt-copy-copy.nav-menu, .navbar-logo-leftt-copy-copy.nav-menu-black {
  border-bottom: 1px solid #eaecf0;
}

.navbar-logo-leftt-copy-copy.nav-menu-black.main-header-black {
  background-color: #000;
  border-bottom-width: 0;
}

.text-block-63, .icon-3 {
  color: #fff;
}

.buitterfly-1 {
  float: none;
  aspect-ratio: auto;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: -41px;
}

.buitterfly-1-mobile {
  float: none;
  aspect-ratio: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: -41px;
}

.banner-cta-container-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.butterfly-2-mobile {
  display: none;
  position: absolute;
  bottom: 22px;
  left: -7.5px;
}

.planet-positive-img-mobile {
  display: none;
}

.planet-positive-img-container-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 800px;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
}

.planet-positive-img-copy, .planet-positive-img-mobile-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 800px;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.link-18 {
  color: #1a1b1f;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.link-18.shopify-lp-menu {
  display: none;
}

.menu-get-started-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: none;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0169ec;
  border: 1px solid #0169ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-4.white {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #cecece;
  flex-flow: row-reverse wrap;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.btn-primary-4.start-designing-cta-header-desktop {
  background-color: #0169ec;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-4.start-designing-cta-header-mobile {
  display: none;
}

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

.dropdown-3 {
  display: block;
}

.dropdown-3.desktop.shopify-lp-menu {
  display: none;
}

.dropdown-list-3 {
  background-color: #fff;
  border: 1px #00000026;
  border-radius: 4px;
  max-width: 181px;
  padding-left: 24px;
  display: none;
}

.dropdown-list-3.w--open {
  padding-left: 0;
  box-shadow: 0 20px 24px -4px #10182814, 0 8px 8px -4px #10182808;
}

.list-item-9, .list-item-10, .list-item-10.mobile {
  display: none;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.active-link, .nav-link-2.active-link.faq-page {
  color: #1a1b1f;
}

.sell-your-art-link {
  padding-left: 24px;
  line-height: 24px;
  display: none;
}

.sell-your-art-link.hide-menu {
  display: none;
}

.corporate-swag-link {
  padding-left: 24px;
  line-height: 24px;
}

.corporate-swag-link.hide-menu {
  display: none;
}

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

.list-4 {
  margin-bottom: 0;
  list-style-type: none;
}

.white {
  color: #000;
  border: 1px solid #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.html-embed-v2 {
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-v2.desktop {
  width: 100%;
}

.html-embed-v2.mobile {
  display: none;
}

.product-pricing-link {
  color: #000000e0;
  text-decoration: none;
}

.product-pricing-container {
  flex: 0 auto;
  width: 85%;
  max-width: none;
  margin-top: -32px;
  margin-bottom: 96px;
  padding-top: 0;
  position: static;
}

.text-block-64 {
  font-size: 30px;
  line-height: 38px;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.div-block-102 {
  pointer-events: auto;
  cursor: pointer;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px 12px 8px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  flex-flow: row;
  padding: 4px;
  display: flex;
}

.tabs-menu.shopify-integration-page-pricing-tab-menus {
  display: none;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr);
}

.div-block-103 {
  background-color: #f5f5f5;
  border: 1px solid #d0d5dd;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.image-40 {
  object-fit: contain;
  width: 259px;
  height: auto;
}

.image-40.selected-category-img {
  width: 100%;
  display: none;
}

.image-40.selected-category-img.selected-category-img-active {
  display: block;
}

.div-block-104 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  display: flex;
}

.div-block-105 {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75 {
  font-size: 11px;
}

.text-block-76 {
  text-align: left;
  font-size: 11px;
}

.text-block-77, .text-block-78, .text-block-79, .text-block-80 {
  font-size: 11px;
}

.tab-link-tab-2-2, .tab-link-tab-2-2.w--current, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
  background-color: #0000;
}

.table_cell {
  padding: 16px;
}

.table_cell.table_cell_price {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1px;
  min-width: 100px;
  padding: 0 8px;
  font-weight: 400;
}

.table_cell.table_cell_rate_name {
  text-align: left;
  border: 0 #fff;
  border-radius: 1px;
  min-width: 180px;
  padding: 10px 24px;
}

.table_cell.table_cell_condition {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_cell.table_cell_shipping_method {
  text-align: center;
  border: 0 solid #fff;
  min-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_cell.table_cell_fabric {
  text-align: left;
  border: 0 #fff;
  min-width: 280px;
  padding-top: 0;
  padding-bottom: 0;
}

.table_row {
  background-color: #fff;
  border: 1px solid #0000;
  border-bottom-color: #eaecf0;
}

.table_header {
  color: #fff;
  text-align: center;
  background-color: #93a2b1;
  border: 2px solid #fff;
  border-radius: 1px;
  padding: 12px 16px;
  font-weight: 400;
}

.table_header.table_cell_price {
  color: #fff;
  background-color: #93a2b1;
  border: 2px solid #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.table_header.table_cell_rate_name {
  border: 2px solid #fff;
  border-radius: 1px;
  padding-left: 24px;
  padding-right: 24px;
}

.table_head {
  font-weight: 400;
}

.table_component {
  border: 0 solid #eaecf0;
  border-radius: 8px;
}

.table_component.table-product-pricing {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.table_row_grey {
  background-color: #f9fafb;
  border: 2px solid #fff;
}

.table_row_grey.white-bordered-row {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  display: none;
}

.div-block-106 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: block;
  position: relative;
  box-shadow: 0 4px 12px #10182814;
}

.table_header_price {
  text-align: left;
  padding: 12px 24px;
  font-weight: 400;
}

.paragraph-3 {
  width: 532px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 28px;
}

.text-block-2--artist {
  color: #fff;
  border: 1px solid #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.list-categories-pricing {
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.list-categories-pricing.active-list {
  cursor: pointer;
  border-left: 2px solid #1677ff;
  align-items: center;
  min-width: 40px;
  height: 40px;
  display: flex;
}

.list-categoriespricing {
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.list-categoriespricing.active-list {
  cursor: pointer;
  border-left: 2px solid #1677ff;
  align-items: center;
  min-width: 40px;
  height: 40px;
  display: flex;
}

.btn-primary-shopify {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #0169ec;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 200px;
  margin-top: 0;
  padding: 16px 80px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-shopify.white {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  margin-left: 54px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 16px;
}

.btn-primary-shopify.artist-btn {
  display: inline-block;
}

.btn-primary-shopify.artist-btn.artist-page {
  border-color: #1677ff;
  margin-top: 0;
}

.btn-primary-shopify.artist-btn.artist-page.wearable-learnmore {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #00000026;
}

.btn-primary-shopify.artist-btn.artist-page.shop-now-modal {
  z-index: 1003;
  min-height: 44px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  position: relative;
}

.btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero {
  color: #fff;
}

.btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero-cta {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero-cta-licensing {
  color: #fff;
  cursor: pointer;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist {
  color: #fff;
  cursor: pointer;
  background-color: #0169ec;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary-shopify.contact {
  min-height: 40px;
}

.btn-primary-shopify.light-grey-btn {
  box-shadow: none;
  background-color: #fff;
  border-color: #cecece;
}

.text-block-2-shopify {
  color: #fff;
  border: 1px solid #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-2-shopify.on-grey-bg {
  color: #000;
}

.list-item-13 {
  display: none;
}

.container-53 {
  max-width: 100%;
}

.sub-text-block-shopify {
  color: #475467;
  text-align: center;
  width: 804px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
}

.sub-text-block-shopify.about-hero-sub {
  text-align: left;
}

.sub-text-block-shopify.about-hero-sub.contact-us {
  line-height: 30px;
}

.sub-text-block-shopify.artist.wearable-sub-text {
  color: #101828;
  padding-bottom: 0;
}

.sub-text-block-shopify.artist {
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}

.grey-shopify, .grey-shopify-v2 {
  color: #6e6e73;
}

.heading-9-shopify {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.about-secondary-title-shopify {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: SF Pro Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}

.about-secondary-title-shopify.contact-title {
  letter-spacing: -.72px;
  font-size: 36px;
  line-height: 44px;
}

.text-block-25-shopify {
  color: #475467;
  text-align: center;
  width: 391px;
  font-size: 16px;
  line-height: 140%;
}

.text-block-25-shopify.shopify-page-shopify-copy {
  width: 560px;
}

.container-23-shopify {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 16px;
  display: flex;
}

.text-block-63-artist, .icon-3-artist {
  color: #000;
}

.link-15-shopify, .link-15-copy {
  color: #fff;
  text-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.link-15-shopify-artist, .link-15-copy-artist {
  color: #000;
  text-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.btn-primary-artist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0169ec;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.btn-primary-artist.white {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  margin-left: 54px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.btn-primary-artist.artist-btn {
  display: inline-block;
}

.btn-primary-artist.artist-btn.artist-page {
  border-color: #1677ff;
  margin-top: 0;
}

.btn-primary-artist.artist-btn.artist-page.wearable-learnmore {
  box-shadow: none;
  color: #000000e0;
  background-color: #fff;
  border-color: #00000026;
}

.btn-primary-artist.artist-btn.artist-page.shop-now-modal {
  z-index: 1003;
  min-height: 44px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  position: relative;
}

.btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero {
  color: #fff;
}

.btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero-cta {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero-cta-licensing {
  color: #fff;
  cursor: pointer;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist {
  color: #fff;
  cursor: pointer;
  background-color: #0169ec;
  border-color: #f8f8f8;
  width: auto;
}

.btn-primary-artist.contact {
  min-height: 40px;
}

.btn-primary-artist.white-artist {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  margin-left: 54px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.navbar-brand-artist {
  filter: invert();
}

.dropdown-toggle-3 {
  cursor: pointer;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 100%;
  padding: 0 12px;
  font-family: SF Pro Text, sans-serif;
  box-shadow: 0 1px 2px #1018280d;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  align-items: center;
  padding: 10px;
  display: flex;
}

.flex-block-2.shipping-option-au {
  display: none;
}

.dropdown-list-4 {
  background-color: #fff;
  border: 0 #000;
  box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
}

.dropdown-list-4.w--open {
  border-radius: 8px;
  box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
}

.icon-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-link-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-81 {
  white-space: nowrap;
  word-break: normal;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
}

.dropdown-4 {
  min-width: 210px;
  margin-left: 0;
  margin-right: 0;
}

.tabs-2 {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  margin-top: 0;
  overflow: visible;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.tabs-menu-2 {
  display: none;
  overflow: visible;
}

.shipping-dropdown-value, .shipping-dropdown-value-usa {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  align-items: center;
  padding: 8px 10px;
}

.shipping-dropdown-value-au {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  align-items: center;
  padding: 8px 10px;
  display: none;
}

.category-grid-mobile {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr);
  display: none;
}

.category-grid-desktop {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
}

.tabs-content {
  overflow: visible;
}

.pricing-mobile-dropdown-nav {
  display: none;
}

.pricing-mobile-dropdown-option, .pricing-mobile-dropdown-option-products, .pricing-mobile-dropdown-option-au, .pricing-mobile-dropdown-option-shipping {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  align-items: center;
  padding: 8px 10px;
}

.pricing-section-shopify-header {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.pricing-section-shopify-header.v0001 {
  margin-top: 160px;
}

.pricing-table-shopify-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: auto;
  margin-top: 0;
  display: flex;
}

.profit-table-copy {
  background-color: #f5f5f7;
  padding-top: 64px;
}

.profit-table-copy.section-homev2 {
  background-color: #fff;
}

.profit-table-copy.section-home-artist {
  background-color: #f9fafb;
}

.profit-table-copy.profit-table-artist {
  background-color: #fff;
  padding-bottom: 64px;
}

.profit-table-copy.profit-table-shopify-page {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 0;
}

.profit-table-shopify {
  background-color: #f5f5f7;
  padding-top: 64px;
}

.profit-table-shopify.section-homev2 {
  background-color: #fff;
}

.profit-table-shopify.section-home-artist {
  background-color: #f9fafb;
}

.profit-table-shopify.profit-table-artist {
  background-color: #fff;
  padding-bottom: 64px;
}

.profit-table-shopify.profit-table-shopify-page {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.profit-table-shopify.profit-table-shopify-page.profit-table-slider-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.profit-table-shopify.profit-table-shopify-page.old-profit-table {
  display: none;
}

.profit-table-shopify.profit-table-shopify-page.pricing-and-shipping-section {
  background-color: #f5f5f7;
  margin-top: 0;
  padding-top: 32px;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.profit-table-shopify.profit-table-shopify-page.pricing-and-shipping-loadmore-section {
  display: flex;
}

.faq-content-2 {
  text-align: left;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.tabs-3 {
  width: 100%;
}

.faq-tab-link {
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.faq-tab-link.w--current {
  color: #0788f5;
  background-color: #0000;
  border: 0 #0788f5;
  border-top-width: 3px;
  border-bottom: 2px solid #0788f5;
  margin-bottom: -1px;
}

.tabs-menu-3 {
  border: 1px solid #0000;
  border-bottom-color: #eaecf0;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
}

.faq-accordion {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane-tab-1 {
  padding-bottom: 0;
}

.image-41, .accordion-icon-minus, .accordion-icon-minus-1 {
  display: none;
}

.paragraph-4 {
  color: #475467;
}

.faq-accordion-text-content {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.faq-header {
  font-weight: 500;
  line-height: 28px;
}

.tab-pane-tab-2 {
  width: 100%;
}

.tabs-content-2 {
  margin-bottom: 96px;
}

.faq-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #eaecf0;
  margin-top: 20px;
  margin-bottom: 72px;
  display: flex;
}

.text-block-84 {
  white-space: nowrap;
  overflow-wrap: normal;
}

.div-block-108, .div-block-109, .div-block-110 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 54px;
  display: flex;
}

.install-app-tbn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0788f5;
  border: 1px solid #0788f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 28px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px 2px #1018280d;
}

.code-embed-2 {
  width: 100%;
}

.code-embed-3 {
  width: 98%;
  margin-right: 0;
}

.tutorials-container {
  width: 85%;
  min-width: 85%;
  max-width: none;
  display: block;
}

.tutorials-header {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.tutorials-header.firsttitle {
  margin-top: 0;
}

.tutorials-header.firsttitle.hero-viveros-launch-title {
  padding-top: 96px;
}

.tutorials-content-wrapper {
  max-width: none;
}

.div-block-111 {
  width: 100%;
  max-width: 80%;
}

.video-tutorials-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #eaecf0;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.video-tutiorials-tab-link {
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.video-tutiorials-tab-link.w--current {
  color: #0788f5;
  background-color: #0000;
  border: 0 #0788f5;
  border-top-width: 3px;
  border-bottom: 2px solid #0788f5;
  margin-bottom: -1px;
}

.video-tutorials-wrapper {
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.video-tutorials-wrapper.help-center-pricing-page {
  padding-left: 64px;
  padding-right: 64px;
}

.div-block-112 {
  justify-content: space-between;
  display: flex;
}

.div-block-113 {
  align-self: center;
  width: 75%;
  height: 100%;
  padding-left: 32px;
}

.div-block-114 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 25%;
  display: flex;
}

.image-42 {
  border: 1px solid #f9fafb;
  border-radius: 3px;
  width: 14px;
  transform: rotate(-180deg);
}

.image-43 {
  width: 14px;
}

.dropdown-toggle-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  display: flex;
}

.dropdown-list-6 {
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 4px 12px #10182814;
}

.div-block-116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 32px;
  display: none;
}

.div-block-117 {
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.profit-calculator-wrapper-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 794px;
  margin-top: 32px;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 12px #10182814;
}

.div-block-118 {
  width: 60%;
}

.selected-category-panel {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 420px;
  padding: 10px;
  display: flex;
}

.pricing-shipping-categories-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  display: flex;
}

.pricing-calculation-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafb;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 24px 32px 32px;
  display: flex;
}

.profit-calculator-categories-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  display: flex;
  overflow: auto;
}

.profit-calculator-category-card {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px 10px 16px;
}

.profit-calculator-category-card.profift-calculator-category-card-active {
  border: 1px solid #0788f5;
  padding-bottom: 10px;
}

.profit-calculator-category-img-wrapper {
  width: 80px;
  height: auto;
}

.profit-calculator-categories-wrapper {
  max-width: 400px;
}

.pricing-calculator-categories-dropdown {
  width: 100%;
  min-width: 210px;
  margin-left: 0;
  margin-right: 0;
}

.pricing-calculator-dropdown-options {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  align-items: center;
  padding: 8px 10px;
}

.pricing-calculator-dropdown-list {
  background-color: #fff;
  border: 0 #000;
  box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
}

.pricing-calculator-dropdown-list.w--open {
  border-radius: 8px;
  box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
}

.pricing-calculator-category-option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  align-items: center;
  padding: 10px;
  display: block;
}

.pricing-calculator-cost-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-calculator-cost-section.hide-retail {
  display: none;
}

.div-block-119 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  height: 46px;
  display: flex;
}

.image-44 {
  width: 18px;
  height: 18px;
}

.form-5 {
  align-items: center;
  height: 100%;
  margin-top: 10px;
  display: flex;
}

.text-field-10 {
  color: #000;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 55px;
  height: 46px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  background-color: #fff !important;
}

.field-label-6 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.div-block-120 {
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 46px;
  display: flex;
}

.form-block-8 {
  justify-content: flex-end;
  align-items: center;
  height: 46px;
  display: flex;
}

.profit-display {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.text-block-85 {
  font-size: 30px;
  font-weight: 700;
}

.shopify-install-app-btn {
  text-align: center;
  background-color: #0788f5;
  border-radius: 50px;
  margin-top: 42px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-pricing-calculation-panel {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.shipping-calculation-panel {
  flex-flow: column;
  display: none;
}

.text-block-86 {
  color: #636363;
}

.delivery-time-display {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1-2, .tabs-content-3, .tab-pane-tab-1-3, .tabs-content-4 {
  overflow: visible;
}

.profit-calculator-wrapper-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 794px;
  margin-top: 32px;
  padding: 0;
  display: none;
  box-shadow: 0 4px 12px #10182814;
}

.pricing-shipping-categories-panel-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  display: flex;
}

.pricing-calculation-panel-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafb;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 24px 32px 32px;
  display: flex;
}

.cell-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-8, .cell-9 {
  justify-content: space-between;
  align-items: center;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.cell-11 {
  justify-content: space-between;
  align-items: center;
}

.cell-12, .cell-13, .cell-14, .cell-15, .cell-16, .cell-17 {
  justify-content: center;
  align-items: center;
}

.code-embed-4 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.designs-container {
  background-color: #f8f8f800;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.product-container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  left: -375px;
  overflow: visible;
}

.product-image {
  height: 300px;
}

.smoke-right {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0%;
  position: relative;
  inset: 0%;
}

.smoke {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.smoke.right {
  z-index: 1;
  background-image: linear-gradient(270deg, #fff, #fff0 80%);
  width: 200px;
  inset: 0% 0% 0% auto;
}

.smoke.left {
  z-index: 1;
  background-image: linear-gradient(270deg, #fff0 20%, #fff 100%, #fff0);
  width: 200px;
  inset: 0% auto 0% 0%;
}

.quick-stack-10 {
  padding-left: 0;
  padding-right: 0;
}

.cta-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.text-span-18, .text-span-19 {
  color: #6e6e73;
}

.text-block-87 {
  font-size: 11px;
}

.text-block-88 {
  color: #ccc;
  text-align: right;
  font-size: 11px;
  font-style: normal;
}

.cta-review-wrapper {
  z-index: 1;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-121 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-5 {
  min-height: 68px;
}

.div-block-122 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.text-span-20 {
  color: #0169ec;
}

.shipping-cost, .text-field-11 {
  display: none;
}

.text-block-89 {
  color: #ccc;
}

.div-block-123 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .hero-section.home-hero-01 {
    padding-top: 33px;
  }

  .btn-primary {
    display: none;
  }

  .btn-primary.white {
    display: flex;
  }

  .btn-primary.artist-btn.artist-page {
    display: none;
  }

  .btn-primary.white-artist {
    display: flex;
  }

  .benefits-section {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-11 {
    width: 100%;
    max-width: 100%;
  }

  .sucess-story-section {
    padding-bottom: 0;
  }

  .container-15 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11 {
    background-position: 0 5%;
    background-size: 400px;
  }

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

  .div-block-22 {
    width: 42%;
  }

  .slider-container.hero-slide {
    width: 100%;
  }

  .image-9 {
    margin-left: 20px;
  }

  .about-section.grey.with-side-padding.planet-positive-home {
    width: 100%;
  }

  .container-26 {
    max-width: 100%;
  }

  .main-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .btn-primary-2, .btn-23p5, .button-2 {
    display: none;
  }

  .viveros-image {
    width: 100%;
  }

  .hero-carousel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup, .div-block-56 {
    display: none;
  }

  .help-container-base.home-hero-01 {
    padding-top: 33px;
  }

  .bold-text {
    color: #101828;
    font-family: SF Pro Text, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .hero-section-copy.home-hero-01 {
    padding-top: 33px;
  }

  .div-block-70 {
    padding-left: 16px;
  }

  .container-46.artist {
    width: 100%;
  }

  .home001 {
    width: 100%;
    padding-left: 64px;
  }

  .container-47.mobile {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-48.feature-mobile.get-started {
    width: 100%;
  }

  .accordion-item-copy {
    box-shadow: none;
    border-top: 1px solid #eaecf0;
    border-bottom: 0 solid #eaecf0;
    border-radius: 0;
  }

  .mobile-get-started, .btn-primary-copy, .btn-primary-2-copy, .btn-primary-copy, .btn-primary-copy {
    display: flex;
  }

  .btn-primary-copy {
    display: none;
  }

  .btn-primary-copy.artist-btn.artist-page {
    display: flex;
  }

  .btn-primary-copy-copy {
    display: none;
  }

  .btn-primary-copy-copy.artist-btn.artist-page, .btn-primary-copy-copy, .btn-primary-copy-copy, .menu-login-wrapper, .container-50, .view-collection, .view-collection.white {
    display: flex;
  }

  .view-collection.artist-btn.artist-page {
    display: none;
  }

  .view-collection-container, .ver-collection-btn, .ver-collection-btn.white {
    display: flex;
  }

  .ver-collection-btn.artist-btn.artist-page {
    display: none;
  }

  .btn-23p5--get-started, .btn-primary-shopify-get-started {
    display: flex;
  }

  .shop-now-homepage, .menu-get-started {
    display: block;
  }

  .menu-get-started.white {
    display: flex;
  }

  .menu-get-started.artist-btn.artist-page, .start-designing-mobile-hiide {
    display: none;
  }

  .start-designing-mobile-hiide.white {
    display: flex;
  }

  .start-designing-mobile-hiide.artist-btn.artist-page {
    display: none;
  }

  .about-section-copy.grey.with-side-padding.planet-positive-home, .about-section-copy.grey.with-side-padding-copy.planet-positive-home, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy {
    width: 100%;
  }

  .container-26-copy {
    max-width: 100%;
  }

  .benefits-section-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-56-copy {
    display: none;
  }

  .hero-section--artist-landing.home-hero-01 {
    padding-top: 33px;
  }

  .div-block-97 {
    margin-left: 43px;
  }

  .image-36 {
    margin-right: -189px;
  }

  .div-block-100 {
    margin-left: -48px;
  }

  .planet-positive-img {
    padding-bottom: 32px;
  }

  .buitterfly-1 {
    margin-right: 65px;
  }

  .planet-positive-img-copy, .planet-positive-img-container-mobile, .planet-positive-img-copy, .planet-positive-img-mobile-1 {
    padding-bottom: 32px;
  }

  .menu-get-started-2 {
    display: block;
  }

  .btn-primary-4 {
    display: none;
  }

  .btn-primary-4.white {
    display: flex;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .btn-primary-shopify {
    display: none;
  }

  .btn-primary-shopify.white {
    display: flex;
  }

  .btn-primary-shopify.artist-btn.artist-page, .btn-primary-artist {
    display: none;
  }

  .btn-primary-artist.white {
    display: flex;
  }

  .btn-primary-artist.artist-btn.artist-page {
    display: none;
  }

  .btn-primary-artist.white-artist {
    display: flex;
  }

  .install-app-tbn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-22 {
    width: 50%;
  }

  .image-9 {
    margin-left: 20px;
    padding-left: 0;
  }

  .dropdown.desktop {
    display: none;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .menu-login-wrapper {
    margin-top: 10px;
  }

  .dropdown-3.desktop {
    display: none;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand-artist {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link {
    color: #000;
    cursor: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    width: 100%;
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .navbar-logo-left.nav-menu {
    border: 0 solid #000;
    border-bottom: 1px solid #eaecf0;
  }

  .navbar-wrapper {
    background-color: #0000;
    width: 100%;
    position: static;
  }

  .nav-menu-wrapper {
    z-index: 9999;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    width: 75%;
    height: 100vh;
    position: absolute;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    z-index: 999;
    border-radius: 0;
    flex-direction: column;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 60vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
    display: flex;
    position: static;
  }

  .body {
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100vh;
    overflow: visible;
  }

  .sub-text-block {
    color: #475467;
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .sub-text-block.about-hero-sub {
    text-align: left;
    font-size: 20px;
  }

  .sub-text-block.about-hero-sub.contact-us {
    font-size: 18px;
    line-height: 28px;
  }

  .sub-text-block.artist.wearable-sub-text {
    font-size: 20px;
  }

  .sub-text-block.artist {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.about-us-hero {
    background-color: #0000;
    background-image: none;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .hero-section.artist {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section.artist.artist-page {
    padding-top: 48px;
  }

  .hero-section.artist.artist-page.wearable-art {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section.home-hero-01 {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .hero-section.shopify-version-2.shopify-app {
    padding-top: 8px;
  }

  .container-2 {
    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2.contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.shopify-install-wrapper {
    margin-bottom: 0;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .btn-primary.white {
    color: #000;
    background-color: #fff;
    border-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
    line-height: 24px;
  }

  .btn-primary.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary.artist-btn.artist-page {
    text-align: center;
    background-color: #1677ff;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .btn-primary.artist-btn.artist-page.sell-your-art-btn {
    margin-top: 32px;
  }

  .btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta, .btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta-licensing, .btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist {
    cursor: pointer;
    border-color: #0169ec;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist.start-designing-cta-mobile {
    display: flex;
  }

  .btn-primary.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist.start-designing-cta-desktop {
    display: none;
  }

  .btn-primary.contact {
    display: block;
  }

  .btn-primary.white-artist {
    color: #000;
    background-color: #fff;
    border-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary.pricing-learn-more-btn {
    margin-top: 0;
    display: flex;
  }

  .btn-primary.tab-menu-btn-pricing-shipping {
    text-align: center;
    padding: 8px 16px;
    display: block;
  }

  .btn-primary.tab-menu-btn-pricing-shipping.tab-menu-btn-pricing-shipping-active {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    padding: 8px 16px;
    display: block;
  }

  .text-block-2 {
    color: #000;
  }

  .container-5 {
    background-image: url('../images/home-hero.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 392px;
    margin-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-5.image-curve {
    background-image: url('../images/MicrosoftTeams-image.png');
  }

  .container-5.image-curve.planet-positive-wrapper {
    background-image: url('../images/ab748053abc9bb801232243a0e5a9192.jpg');
    background-position: 98%;
    background-size: cover;
    border: 1px solid #d6d6d6;
    min-height: 265px;
    margin-top: 32px;
  }

  .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant {
    background-image: url('../images/mobile-planet-positive-v2.webp');
    background-position: 50% 100%;
    background-size: cover;
    border-style: none;
    min-height: 400px;
  }

  .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant-shopify {
    background-image: url('../images/PLANET-POSITIVE---Jan-Recovered.webp');
    background-size: cover;
    border-style: none;
    border-radius: 0;
    min-height: 400px;
  }

  .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant-artist, .container-5.image-curve.planet-positive-wrapper.animation-artist.p-positive-pant-home {
    background-image: url('../images/PLANET-POSITIVE---Jan-Recovered.webp');
    background-position: 50% 100%;
    background-size: cover;
    border-style: none;
    min-height: 400px;
  }

  .container-5.about-hero-image-container {
    background-image: none;
    min-height: 710px;
    margin-top: 32px;
  }

  .container-5.about-hero-image-container.hero-image {
    min-height: 635px;
    display: block;
  }

  .container-5.about-img-container-01 {
    background-image: none;
    width: 100%;
    min-height: 362px;
    margin-top: 0;
    padding: 16px;
  }

  .container-5.about-img-container-01.features {
    background-image: none;
    min-height: 0;
    margin-top: 0;
    padding: 48px 0 0;
  }

  .container-5.about-img-container-02 {
    background-image: url('../images/Screen-mockup-REPLACE-FILL.png');
    background-position: 50% 0;
    background-size: 125%;
    height: 181px;
    min-height: 233px;
  }

  .container-5.about-contact-section {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.shopify-hero-img.mobile {
    width: auto;
    height: 377px;
  }

  .container-5.shopify-hero-img.mobile.artist {
    background-position: 100% 100%;
    background-size: 120%;
    height: auto;
    min-height: 377px;
    margin-top: 64px;
  }

  .container-5.shopify-hero-img.mobile.artist.artist-page.wearable-art-img {
    height: 348px;
    min-height: 348px;
  }

  .container-5.shopify-hero-img.mobile.shopify-hero.shopify-app-video {
    width: 100%;
    min-height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .container-5.viveros-container {
    background-image: none;
    height: 853px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.old-home {
    background-image: url('../images/Group-1000002900.png');
  }

  .section-title {
    font-size: 28px;
  }

  .section-title.secondary-header-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Languagemd, sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    display: flex;
  }

  .section-title.home-sell-merch.mobile {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .section-title.home-sell-merch.desktop {
    display: none;
  }

  .section-title.secondary-header-title-artist {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 290px;
    max-width: 290px;
    font-family: Languagemd, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    display: flex;
  }

  .section-sub-title {
    float: none;
    clear: none;
    text-align: center;
    letter-spacing: normal;
    white-space: normal;
    word-break: normal;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: block;
    position: static;
  }

  .section-sub-title.sub-title-container {
    width: 100%;
  }

  .section-sub-title.sub-content-profit {
    text-align: left;
    width: 100%;
    max-width: 320px;
    font-size: 15px;
  }

  .heading-23p5 {
    z-index: 4;
    text-align: left;
    font-size: 90px;
    line-height: 68px;
    position: relative;
  }

  .container-6 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 1px;
    font-weight: 700;
  }

  .container-6.firsttitle {
    margin-top: 32px;
  }

  .container-6.firsttitle.hero-viveros-launch-title {
    padding-top: 0;
  }

  .container-6.contact-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    line-height: 20px;
    display: block;
  }

  .section-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 0;
  }

  .section-copy.v0001 {
    margin-top: 0;
  }

  .image-container-1 {
    margin-top: 32px;
  }

  .luxury-section {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .design-studio-section {
    padding: 32px 16px;
  }

  .design-studio-section.collab-section {
    padding-top: 32px;
  }

  .container-8 {
    background-position: 0%;
    background-size: cover;
    height: 293px;
    display: block;
  }

  .container-8.mobile-container {
    background-image: url('../images/home-luxury-mobile.png');
    background-position: 50% 64%;
    background-size: cover;
    min-height: 293px;
    display: block;
  }

  .container-8.desktop-only {
    display: none;
  }

  .zero-risk-section {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .zero-risk-container {
    background-position: 50% 0;
    background-size: 150%;
    height: 0;
    min-height: 371px;
  }

  .benefits-section {
    padding: 32px 16px;
  }

  .benefits-heading {
    width: 100%;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 36px;
  }

  .text-span {
    font-size: 34px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 140%;
  }

  .container-11 {
    flex-flow: column wrap;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .quick-stack {
    flex: 0 auto;
    width: auto;
  }

  .cell.shadow-box {
    padding-bottom: 0;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
    min-height: 315px;
    padding-top: 0;
  }

  .text-block-5 {
    color: #fffc;
    font-size: 16px;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .wearale-art-section.desktop-only {
    display: none;
  }

  .wearale-art-section.mobile-only {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .part-text-black {
    font-size: 38px;
  }

  .container-12 {
    background-image: url('../images/wearableart.webp');
    background-position: 76%;
    background-repeat: no-repeat;
    background-size: 125%;
    flex-wrap: nowrap;
    min-height: 388px;
    margin-top: 32px;
    padding-top: 0;
  }

  .diversity-section.desktop-only {
    display: none;
  }

  .diversity-section.mobile-only {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-13 {
    background-position: 50% 55%;
    background-size: 163%;
    height: 0;
    min-height: 388px;
  }

  .build-brand-section.desktop-only {
    padding-top: 32px;
    display: none;
  }

  .build-brand-section.mobile-only {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .container-14 {
    background-position: 50% 16%;
    background-size: 134%;
    height: 0;
    min-height: 246px;
    margin-top: 32px;
  }

  .sucess-story-section {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 46px 16px 64px;
    display: flex;
  }

  .sucess-story-section.home002 {
    justify-content: flex-start;
    padding-bottom: 32px;
  }

  .container-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    place-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-8 {
    width: 100%;
    min-width: 0;
    max-width: 500px;
    margin-bottom: 24px;
  }

  .text-block-6 {
    text-align: left;
    font-size: 36px;
    line-height: 32px;
  }

  .text-block-6.mobile-artsit-name {
    word-break: normal;
    margin-top: 1px;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .div-block-9.mobile-artist-block, .div-block-9.desktop-artist {
    display: none;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    display: none;
  }

  .div-block-11 {
    clear: both;
    background-position: -10% 5%;
    background-repeat: no-repeat;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .div-block-14, .testimonials-section {
    display: none;
  }

  .secondary-title-section {
    z-index: -1;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    display: block;
    position: relative;
  }

  .secondary-title-section.home {
    z-index: 3;
  }

  .secondary-title-section.about-hero-title {
    z-index: 0;
    text-align: left;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .secondary-title-section.about-hero-title.wrapper-title {
    padding-top: 32px;
  }

  .secondary-title-section.about-hero-title.contact-us {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .secondary-title-section.about-hero-title.features {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 32px;
  }

  .secondary-title-section.about-hero-title.faq-2 {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 30px;
  }

  .container-18 {
    padding-bottom: 0;
  }

  .container-19 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top: 1px solid #475468;
    flex-flow: column wrap;
    justify-content: center;
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
  }

  .div-block-21 {
    text-align: center;
    width: 100%;
  }

  .div-block-22 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-13 {
    color: #d0d5ddcc;
    text-align: center;
    margin-left: 0;
  }

  .text-span-8 {
    font-size: 34px;
    line-height: 36px;
  }

  .card-block {
    background-color: #fff;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-block.lightgrey {
    background-color: #f5f5f7;
    padding-top: 0;
  }

  .image-7, .image-8 {
    display: none;
  }

  .text-block-14 {
    color: #475467;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-only-copy-wrapper {
    padding-top: 0;
    display: block;
  }

  .text-block-15 {
    color: #475467;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
  }

  .right-arrow {
    display: none;
  }

  .slide-content-wrapper {
    align-items: flex-start;
  }

  .mask {
    width: auto;
  }

  .mask.hero-slider-mask {
    padding-bottom: 0;
  }

  .slide {
    height: 430px;
  }

  .slide.slide-2 {
    height: auto;
  }

  .slide.slide-2.image-only-slide {
    background-size: 150%;
    height: 520px;
  }

  .slide.slide-2.image-only-slide.mobile-image-slide {
    height: 490px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .left-arrow {
    display: none;
  }

  .section {
    width: auto;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.testimonial-mobile, .section.testimonial-mobile-copy {
    background-color: #f9fafb;
    padding-top: 32px;
    display: block;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: -14px;
  }

  .slide-content-div {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
  }

  .slider-container {
    width: auto;
    height: auto;
  }

  .slider-container.hero-slide {
    width: 100%;
  }

  .heading-3 {
    color: #101828;
    text-align: center;
    letter-spacing: .48px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 34px;
  }

  .img-profile {
    opacity: .8;
    background-image: url('../images/5ea1d156db798b5f298d06398192e0da.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: .75px solid #000;
    border-radius: 200px;
    flex-direction: column;
    width: 64px;
    height: 64px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .img-profile.testimonial-2 {
    background-image: url('../images/f0eff7327b844823e23a62767c5fe594.webp');
  }

  .img-profile.testimonial-3 {
    background-image: url('../images/avatar-image-michael.jpg');
  }

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

  .text-block-16 {
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .text-block-17 {
    color: #475467;
    margin-top: -14px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-23 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .quick-stack-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .mobile-dark-black {
    opacity: .3;
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .html-embed.desktop {
    width: 100%;
    display: none;
  }

  .html-embed.mobile {
    width: 100%;
    display: block;
  }

  .image-9 {
    margin-left: 0;
  }

  .text-block-18 {
    color: #101828;
    background-color: #f0f0f1;
    border-radius: 16px;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-block-18.mobile {
    display: block;
  }

  .about-section {
    padding: 32px 0 0;
  }

  .about-section.grey.apply-now-section {
    padding-top: 64px;
  }

  .about-section.grey.with-side-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-section.grey.with-side-padding.planet-positive-home {
    padding-bottom: 46px;
  }

  .about-section.luxury-about.grey.with-side-padding.feature-section {
    padding-top: 0;
  }

  .about-section.luxury-about.shopify {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-secondary-title {
    font-size: 30px;
  }

  .about-secondary-title.contact-title {
    letter-spacing: 0;
  }

  .about-sub-title {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-sub-title.contact-sub {
    font-size: 20px;
    line-height: 30px;
  }

  .body-2 {
    max-width: 100vw;
  }

  .div-block-25, .div-block-26 {
    width: 100%;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .header-shopify {
    text-align: left;
  }

  .header-shopify.artist-page.wearable {
    font-size: 48px;
    line-height: 48px;
  }

  .header-shopify.shopify-app-header {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 28px;
    line-height: 30px;
  }

  .header-shopify.shopify-app-header.reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .grey {
    color: #6e6e73;
  }

  .how-it-works.grey-bg.features.white-features-bg.grey-features {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .how-it-works.grey-bg {
    width: 100%;
    padding: 32px 16px;
  }

  .container-21.mobile {
    background-image: url('../images/Screenshot-2025-07-31-at-15.18.43.png');
    background-position: 70%;
    background-size: auto;
    flex-direction: column;
  }

  .container-21.mobile.features-002 {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-two.div-img-1 {
    width: 100%;
    height: 368px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-two.div-img-1.features-img.img-f-02 {
    height: 332px;
  }

  .div-two.with-padding-left.desktop {
    display: none;
  }

  .div-two.with-padding-left.desktop.features-01 {
    width: 100%;
    height: auto;
    padding-bottom: 32px;
    padding-left: 0;
    display: block;
  }

  .div-two.with-padding-left.desktop.features-01.fulfill-desktop {
    display: none;
  }

  .div-two.with-padding-left.desktop.features-01.fullfil-mobile {
    padding-bottom: 8px;
    display: block;
  }

  .div-two.with-padding-left.mobile {
    width: auto;
    height: auto;
    padding: 48px 16px 0;
    display: block;
  }

  .heading-5 {
    color: #000000e0;
    margin-top: 20px;
  }

  .text-block-20.about-mobile, .text-block-20.shopify-page {
    margin-bottom: 32px;
  }

  .work-div {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .features {
    padding: 48px 16px;
    overflow: hidden;
  }

  .image-container-1-2 {
    margin-top: 32px;
  }

  .differentiated-product.grey-bg {
    padding-bottom: 48px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .text-block-25 {
    text-align: left;
    padding-left: 0;
  }

  .text-block-25.shopify-page, .text-block-25.artist-page, .text-block-25.shopify-page-shopify {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-25.shopify-page-shopify-copy {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-24 {
    height: 358px;
  }

  .container-25.artist {
    flex-direction: column;
    width: 100%;
  }

  .div-block-31 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-31.artist-page.wearable, .div-block-32 {
    width: 100%;
  }

  .div-block-32.wearable-div2 {
    width: 100%;
    padding-top: 32px;
  }

  .container-26 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .about-div {
    width: 100%;
  }

  .about-div.feature-luxury {
    margin-top: 32px;
  }

  .about-div.feature-luxury.about-v2.about-v2-container {
    padding-left: 0;
  }

  .about-div.feature-luxury-copy {
    margin-top: 32px;
  }

  .heading-10 {
    padding-bottom: 16px;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-10.features {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .heading-10.features.contact.contact-us {
    letter-spacing: 0;
    padding-top: 32px;
  }

  .heading-10.section-title {
    font-size: 48px;
    line-height: 36px;
  }

  .heading-10.section-title-shopify {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-26 {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .text-block-26.desktop {
    display: none;
  }

  .text-block-26.mobile {
    text-align: center;
    display: block;
  }

  .hero-section-2 {
    background-size: cover;
    padding: 64px 16px;
  }

  .mobile-img {
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .main-heading {
    color: #101828;
    text-align: left;
    letter-spacing: -.72px;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
  }

  .desktop-img {
    display: none;
  }

  .btn-primary-2 {
    width: 100%;
  }

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

  .container-30, .image-container-1-3 {
    margin-top: 16px;
  }

  .section-sub-title-2 {
    margin-bottom: 32px;
  }

  .section-copy-2.bottom-ready {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title-2 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .section-wrapper {
    padding: 32px 16px;
  }

  .section-wrapper.grey {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-wrapper.grey.section-desktop {
    display: block;
  }

  .section-wrapper.bottom-wrapper {
    padding: 64px 16px;
  }

  .image-container-1-4 {
    margin-top: 16px;
  }

  .section-sub-title-3 {
    margin-bottom: 32px;
  }

  .section-title-3 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .image-container-1-5 {
    margin-top: 16px;
  }

  .section-sub-title-4 {
    margin-bottom: 32px;
  }

  .section-title-4 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .container-31 {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-content: center;
  }

  .feature-card {
    width: 100%;
  }

  .section-title-5 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .section-title-5.do-more {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-38.left-block {
    align-items: flex-start;
  }

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

  .section-sub-title-5 {
    margin-bottom: 32px;
  }

  .section-title-6 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .button-2 {
    margin-bottom: 0;
  }

  .button-2.v0001 {
    display: block;
  }

  .div-block-40 {
    text-align: center;
    margin-bottom: 32px;
  }

  .dropdown-link.active-link {
    color: #0082f3;
    -webkit-text-stroke-color: #0082f3;
  }

  .list-item.mobile {
    width: 100%;
    display: block;
  }

  .dropdown, .dropdown.desktop {
    display: none;
  }

  .dropdown.desktop.mobile {
    display: block;
  }

  .quick-stack-4.constact-us {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
  }

  .quick-stack-4.features {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-4.features.artist-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-32.feature-mobile {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-32.feature-mobile.artist-page, .container-32.feature-mobile.artist-page.features-shopify {
    padding-left: 0;
    padding-right: 0;
  }

  .container-32.feature-mobile.artist-page.features-shopify.all-products-designs {
    justify-content: space-between;
    align-items: center;
    width: 1500px;
    max-width: 1500px;
    overflow: hidden;
  }

  .div-block-41 {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-toggle {
    width: 100%;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle.w--open {
    padding-bottom: 8px;
  }

  .icon {
    margin-right: 0;
  }

  .dropdown-list-2 {
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .div-block-42 {
    width: 100%;
    padding-bottom: 48px;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-content-wrapper-2.slider01-hero {
    padding-top: 32px;
  }

  .slide-3, .slider-3 {
    width: 100%;
  }

  .left-arrow-2 {
    display: none;
  }

  .container-34 {
    background-image: none;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 32px;
  }

  .div-block-48 {
    text-align: center;
    background-image: none;
    height: auto;
    padding-top: 0;
  }

  .heading-18 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-19 {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .text-span-11 {
    font-size: 16px;
  }

  .heading-20 {
    text-align: center;
  }

  .html-embed-2 {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-10 {
    height: 42px;
  }

  .heading-21 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 44px;
  }

  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: row;
    padding-top: 32px;
  }

  .image-11 {
    height: 42px;
  }

  .heading-22 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .image-12 {
    height: 422px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .div-block-50 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
  }

  .form-block-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-4 {
    height: 1023px;
  }

  .slide-4.newblack {
    background-color: #000;
    height: 1054px;
    min-height: 1054px;
  }

  .black-slider {
    height: 1033px;
  }

  .container-36.wrapper-viveros {
    background-image: none;
    height: 853px;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    padding-left: 16px;
  }

  .image-14 {
    display: none;
  }

  .viveros-image {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .viveros-image.max-height-hero-image {
    height: auto;
  }

  .heading-25 {
    color: #101828;
    margin-top: 32px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 32px;
    font-size: 22px;
  }

  .heading-27 {
    color: #475467;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .div-block-53 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-21 {
    margin-top: 100px;
  }

  .image-22, .image-23 {
    margin-top: 0;
  }

  .hide-menu {
    display: none;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .popup {
    padding: 16px;
    display: none;
  }

  .modal {
    min-width: 340px;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    position: relative;
  }

  .div-block-57 {
    min-width: 0;
  }

  .text-span-13-mobile {
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    display: inline;
  }

  .text-span-14-mobile {
    color: #1c1c1c99;
    font-size: 12px;
    display: inline;
  }

  .div-block-58 {
    grid-column-gap: 8px;
  }

  .link-8 {
    display: none;
    overflow: visible;
  }

  .help-container-base {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .help-container-base.about-us-hero {
    background-color: #0000;
    background-image: none;
  }

  .help-container-base.artist {
    padding-left: 16px;
    padding-right: 16px;
  }

  .help-container-base.home-hero-01 {
    padding-top: 32px;
  }

  .help-container-base.video-tutorials-page-content {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bread-crumb-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .container-6-copy {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .container-6-copy.firsttitle {
    margin-top: 32px;
  }

  .container-6-copy.firsttitle.hero-viveros-launch-title {
    padding-top: 0;
  }

  .container-2-copy {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2-copy.faq-2-tabs {
    max-width: none;
  }

  .container-40 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container-40.help-center-pricing-page {
    padding-left: 0;
    padding-right: 0;
  }

  .container-41 {
    display: none;
  }

  .container-42 {
    width: 100%;
    padding-top: 32px;
  }

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

  .accordion-item {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item.last-accordion-item {
    padding-bottom: 8px;
  }

  .accordion-item-trigger {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: flex-start;
    margin-top: 0;
  }

  .accordion-heading {
    font-family: SF Pro Text, sans-serif;
    font-weight: 500;
  }

  .bold-text {
    font-size: 18px;
  }

  .hero-section-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-copy.about-us-hero {
    background-color: #0000;
    background-image: none;
  }

  .hero-section-copy.artist {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section-copy.home-hero-01 {
    padding-top: 32px;
  }

  .hero-section-copy.about-us-hero-copy {
    background-color: #0000;
    background-image: none;
  }

  .hero-section-copy.about-us-hero-copy.about-hero-wrapper-copy {
    background-position: 50%;
    width: 100%;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-43 {
    background-image: url('../images/dcon-mobile.webp');
    background-position: 50%;
    background-size: contain;
    flex-direction: column;
    width: 100%;
    height: 1132px;
  }

  .container-44 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .container-44.div-mobile-bottom {
    display: none;
  }

  .heading-30 {
    text-align: center;
    width: 192px;
    margin: 0 auto;
    font-size: 32px;
  }

  .text-block-34 {
    text-align: center;
    min-width: 278px;
    font-size: 18px;
  }

  .text-block-35 {
    display: none;
  }

  .div-block-62 {
    width: 100%;
    padding-top: 32px;
  }

  .div-block-63 {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .submit-button-4 {
    width: 100%;
  }

  .text-block-36 {
    color: #fffc;
    text-align: center;
    line-height: 28px;
    display: block;
  }

  .about-div-copy.feature-luxury, .about-div-copy.feature-luxury-copy {
    margin-top: 32px;
  }

  .about-div-copy.feature-luxury-copy-copy {
    grid-row-gap: 16px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-div-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .about-div-copy.feature-luxury, .about-div-copy.feature-luxury-copy {
    margin-top: 32px;
  }

  .about-div-copy.mobile {
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-div-copy.mobile.about-us-planet {
    width: 100%;
  }

  .list {
    width: 100%;
  }

  .dropdown-mobile-only {
    z-index: 0;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 32px;
    display: block;
    position: static;
  }

  .dropdown-toggle-2 {
    border: 1px solid #91caff;
    border-radius: 8px;
    width: 100%;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
    z-index: 0 !important;
  }

  .legal-dropdown-list {
    position: static;
  }

  .link-block-2 {
    justify-content: center;
    display: flex;
  }

  .about-div-copy {
    width: 100%;
    padding-bottom: 96px;
    padding-right: 0;
  }

  .about-div-copy.feature-luxury, .about-div-copy.feature-luxury-copy {
    margin-top: 32px;
  }

  .container-26-copy.contact-copy {
    margin-bottom: 0;
  }

  .about-section-copy.luxury-about-copy.shopify-copy.contact-map {
    display: none;
  }

  .about-div-copy {
    width: 100%;
  }

  .about-div-copy.feature-luxury, .about-div-copy.feature-luxury-copy, .about-div-copy.feature-luxury-copy {
    margin-top: 32px;
  }

  .about-div-copy.feature-luxury-copy.contact-copy {
    display: none;
  }

  .contact-us-mobile {
    margin-top: 64px;
    display: block;
  }

  .div-block-66 {
    background-position: 72%;
    background-size: cover;
    width: 100%;
    height: 322px;
    min-height: 0;
  }

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

  .div-block-68 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-69 {
    width: 100%;
    padding-bottom: 48px;
  }

  .text-span-13 {
    color: #1677ff;
    text-decoration: none;
  }

  .link-13 {
    display: inline;
  }

  .div-block-70 {
    width: 100%;
    padding-left: 0;
  }

  .heading-35 {
    margin-top: 16px;
  }

  .image-arrow {
    width: 115px;
    min-width: auto;
    top: 0;
    left: 0;
    transform: none;
  }

  .container-45 {
    background-image: url('../images/home-hero.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 392px;
    margin-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-45.shopify-hero-img.mobile {
    width: auto;
    height: 377px;
  }

  .container-45.shopify-hero-img.mobile.home1 {
    background-image: url('../images/Group-1000002918.webp');
    background-position: 50%;
    background-size: contain;
    height: auto;
    min-height: 322px;
    margin-top: 0;
  }

  .container-46.artist {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 1058px;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    position: relative;
  }

  .home-texts {
    width: auto;
  }

  .image-31 {
    display: block;
  }

  .btn-primary-3 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .btn-primary-3.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary-3.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .list-2 {
    margin-bottom: 32px;
    padding-left: 16px;
  }

  .link-block-3 {
    align-items: flex-end;
    line-height: 20px;
    display: flex;
  }

  .hero-section-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-3.artist {
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-75 {
    width: 100%;
    padding-top: 64px;
  }

  .text-block-40 {
    position: absolute;
    bottom: 54px;
    right: 0;
  }

  .home001 {
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .quick-stack-6.features {
    width: 100%;
    padding: 0;
  }

  .div-block-76 {
    background-image: url('../images/dbf9a612cf2e505e45afcd147e9ea3d4.webp');
    background-position: 50% 27%;
    background-size: cover;
  }

  .div-block-76.high-end {
    background-color: #fff;
    background-image: url('../images/43e0b8703aba4167e8fd716a5eb9c625.webp');
    background-size: contain;
  }

  .div-block-76.cut-and-sew {
    background-image: url('../images/42e2333544079d3d0ee03a0a66344427.webp');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-76.el {
    background-image: url('../images/ab748053abc9bb801232243a0e5a9192.webp');
    background-size: cover;
  }

  .div-block-77 {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-47.mobile {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-41 {
    font-size: 18px;
    display: block;
  }

  .text-block-41.read-more-wra {
    display: block;
  }

  .cell-4 {
    padding-left: 16px;
    padding-right: 24px;
  }

  .quick-stack-7 {
    grid-row-gap: 16px;
  }

  .text-block-42 {
    max-width: 100%;
  }

  .container-48.feature-mobile {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-48.feature-mobile.get-started {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .get-started {
    padding-left: 16px;
    padding-right: 16px;
  }

  .html-embed-4 {
    width: 100%;
  }

  .html-embed-5, .link-block-4 {
    display: block;
  }

  .link-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    padding-top: 8px;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    display: flex;
  }

  .text-block-43 {
    color: #1677ff;
    text-decoration: none;
  }

  .image-32 {
    -webkit-text-stroke-color: #1677ff;
    width: 16px;
    height: 16px;
  }

  .image-33 {
    width: 16px;
    height: 16px;
  }

  .text-block-44, .text-desktop {
    display: none;
  }

  .royalty-faq-container-42-copy {
    width: 100%;
    padding-top: 0;
  }

  .royalty-header-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .royalty-header-container.firsttitle {
    margin-top: 32px;
  }

  .royalty-header-container.firsttitle.hero-viveros-launch-title {
    padding-top: 0;
  }

  .royalty-sub-header-container {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-title-section-copy {
    z-index: -1;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    display: block;
    position: relative;
  }

  .secondary-title-section-copy.home {
    z-index: 3;
  }

  .secondary-title-section-copy.about-hero-title {
    z-index: 0;
    text-align: left;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .secondary-title-section-copy.about-hero-title.wrapper-title {
    padding-top: 32px;
  }

  .secondary-title-section-copy.about-hero-title.contact-us {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .secondary-title-section-copy.about-hero-title.features {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 32px;
  }

  .secondary-title-section-copy.about-hero-title-copy {
    z-index: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .secondary-title-section-copy.about-hero-title-copy.wrapper-title {
    padding-top: 32px;
  }

  .secondary-title-section-copy.about-hero-title-copy.contact-us {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .secondary-title-section-copy.about-hero-title-copy.features {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 32px;
  }

  .sub-text-block-copy {
    color: #475467;
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .sub-text-block-copy.about-hero-sub {
    text-align: left;
    font-size: 20px;
  }

  .sub-text-block-copy.about-hero-sub.contact-us {
    font-size: 18px;
    line-height: 28px;
  }

  .sub-text-block-copy.artist {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sub-text-block-copy.about-hero-sub-copy {
    text-align: left;
    font-size: 20px;
  }

  .sub-text-block-copy.about-hero-sub-copy.contact-us {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-copy {
    box-shadow: none;
    border-top: 1px solid #eaecf0;
    border-bottom: 0 solid #eaecf0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-34 {
    margin-top: 4px;
  }

  .signup-modal {
    justify-content: flex-start;
    width: 500px;
    height: 650px;
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 0;
    display: flex;
  }

  .mobile-get-started {
    width: 100%;
    margin-top: 16px;
    display: flex;
  }

  .btn-primary-2-copy {
    width: 100%;
  }

  .btn-primary-copy.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .btn-primary-copy {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .btn-primary-copy.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-copy.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary-copy.artist-btn.artist-page {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .btn-primary-copy-copy.artist-btn.artist-page {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .btn-primary-copy-copy {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .btn-primary-copy-copy.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-copy-copy.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary-copy-copy.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .menu-login-wrapper {
    width: 100%;
    margin-top: 16px;
    display: flex;
  }

  .menu-login-wrapper.login-wrapper, .menu-login-wrapper.login-wrapper-copy {
    display: none;
  }

  .continue-to-dashboard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .view-collection {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .view-collection.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .view-collection.artist-btn {
    width: auto;
    display: inline-block;
  }

  .view-collection.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .view-collection-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-height: 40px;
  }

  .ver-collection-btn {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .ver-collection-btn.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ver-collection-btn.artist-btn {
    width: auto;
    display: inline-block;
  }

  .ver-collection-btn.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .ver-collection-btn.mobile-btn {
    color: #000000e0;
    background-color: #fff;
    border-style: none;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .planet-positive-header {
    text-align: left;
    padding-bottom: 16px;
    font-family: Languagemd, sans-serif;
    font-size: 36px;
    line-height: 38px;
  }

  .planet-positive-header.features {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .planet-positive-header.features.contact.contact-us {
    letter-spacing: 0;
    padding-top: 32px;
  }

  .main-header {
    color: #101828;
  }

  .main-header.wearable {
    font-size: 48px;
    line-height: 48px;
  }

  .btn-23p5--get-started {
    background-color: #0169ec;
  }

  .btn-primary-shopify-get-started {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .btn-primary-shopify-get-started.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-shopify-get-started.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary-shopify-get-started.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .btn-primary-shopify-get-started.shopify-app-install {
    border-radius: 20px;
  }

  .shop-now-homepage {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .menu-get-started {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    margin-top: 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .menu-get-started.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-get-started.artist-btn {
    width: auto;
    display: inline-block;
  }

  .menu-get-started.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .start-designing-mobile-hiide {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .start-designing-mobile-hiide.white {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .start-designing-mobile-hiide.artist-btn {
    width: auto;
    display: inline-block;
  }

  .start-designing-mobile-hiide.artist-btn.artist-page {
    text-align: center;
    width: 100%;
  }

  .list-3 {
    display: none;
  }

  .form-block-4 {
    margin-top: 16px;
  }

  .text-block-45 {
    color: #fefefe;
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .div-block-78 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-79.sign-up-container {
    display: none;
  }

  .div-block-79.sign-up-container.mobile {
    display: block;
    position: static;
  }

  .div-block-80 {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 32px 16px;
  }

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

  .div-block-82 {
    width: 100%;
    padding-left: 0;
  }

  .form-popup {
    width: 100%;
  }

  .modal-wrapper {
    opacity: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

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

  .div-block-84.discount-form {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-85, .text-block-50 {
    width: 100%;
  }

  .div-block-86 {
    width: auto;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-43 {
    line-height: 42px;
  }

  .quick-stack-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-collab {
    border-bottom-style: none;
  }

  .cell-collab.middle-cell {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .text-block-53 {
    font-size: 8px;
  }

  .text-block-54 {
    padding-top: 0;
  }

  .mailing-list-footer {
    display: none;
  }

  .mailing-list-footer.mobile {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .text-block-55 {
    color: #6e6e73;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .link-15 {
    pointer-events: auto;
    color: #000;
    cursor: pointer;
    mix-blend-mode: normal;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .designs-collab {
    width: 100%;
  }

  .text-field-8 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 44px;
    min-height: 44px;
  }

  .text-field-8.signup-mobile-footer {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 44px;
  }

  .homepage-subscribe {
    grid-column-gap: 0px;
  }

  .homepage-subscribe.footer-mobile-mailing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .submit-button-5 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    min-height: 44px;
  }

  .submit-button-5.signup-mobile-footer {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 44px;
    min-height: 44px;
  }

  .form-block-5.mailing-form-mobile {
    padding-bottom: 32px;
  }

  .field-label-5 {
    display: none;
  }

  .text-field-9 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .submit-button-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
  }

  .form-4 {
    display: flex;
  }

  .html-embed-8, .html-embed-8.mobile-confetti {
    display: block;
  }

  .zero-risk-section-artist {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-artist {
    width: auto;
    min-width: 0;
    padding-bottom: 0;
  }

  .profit-table {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .artist-table-container {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    height: 0;
    min-height: 320px;
    margin-top: 0;
    overflow: auto;
  }

  .artist-table-container.silder-container {
    height: 50px;
    min-height: 0;
    overflow: visible;
  }

  .div-block-92 {
    width: 660px;
    overflow: auto;
  }

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

  .div-block-93.profit-siler-desktop {
    display: flex;
  }

  .div-block-93.profit-slider-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-93.slider-container {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .quick-stack-9 {
    overflow: hidden;
  }

  .div-block-94 {
    overflow: auto hidden;
  }

  .online-shop {
    background-image: none;
    height: 0;
    min-height: 238px;
    margin-top: 0;
  }

  .div-block-95 {
    width: 100%;
    height: 234px;
  }

  .zero-risk-section-artist-copy {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .zero-risk-section-artist-copy.section-home-artist {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-section-copy {
    padding: 32px 0 0;
  }

  .about-section-copy.grey.apply-now-section {
    padding-top: 64px;
  }

  .about-section-copy.grey.with-side-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-section-copy.grey.with-side-padding.planet-positive-home {
    padding-bottom: 46px;
  }

  .about-section-copy.grey.with-side-padding-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-section-copy.grey.with-side-padding-copy.planet-positive-home, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy {
    padding-bottom: 46px;
  }

  .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2.grey-bg.shopify-planet, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-artist, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-artist.grey-bg.shopify-planet, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-home, .about-section-copy.grey.with-side-padding-copy.planet-positive-home-copy.white.planet-v2-home.grey-bg.shopify-planet {
    padding-left: 0;
    padding-right: 0;
  }

  .about-section-copy.luxury-about.grey.with-side-padding.feature-section {
    padding-top: 0;
  }

  .container-26-copy {
    flex-direction: column;
    padding-bottom: 0;
  }

  .heading-46 {
    font-size: 34px;
    line-height: 36px;
  }

  .text-block-62.sub-title-container-guarantee {
    width: 100%;
  }

  .benefits-section-copy {
    padding: 32px 16px;
  }

  .div-block-41-copy {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-copy-hero-landing {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    padding-top: 0;
  }

  .section-copy-hero-landing.v0001 {
    margin-top: 0;
  }

  .hero-v002-texts {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 140%;
  }

  .html-embed-artist-landing.desktop {
    width: 100%;
    display: none;
  }

  .html-embed-artist-landing.desktop.artist-landing {
    min-width: 0;
    display: block;
  }

  .html-embed-artist-landing.mobile {
    width: 100%;
    display: block;
  }

  .hero-section--artist-landing {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section--artist-landing.about-us-hero {
    background-color: #0000;
    background-image: none;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .hero-section--artist-landing.artist {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section--artist-landing.artist.artist-page {
    padding-top: 48px;
  }

  .hero-section--artist-landing.artist.artist-page.wearable-art {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section--artist-landing.artist.artist-page.wearable-art.artist-hero-landing {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-section--artist-landing.home-hero-01 {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .section-wrapper-artist-landing {
    padding: 32px 16px;
  }

  .section-wrapper-artist-landing.grey {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-wrapper-artist-landing.grey.section-desktop {
    display: block;
  }

  .section-wrapper-artist-landing.bottom-wrapper {
    padding: 64px 16px;
  }

  .section-wrapper-artist-landing.bottom-wrapper-artist-landing {
    padding: 32px 16px;
  }

  .testimonials-section-artist-landing {
    display: none;
  }

  .heading-48 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-26-artist-landing {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .text-block-26-artist-landing.desktop-artist-landing {
    text-align: left;
    display: block;
  }

  .text-block-26-artist-landing.desktop-artist-landing.section-sub-title {
    text-align: center;
    white-space: break-spaces;
    word-break: normal;
    display: none;
  }

  .text-block-26-artist-landing.desktop-artist-landing.section-sub-title.mobile-planet {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .text-block-26-artist-landing.mobile {
    text-align: center;
    display: block;
  }

  .grey-copy-artist-landing {
    color: #101828;
    width: 100%;
    font-size: 34px;
    line-height: 36px;
  }

  .div-block-86-artist-landing {
    width: auto;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .section-artist-landing {
    width: auto;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-artist-landing.testimonial-mobile {
    background-color: #f9fafb;
    padding-top: 32px;
    display: block;
  }

  .section-artist-landing.testimonial-mobile-artist-landing {
    background-color: #fff;
    padding-top: 32px;
    display: block;
  }

  .faq-artist-landing {
    padding: 32px 16px;
  }

  .accordion-item-artist-landing {
    padding-left: 16px;
    padding-right: 16px;
  }

  .secondary-title-section-artist-landing {
    z-index: -1;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    display: block;
    position: relative;
  }

  .secondary-title-section-artist-landing.home {
    z-index: 3;
  }

  .secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing {
    z-index: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing.wrapper-title {
    padding-top: 32px;
  }

  .secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing.contact-us {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .secondary-title-section-artist-landing.about-hero-title-secondary-title-section-artist-landing.features {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 32px;
  }

  .accordion-wrapper-artist-landing {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-49 {
    color: #1c1c1c;
    max-width: 332px;
    margin-top: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .div-block-96 {
    display: block;
  }

  .div-block-96.mobile-v {
    margin-left: 0;
  }

  .hero-v0002 {
    padding: 48px 16px;
  }

  .hero-v0001-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .div-block-97 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .div-block-98 {
    width: 100%;
    margin-bottom: 16px;
  }

  .heading-51 {
    font-size: 48px;
    line-height: 48px;
  }

  .button-5 {
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-99 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 32px;
    display: none;
  }

  .div-block-99.mobile-display {
    padding-bottom: 0;
    display: flex;
  }

  .butterfly-2 {
    display: none;
    bottom: 36px;
    left: 0;
    right: 103px;
  }

  .image-36 {
    display: none;
    inset: 0% auto auto 0%;
  }

  .image-37 {
    display: none;
  }

  .div-block-100 {
    background-image: url('../images/black-butterfly-hoodie-mobile.png');
    background-position: 50%;
    background-size: contain;
    width: 100%;
    min-height: 384px;
    margin-bottom: 16px;
  }

  .hero-v002-texts-copy {
    text-align: left;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 140%;
  }

  .hero-v0003 {
    height: 1005px;
    padding: 48px 16px;
  }

  .div-block-98-copy {
    width: 100%;
  }

  .div-block-100-copy {
    background-image: url('../images/Frame-1000003412.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    min-height: 384px;
  }

  .heading-51-copy {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-v002-texts-copy {
    text-align: center;
    width: 100%;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 140%;
  }

  .hero-v0001-container-copy {
    background-image: url('../images/Group-1000002904.png');
    background-position: 50% 100%;
    background-size: contain;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .div-block-97-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .planet-positive {
    padding-left: 0;
    padding-right: 0;
  }

  .planet-positive-img {
    background-image: none;
    height: 0;
    min-height: 371px;
    display: none;
  }

  .planet-positive-text-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    align-content: center;
    margin-top: -27px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .planet-positive-text-content.v0001 {
    margin-top: 0;
  }

  .planet-positive-sub-header {
    float: none;
    clear: none;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    direction: ltr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 140%;
    display: block;
    position: static;
  }

  .planet-positive-sub-header.sub-title-container, .planet-positive-sub-header.sub-content-profit {
    width: 100%;
  }

  .navbar-logo-left-black.nav-menu, .navbar-logo-left-black.nav-menu-black, .navbar-logo-leftt.nav-menu, .navbar-logo-leftt.nav-menu-black, .navbar-logo-leftt-copy.nav-menu, .navbar-logo-leftt-copy.nav-menu-black, .navbar-logo-leftt-copy-copy.nav-menu, .navbar-logo-leftt-copy-copy.nav-menu-black {
    border: 0 solid #000;
    border-bottom: 1px solid #eaecf0;
  }

  .buitterfly-1 {
    display: none;
    overflow: visible;
  }

  .buitterfly-1-mobile {
    margin-bottom: 145px;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
    bottom: 40px;
    right: 23px;
  }

  .banner-cta-container-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-39 {
    margin-right: 0;
  }

  .butterfly-2-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    bottom: 417px;
    left: -6px;
    right: 0;
  }

  .planet-positive-img-mobile {
    display: block;
  }

  .planet-positive-img-container-mobile {
    background-image: none;
    height: 320px;
    min-height: 320px;
    padding: 0 16px;
    display: flex;
  }

  .planet-positive-img-copy {
    background-image: none;
    height: 0;
    min-height: 371px;
    display: flex;
  }

  .planet-positive-img-mobile-1 {
    object-fit: contain;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    min-height: 100%;
    padding: 0;
    display: flex;
  }

  .link-18 {
    pointer-events: auto;
    cursor: pointer;
    mix-blend-mode: normal;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    display: none;
  }

  .menu-get-started-2 {
    background-color: #0169ec;
    border-radius: 20px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .btn-primary-4 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .btn-primary-4.white {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button-2.shopify-lp-nav {
    display: none;
  }

  .icon-4 {
    margin-right: 0;
  }

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

  .dropdown-3, .dropdown-3.desktop {
    display: none;
  }

  .list-item-10.mobile {
    width: 100%;
    display: block;
  }

  .nav-link-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .container-52 {
    height: 20vh;
  }

  .div-block-101 {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    align-self: stretch;
    height: 20vh;
    line-height: 30px;
    display: flex;
  }

  .list-4 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 30px;
  }

  .list-item-11 {
    cursor: pointer;
    width: 100%;
    padding-top: 8px;
  }

  .list-item-12 {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .white {
    color: #fff;
  }

  .html-embed-v2.desktop {
    width: 100%;
    display: none;
  }

  .html-embed-v2.mobile {
    width: 100%;
    display: block;
  }

  .product-pricing-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding-top: 32px;
  }

  .text-block-64 {
    text-align: left;
    font-size: 24px;
  }

  .tabs {
    width: 100%;
    margin-top: 8px;
  }

  .tabs-menu {
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto;
    align-content: stretch;
  }

  .image-40 {
    height: auto;
  }

  .div-block-104 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .table_cell {
    text-align: center;
    min-width: auto;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .table_cell.table_cell_price {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    padding-left: 8px;
    padding-right: 8px;
    display: table-cell !important;
  }

  .table_cell.table_cell_rate_name {
    min-width: 210px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .table_cell.table_cell_condition {
    text-align: left;
  }

  .table_cell.table_cell_fabric {
    min-width: 300px;
  }

  .table_row {
    border-bottom-color: #eaecf0;
  }

  .table_header {
    text-align: left;
    font-size: 12px;
  }

  .table_header.table_cell_price {
    text-align: center;
  }

  .table_header.table_cell_rate_name {
    text-align: center;
    font-size: 12px;
  }

  .table_component {
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
  }

  .table_row_grey {
    border: 1px solid #fff;
    border-radius: 1px;
  }

  .div-block-106 {
    width: 100%;
    display: flex;
    overflow: auto;
    box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
  }

  .paragraph-3 {
    color: #475467;
    text-align: left;
    width: 83%;
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2--artist {
    color: #fff;
  }

  .btn-primary-shopify {
    width: 100%;
    margin-top: 16px;
    padding: 12px 40px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .btn-primary-shopify.white {
    color: #000;
    background-color: #fff;
    border-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-shopify.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary-shopify.artist-btn.artist-page {
    text-align: center;
    background-color: #1677ff;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .btn-primary-shopify.artist-btn.artist-page.sell-your-art-btn {
    margin-top: 32px;
  }

  .btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero-cta, .btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero-cta-licensing, .btn-primary-shopify.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist {
    cursor: pointer;
    border-color: #0169ec;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .btn-primary-shopify.light-grey-btn {
    box-shadow: none;
    background-color: #fff;
    border-color: #cecece;
  }

  .text-block-2-shopify {
    color: #fff;
  }

  .text-block-2-shopify.on-grey-bg {
    color: #000;
  }

  .list-item-13, .list-item-14 {
    width: 100%;
    display: flex;
  }

  .sub-text-block-shopify {
    color: #475467;
    text-align: left;
    width: 100%;
    font-size: 18px;
  }

  .sub-text-block-shopify.about-hero-sub {
    text-align: left;
    font-size: 20px;
  }

  .sub-text-block-shopify.about-hero-sub.contact-us {
    font-size: 18px;
    line-height: 28px;
  }

  .sub-text-block-shopify.artist.wearable-sub-text {
    font-size: 20px;
  }

  .sub-text-block-shopify.artist {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grey-shopify, .grey-shopify-v2 {
    color: #6e6e73;
  }

  .heading-9-shopify, .about-secondary-title-shopify {
    font-size: 30px;
  }

  .about-secondary-title-shopify.contact-title {
    letter-spacing: 0;
  }

  .text-block-25-shopify {
    text-align: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-25-shopify.shopify-page, .text-block-25-shopify.artist-page, .text-block-25-shopify.shopify-page-shopify {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-25-shopify.shopify-page-shopify-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-15-shopify, .link-15-copy, .link-15-shopify-artist, .link-15-copy-artist {
    pointer-events: auto;
    color: #000;
    cursor: pointer;
    mix-blend-mode: normal;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-artist {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .btn-primary-artist.white {
    color: #000;
    background-color: #fff;
    border-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-artist.artist-btn {
    width: auto;
    display: inline-block;
  }

  .btn-primary-artist.artist-btn.artist-page {
    text-align: center;
    background-color: #1677ff;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .btn-primary-artist.artist-btn.artist-page.sell-your-art-btn {
    margin-top: 32px;
  }

  .btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero-cta, .btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero-cta-licensing, .btn-primary-artist.artist-btn.artist-page.section-sub-title.btn-hero-cta--artist {
    cursor: pointer;
    border-color: #0169ec;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .btn-primary-artist.white-artist {
    color: #000;
    background-color: #fff;
    border-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-39-artist {
    filter: invert();
    margin-right: 0;
  }

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

  .dropdown-toggle-3 {
    box-sizing: border-box;
    float: left;
    clear: both;
    z-index: 0;
    position: relative;
  }

  .dropdown-list-4 {
    z-index: 9998;
  }

  .dropdown-4 {
    object-fit: none;
  }

  .tabs-2 {
    width: 100%;
    display: flex;
  }

  .category-grid-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

  .category-grid-desktop {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: none;
  }

  .tabs-content {
    width: 100%;
  }

  .pricing-mobile-dropdown-nav {
    z-index: 0;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 14px;
    display: flex;
    position: relative;
    box-shadow: 0 1px 2px #1018280d;
  }

  .dropdown-5 {
    z-index: 0;
    flex-flow: row;
    align-items: center;
    display: block;
  }

  .dropdown-list-5 {
    margin-top: -56px;
    font-family: Changa One, Impact, sans-serif;
    box-shadow: 0 1px 2px #1018280d;
  }

  .dropdown-list-5.w--open {
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-family: SF Pro Text, sans-serif;
  }

  .pricing-mobile-dropdown-value-shipping {
    display: block;
  }

  .div-block-107, .pricing-mobile-value-container-shipping {
    display: none;
  }

  .pricing-section-shopify-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .pricing-section-shopify-header.v0001 {
    margin-top: 0;
  }

  .pricing-table-shopify-page {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 0;
    min-height: 261px;
    overflow: auto;
  }

  .profit-table-copy, .profit-table-shopify {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .profit-table-shopify.profit-table-shopify-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .profit-table-shopify.profit-table-shopify-page.pricing-and-shipping-section {
    background-color: #f5f5f7;
  }

  .faq-tab-link.w--current {
    border-bottom-width: 3px;
  }

  .tabs-menu-3 {
    margin-bottom: 32px;
  }

  .faq-accordion {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tabs-content-2 {
    max-width: none;
    margin-top: 8px;
    margin-bottom: 32px;
    display: flex;
  }

  .faq-tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .faq-tabs-menu {
    object-fit: fill;
    border-bottom-style: none;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    overflow: scroll hidden;
  }

  .text-block-82 {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .text-block-83, .text-block-84 {
    white-space: nowrap;
  }

  .div-block-108 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-109 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .dropdown-link-4 {
    color: #0082f3;
  }

  .div-block-110 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .install-app-tbn {
    background-color: #0169ec;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .code-embed {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-3 {
    width: 100%;
  }

  .tutorials-container {
    width: 100%;
    padding-top: 0;
  }

  .tutorials-header {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .tutorials-header.firsttitle {
    margin-top: 32px;
  }

  .tutorials-header.firsttitle.hero-viveros-launch-title {
    padding-top: 0;
  }

  .video-tutorials-tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .video-tutorials-tabs-menu {
    object-fit: fill;
    border-bottom-style: none;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    overflow: scroll hidden;
  }

  .video-tutiorials-tab-link.w--current {
    border-bottom-width: 3px;
  }

  .video-tutorials-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .video-tutorials-wrapper.help-center-pricing-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-112, .div-block-115 {
    min-width: 100px;
  }

  .div-block-116 {
    width: 100%;
    max-width: 320px;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .profit-calculator-wrapper-desktop {
    box-shadow: none;
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .selected-category-panel {
    border-bottom: 1px solid #d0d5dd;
    border-radius: 10px;
    width: 100%;
    height: 320px;
  }

  .pricing-shipping-categories-panel {
    width: 100%;
    padding-left: 0;
  }

  .pricing-calculation-panel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f9fafb00;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-calculator-categories-dropdown {
    z-index: 0;
  }

  .pricing-calculator-dropdown-options {
    overflow: visible;
  }

  .pricing-calculator-dropdown-list {
    z-index: 9999;
    text-shadow: 0 1px 1px #0003;
    cursor: pointer;
    position: relative;
  }

  .pricing-calculator-category-option {
    overflow: hidden;
  }

  .text-field-10 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-120 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .shipping-calculation-panel {
    display: none;
  }

  .delivery-time-display {
    margin-top: 16px;
  }

  .tabs-content-3 {
    overflow: hidden;
  }

  .profit-calculator-wrapper-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    flex-flow: column;
    margin-top: 16px;
    display: block;
  }

  .pricing-shipping-categories-panel-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid #d0d5dd;
    width: 100%;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .pricing-calculation-panel-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .designs-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: static;
    overflow: hidden;
  }

  .product-container {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .smoke.right, .smoke.left {
    width: 100px;
  }

  .cta-wrapper {
    flex-flow: column;
  }

  .shopify-lp-nav-img {
    display: none;
  }

  .div-block-123 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }
}

#w-node-_2e3a299f-788f-1a68-b467-9d9228d9d87e-28d9d87c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97976d28-5ad2-9266-483d-c816eb70b577-78c00024, #w-node-_8229ba0c-4a05-ddfb-7bb3-fc894c44745a-78c00026 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00028 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00028 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00029 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00029 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0002a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0002a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0003c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0003c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0003e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0003e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0003f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0003f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00051 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00051 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00062 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00062 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8a934e69-1469-dbdf-4aad-6b8859a1bc15-78c00063 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_126d42f4-0f35-820b-c76f-03b1806638b6-78c00063 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c90ab36a-c2e5-969d-01f5-e14071503b48-78c00064 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4f8df79e-03e5-b32c-a417-40d0bc5d5d5a-78c00064 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8229ba0c-4a05-ddfb-7bb3-fc894c44745a-5f247539 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9e5d2b55-182d-15bf-5d58-85d3e8941930-e4b9d1fb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_971b9860-d1d9-66b7-b317-12ddfa662993-e4b9d1fb {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_72240d2f-706c-1299-eaf3-54347f35ac31-e4b9d1fb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bfc7187d-8910-81e3-4815-cace233b97d9-e4b9d1fb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f3de601-ec1f-525c-39c0-4259c4dd6880-e4b9d1fb, #w-node-f63dee76-1cc4-d2a7-5285-d840dcf17802-e4b9d1fb, #w-node-e4439cf2-50e8-f6db-8674-177962bfbb42-e4b9d1fb, #w-node-_45e6aca4-df66-18da-74ea-52eee035adde-e4b9d1fb, #w-node-f50f70cf-db49-f1b6-750c-2a83ee7fbe6c-e4b9d1fb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee11cc10-52a0-d73d-2dab-63055ac86a82-e4b9d1fb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a94284f-6be2-5b0d-1aae-2699350b9bab-e4b9d1fb, #w-node-_21643f13-9c39-3c0c-da6c-1ee2b45c8d64-dc1a03a5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bf55cf0-0c72-f24c-9a3a-ce65b5080f70-dc1a03a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0a5da12-4d65-7260-924f-04a4126a1342-b07b3a82 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-b07b3a82, #w-node-f99d6f83-3d89-6270-65a2-5787bc04cdbf-b07b3a82 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b0a5da12-4d65-7260-924f-04a4126a1342-2d91bbf8 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-2d91bbf8, #w-node-f99d6f83-3d89-6270-65a2-5787bc04cdbf-2d91bbf8, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-48754efb, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-7fc042b3, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-2eb714ad, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-4baed15c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_75185781-85c5-e18b-1e2a-8a859e0ffbf7-33b9be9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2e3a299f-788f-1a68-b467-9d9228d9d891-28d9d87c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e3a299f-788f-1a68-b467-9d9228d9d87e-28d9d87c {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_2e3a299f-788f-1a68-b467-9d9228d9d891-28d9d87c {
    grid-column: span 2 / span 2;
  }

  #w-node-_97976d28-5ad2-9266-483d-c816eb70b577-78c00024, #w-node-_8229ba0c-4a05-ddfb-7bb3-fc894c44745a-78c00026 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00028 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00028 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00029 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00029 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0002a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0002a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0003c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0003c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0003e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0003e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c0003f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c0003f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00051 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00051 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-78c00062 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5381f530-eac5-5a1d-a2e8-744e79fbe350-78c00062 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8a934e69-1469-dbdf-4aad-6b8859a1bc15-78c00063, #w-node-c90ab36a-c2e5-969d-01f5-e14071503b48-78c00064 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4f8df79e-03e5-b32c-a417-40d0bc5d5d5a-78c00064 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8229ba0c-4a05-ddfb-7bb3-fc894c44745a-5f247539, #w-node-_9e5d2b55-182d-15bf-5d58-85d3e8941930-e4b9d1fb, #w-node-_971b9860-d1d9-66b7-b317-12ddfa662993-e4b9d1fb, #w-node-_72240d2f-706c-1299-eaf3-54347f35ac31-e4b9d1fb, #w-node-bfc7187d-8910-81e3-4815-cace233b97d9-e4b9d1fb, #w-node-_6f3de601-ec1f-525c-39c0-4259c4dd6880-e4b9d1fb, #w-node-f63dee76-1cc4-d2a7-5285-d840dcf17802-e4b9d1fb, #w-node-e4439cf2-50e8-f6db-8674-177962bfbb42-e4b9d1fb, #w-node-_45e6aca4-df66-18da-74ea-52eee035adde-e4b9d1fb, #w-node-f50f70cf-db49-f1b6-750c-2a83ee7fbe6c-e4b9d1fb, #w-node-ee11cc10-52a0-d73d-2dab-63055ac86a82-e4b9d1fb, #w-node-_3a94284f-6be2-5b0d-1aae-2699350b9bab-e4b9d1fb, #w-node-_21643f13-9c39-3c0c-da6c-1ee2b45c8d64-dc1a03a5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3bf55cf0-0c72-f24c-9a3a-ce65b5080f70-dc1a03a5, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-b07b3a82 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f99d6f83-3d89-6270-65a2-5787bc04cdbf-b07b3a82 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-2d91bbf8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f99d6f83-3d89-6270-65a2-5787bc04cdbf-2d91bbf8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-48754efb, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-7fc042b3, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-2eb714ad, #w-node-cca4e70f-9435-8aa9-f4c6-fc1429e78a59-4baed15c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_75185781-85c5-e18b-1e2a-8a859e0ffbf7-33b9be9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Heavy.woff2') format('woff2'), url('../fonts/SFProText-Heavy-1.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Bold.woff2') format('woff2'), url('../fonts/SFProText-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Light.woff2') format('woff2'), url('../fonts/SFProText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Medium.woff2') format('woff2'), url('../fonts/SFProText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Semibold.woff2') format('woff2'), url('../fonts/SFProText-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Regular.woff2') format('woff2'), url('../fonts/SFProText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Languagemd';
  src: url('../fonts/LanguageMD-Regular.woff2') format('woff2'), url('../fonts/LanguageMD-Regular.eot') format('embedded-opentype'), url('../fonts/LanguageMD-Regular.woff') format('woff'), url('../fonts/LanguageMD-Regular.ttf') format('truetype'), url('../fonts/LanguageMD-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}