h1, h2 {
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 1408px) {
  h1 {
    font-size: 40px;
  }
}
h1.-stretched {
  letter-spacing: 0.09em;
}

h2 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
}
h2.-alt {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}
h4.-alt {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
}

h5 {
  font-weight: 600;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}

li, span, p {
  font-family: "Manrope", sans-serif;
}

p {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 18px;
  }
}
p:last-child {
  padding-bottom: 0;
}

em, em > span {
  font-family: "Karla", sans-serif;
}

.-light {
  color: #fff;
}

.-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  body .is-size-2 {
    font-size: 1.6rem !important;
  }
}
.underline-shine {
  position: relative;
  display: inline-block;
}
.underline-shine:before {
  content: url(/img/accents/shine-pink.svg);
  position: absolute;
  top: -20px;
  right: -30px;
}
.underline-shine:after {
  content: url(/img/accents/squiggle-underline-pink.svg);
  position: absolute;
  bottom: -15px;
  left: -20px;
}

.-lightweight {
  font-weight: 300;
}

strong {
  color: unset;
}

.font--primary {
  font-family: "Quicksand", sans-serif;
}
.font--secondary {
  font-family: "Manrope", sans-serif;
}
.font--terciary {
  font-family: "Karla", sans-serif;
}

.-font-primary {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
}

.-font-secondary {
  font-family: "Manrope", sans-serif;
}

.pre-header {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #828282;
  font-size: 14px;
}

.stronger {
  font-weight: 500;
}

table, form, .form {
  font-family: "Karla", sans-serif;
}

.text--light {
  color: #fff;
}

.letter-spacing--sm {
  letter-spacing: 0.8px;
}

.bg-grey {
  background-color: #ececec;
}

.text--dark {
  color: #1a1a1a;
}

.-blue {
  color: #19baed;
}

.bg-blue {
  background-color: #19baed;
}

.bg--blue {
  background-color: #19baed;
}

.-slate-blue {
  color: #049fd1;
}

.bg-slate-blue {
  background-color: #049fd1;
}

.bg--slate-blue {
  background-color: #049fd1;
}

.-bold-blue {
  color: #3273dc;
}

.bg-bold-blue {
  background-color: #3273dc;
}

.bg--bold-blue {
  background-color: #3273dc;
}

.-bright-purple {
  color: #a474d3;
}

.bg-bright-purple {
  background-color: #a474d3;
}

.bg--bright-purple {
  background-color: #a474d3;
}

.-dark-grey {
  color: #4a4a4a;
}

.bg-dark-grey {
  background-color: #4a4a4a;
}

.bg--dark-grey {
  background-color: #4a4a4a;
}

.-light-blue {
  color: #84c4e0;
}

.bg-light-blue {
  background-color: #84c4e0;
}

.bg--light-blue {
  background-color: #84c4e0;
}

.-lighter-blue {
  color: #d8f2fb;
}

.bg-lighter-blue {
  background-color: #d8f2fb;
}

.bg--lighter-blue {
  background-color: #d8f2fb;
}

.-light-purple {
  color: #e1c3ff;
}

.bg-light-purple {
  background-color: #e1c3ff;
}

.bg--light-purple {
  background-color: #e1c3ff;
}

.-slate-purple {
  color: #3c0370;
}

.bg-slate-purple {
  background-color: #3c0370;
}

.bg--slate-purple {
  background-color: #3c0370;
}

.-orange {
  color: #F69126;
}

.bg-orange {
  background-color: #F69126;
}

.bg--orange {
  background-color: #F69126;
}

.-purple {
  color: #50247b;
}

.bg-purple {
  background-color: #50247b;
}

.bg--purple {
  background-color: #50247b;
}

.-red {
  color: #e50052;
}

.bg-red {
  background-color: #e50052;
}

.bg--red {
  background-color: #e50052;
}

.-slate-red {
  color: #c10045;
}

.bg-slate-red {
  background-color: #c10045;
}

.bg--slate-red {
  background-color: #c10045;
}

.-light-red {
  color: #fcd5dc;
}

.bg-light-red {
  background-color: #fcd5dc;
}

.bg--light-red {
  background-color: #fcd5dc;
}

.-royal-blue {
  color: #002c9d;
}

.bg-royal-blue {
  background-color: #002c9d;
}

.bg--royal-blue {
  background-color: #002c9d;
}

.-teal {
  color: #00CABE;
}

.bg-teal {
  background-color: #00CABE;
}

.bg--teal {
  background-color: #00CABE;
}

.-yellow {
  color: #fff500;
}

.bg-yellow {
  background-color: #fff500;
}

.bg--yellow {
  background-color: #fff500;
}

.-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg--white {
  background-color: #ffffff;
}

.-mab {
  color: #00CABE;
}

.bg-mab {
  background-color: #00CABE;
}

.bg--mab {
  background-color: #00CABE;
}

.-damab {
  color: #19baed;
}

.bg-damab {
  background-color: #19baed;
}

.bg--damab {
  background-color: #19baed;
}

.-mamab {
  color: #50247b;
}

.bg-mamab {
  background-color: #50247b;
}

.bg--mamab {
  background-color: #50247b;
}

.gradient--kab {
  background: -webkit-gradient(linear, left top, right top, from(#00bdd6), to(#cbf4fa));
  background: linear-gradient(90deg, #00bdd6 0%, #cbf4fa 100%);
}
.gradient--gray-fade {
  background-image: linear-gradient(0deg, #f9f9f900 0%, #f2f2f2 100%);
}
.gradient--purple-fade {
  background-image: linear-gradient(0deg, #ffffff 0%, #ecdcfc 100%);
}

.float-frame {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .float-frame {
    background: #D8D3E9;
    text-align: center;
    padding: 30px 20px 60px 20px;
  }
}
.float-frame__heading {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .float-frame__heading {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .float-frame__box {
    max-width: 300px;
  }
}
.float-frame__bg {
  height: 65%;
  width: 90%;
  background: #50247b;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1408px) {
  .float-frame__bg {
    height: 75%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .float-frame__bg {
    display: none;
  }
}
.float-frame__kab {
  position: absolute;
  right: 6%;
  bottom: 0%;
  max-width: 170px;
  width: 13vw;
}
@media screen and (max-width: 768px) {
  .float-frame__kab {
    display: none;
  }
}
.float-frame__info {
  background: #F8F8F8;
  padding: 50px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .float-frame__info {
    margin-top: 60px;
  }
}
.float-frame__stamp {
  position: absolute;
  transform: rotate(-5.71deg);
  border: 4px dashed #50247b;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.2em;
  color: #50247b;
  top: -64px;
  padding: 15px 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .float-frame__stamp {
    top: -54px;
    font-size: 18px;
  }
}

.button, #mc_embed_signup .button {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  border-radius: 50px;
  border: none;
  padding: 5px 25px;
  color: #fff;
  transition: 0.2s ease;
}
@media screen and (max-width: 412px) {
  .button, #mc_embed_signup .button {
    font-size: 16.5px;
  }
}
.button:hover, #mc_embed_signup .button:hover {
  cursor: pointer;
  transition: 0.4s ease;
}
.button.-primary, #mc_embed_signup .-primary.button {
  background: #19baed;
}
.button.-primary:hover, #mc_embed_signup .-primary.button:hover {
  background: #84c4e0;
}
.button.-secondary, #mc_embed_signup .-secondary.button {
  background: #50247b;
}
.button.-secondary:hover, #mc_embed_signup .-secondary.button:hover {
  background: #e1c3ff;
}
.button.-tertiary, #mc_embed_signup .-tertiary.button {
  background: #e50052;
}
.button.-tertiary:hover, #mc_embed_signup .-tertiary.button:hover {
  background: #FC00C4;
}
.button.-my-artist-box, #mc_embed_signup .-my-artist-box.button {
  background: #19baed;
}
.button.-my-artist-box:hover, #mc_embed_signup .-my-artist-box.button:hover {
  background: #84c4e0;
}
.button.-create-together-art-box, #mc_embed_signup .-create-together-art-box.button {
  background: #e50052;
}
.button.-create-together-art-box:hover, #mc_embed_signup .-create-together-art-box.button:hover {
  background: #FC00C4;
}
.button--my-artist-box {
  background: #19baed;
}
.button--my-artist-box:hover {
  background: #84c4e0;
}
.button--create-together-art-box {
  background: #e50052;
}
.button--create-together-art-box:hover {
  background: #FC00C4;
}
.button--primary {
  background: #19baed;
}
.button--primary:hover {
  background: #84c4e0;
}
.button--secondary {
  background: #50247b;
}
.button--secondary:hover {
  background: #e1c3ff;
}
.button--tertiary {
  background: #e50052;
}
.button--tertiary:hover {
  background: #FC00C4;
}
.button--change {
  border: 2px solid #19baed;
  color: #4a4a4a;
}
.button--change:hover {
  background: #19baed;
  border: 2px solid #19baed;
}
.button--next {
  border: 2px solid #F69126;
  color: #4a4a4a;
}
.button--next:hover {
  background: #F69126;
  border: 2px solid #F69126;
}
.button--cancel {
  border: 2px solid #e50052;
  color: #4a4a4a;
}
.button--cancel:hover {
  background: #e50052;
  border: 2px solid #e50052;
}
.button--cancel-solid {
  background: #e50052;
}
.button--cancel-solid:hover {
  background: #e50052;
}
.button--pause {
  background: #fff500;
  color: #4a4a4a;
}
.button--skip {
  background: #F69126;
}
.button--light {
  color: #19baed;
}
.button--smaller {
  font-size: 15px;
  line-height: 19px;
  border-radius: 35px;
  padding: 2px 10px;
  max-height: 30px;
  border: 1px solid inherit;
}
.button--small {
  font-size: 13px;
  line-height: 14px;
  border-radius: 20px;
  padding: 2px 10px;
  max-height: 26px;
  border: 1px solid inherit;
}
.button--glass {
  background: rgba(255, 255, 255, 0.34);
}
.button--glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out;
}

.link {
  color: #19baed;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .button.is-large, #mc_embed_signup .is-large.button {
    font-size: 1.3rem;
  }
}
.button[disabled], #mc_embed_signup [disabled].button {
  color: #222;
}

.related-product {
  margin-bottom: 10px;
  padding: 15px;
  border: 3px solid transparent;
  display: inline-block;
  transition: 0.1s ease;
  text-align: center;
}
.related-product:hover {
  border: 3px solid #E1C3FF;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.1s ease;
}
.related-product__image {
  max-width: 200px;
  margin: auto;
}
.related-product__image img {
  border-radius: 10px;
}
.related-product__info {
  margin-top: 15px;
  margin-bottom: 10px;
}

.-boxed {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 20px;
}

.bg-create-together-art-box {
  background-color: #e50052;
}
.bg-create-together-art-box-light {
  background-color: #fcd5dc;
}
.bg-create-together-art-box-detail {
  background-color: #c10045;
}

.bg-my-artist-box {
  background-color: #19baed;
}
.bg-my-artist-box-light {
  background-color: #d8f2fb;
}
.bg-my-artist-box-detail {
  background-color: #049fd1;
}

.bg-purple-box {
  background-color: #50247b;
}
.bg-purple-box-light {
  background-color: #F8F1FF;
}
.bg-purple-box-detail {
  background-color: #3c0370;
}

.fixed-to-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.brands {
  background-color: #e1c3ff !important;
}

.brand-link {
  bottom: -8% !important;
}

#monthly-box-text {
  color: #50247b !important;
}

.product {
  display: flex;
  flex-direction: column;
  width: 235px;
}

.product-box {
  height: 395px;
}

.product-bonus {
  height: 345px;
}

.product-image-box {
  height: 235px;
  width: 235px;
}

.product-image-box a {
  height: 100%;
  width: 100%;
}

.product-image-box a img {
  height: 100%;
  width: 100%;
}

.product-image-bonus {
  height: 235px;
  width: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-image-bonus a {
  display: block;
  height: auto;
  width: auto;
}

.product-image-bonus a img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 245px;
  width: 235px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 10px;
}

.product-text.bg-purple-box {
  height: 153px;
}

.product-text-header {
  color: #ffffff;
  margin-top: 20px;
}

.product-text-cart {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.product-text-cart button {
  color: #1a1a1a;
}

.product-cart-quantity {
  display: none;
  width: 100%;
  color: #ffffff;
}

.product-item-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  color: #1a1a1a;
  font-weight: bold;
  font-size: x-large;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  cursor: pointer;
}

.product-item-count {
  margin: 0 5px;
}

.product-price {
  border: 1px solid #ffffff;
  font-size: 17px;
  color: #ffffff;
  padding: 1px 5px;
}

.product-text small {
  font-size: 11px;
  color: #ffffff;
  margin-top: 3px;
}

.product-price {
  border: 1px solid #ffffff;
  font-size: 17px;
  color: #ffffff;
  padding: 1px 5px;
}

.product-link {
  background-color: transparent;
  text-align: left;
  position: relative;
  top: 247px;
}

.link-bonus {
  top: 207px;
}

.product-link a {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  padding: 1px 24px;
  border-radius: 4px;
  border-bottom-right-radius: 20px;
}

.bubble-selected {
  background-color: #e50052 !important;
  color: white;
}

.text-selected {
  color: #e50052;
}

.hr-selected {
  background-color: #e50052 !important;
  border-color: #e50052 !important;
}

form {
  margin: 0;
}

.promo-requirement-progression {
  background-color: #efefef;
  padding: 40px 0 !important;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.progression-status {
  width: 75% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.progression-stages {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 50px;
}

.progression-stages hr {
  background-color: white;
  border: 3px solid white;
}

.stage-bubble {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e50052;
  background-color: white;
  margin-top: 7px;
  font-weight: bold;
  flex-shrink: 0;
  /* Prevent shrinking */
  flex-grow: 0;
  /* Prevent growing */
}

.progression-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 47px;
}

.stage-text {
  font-weight: bold;
}

.add-selected {
  width: 25% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .float-frame {
    background-color: #50247b;
    padding: 30px 20px;
  }

  .promo-requirement-progression {
    flex-direction: column;
    padding: 3px 0 15px 0 !important;
  }

  .progression-status {
    width: 100% !important;
  }

  .progression-stages {
    padding: 0 45px;
  }

  .stage-bubble {
    width: 32px;
    height: 32px;
    margin-top: 11px;
  }

  .add-selected {
    width: 100% !important;
    margin-top: 15px;
  }

  .progression-text {
    padding: 0 37px;
  }
}
@media screen and (max-width: 480px) {
  .float-frame {
    padding: 0 0 30px;
  }

  .promo-hero-img {
    padding: 0;
  }

  .promo-hero-img img {
    max-width: max-content;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .promo-hero-text {
    padding: 20px 30px 0;
  }

  .brand {
    height: 320px;
  }

  .brand-link {
    bottom: -8% !important;
  }
}

/*# sourceMappingURL=promo2.css.map */
