@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap");
.-green {
  color: #4DCA0E;
}

.bg-green {
  background-color: #4DCA0E;
}

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

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

.-light-mauve {
  color: #D8C2DE;
}

.bg-light-mauve {
  background-color: #D8C2DE;
}

.blurb {
  background: #fff;
  padding: 8%;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(80, 36, 123, 0.24);
}
.blurb__headline {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}
.blurb__image {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .blurb__image {
    margin: auto;
  }
}
.blurb__link {
  align-items: stretch;
  display: flex;
}
@media screen and (min-width: 768px) {
  .blurb--single {
    padding: 8% 12%;
  }
  .blurb--single img {
    margin-bottom: 20px;
  }
  .blurb--row {
    display: flex;
  }
  .blurb--row .blurb__content {
    margin-left: 20px;
  }
}

a > .blurb {
  color: #4a4a4a;
  transition: 0.2s ease;
}
a > .blurb:hover {
  box-shadow: 4px 3px 20px rgba(80, 36, 123, 0.3);
  transition: 0.2s ease;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
}
.hero:before {
  background-image: url(/img/hero/paint-banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  width: 100%;
  max-height: 300px;
}
@media screen and (min-width: 1024px) {
  .hero:before {
    position: absolute;
    z-index: -1;
    height: 100%;
  }
}
.hero__banner {
  display: block;
  padding: 4% 4% 6% 4%;
  background: #50247b;
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__banner {
    margin-top: 100px;
  }
}
.hero__product {
  max-width: 900px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .hero__product {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__product {
    margin-top: -50px;
    padding: 30px;
  }
}
.hero__form {
  padding: 30px;
}

.hero--DAMAB:before {
  background-image: url(/img/hero/hero-damab-faded.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.activity {
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .activity:last-child {
    margin-bottom: 0;
  }
}
.activity--art {
  border-color: #50247b;
}
.activity--biography {
  border-color: #FC00C4;
}
.activity--diorama {
  border-color: #F69126;
}
.activity--origami {
  border-color: #00CABE;
}
.activity--science {
  border-color: #4dca0e;
}
.activity--quality {
  border-color: #F69126;
}
.activity--recipe {
  border-color: #e50052;
}
.activity--email {
  border-color: #19baed;
}
.activity__icon {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .activity__icon {
    top: -35px;
    max-width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__icon {
    position: absolute;
    left: -50px;
    flex: 1;
  }
}
.activity__content {
  font-family: "Karla", sans-serif;
}
@media screen and (max-width: 768px) {
  .activity__content {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .activity__content {
    flex: 7;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .activity {
    flex-direction: column;
  }
}
.activity__image {
  max-width: 200px;
}
.activity__image-wrap {
  position: relative;
}
.activity__ingredients {
  text-align: left;
  display: inline-block;
  margin: auto;
}
.activity__pinterest {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .activity__pinterest {
    text-align: right;
  }
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 15px;
}

.activity--borderless {
  display: flex;
  border: none;
  padding: 5px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.activity--borderless .activity__icon {
  max-width: 70px;
  left: -20px;
}
.activity--borderless .activity__content {
  padding-left: 50px;
  text-align: left;
}

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

:root {
  --primary: #50247B;
  --secondary: #1ABAED;
  --text-color: #2e2e2e;
  --light-grey: #F0F0F0;
  --support-color: #F501CE;
}

.-green {
  color: #4DCA0E;
}

.bg-green {
  background-color: #4DCA0E;
}

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

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

.-light-mauve {
  color: #D8C2DE;
}

.bg-light-mauve {
  background-color: #D8C2DE;
}

.blurb {
  background: #fff;
  padding: 8%;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(80, 36, 123, 0.24);
}

.blurb__headline {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}

.blurb__image {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .blurb__image {
    margin: auto;
  }
}
.blurb__link {
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 768px) {
  .blurb--single {
    padding: 8% 12%;
  }

  .blurb--single img {
    margin-bottom: 20px;
  }

  .blurb--row {
    display: flex;
  }

  .blurb--row .blurb__content {
    margin-left: 20px;
  }
}
a > .blurb {
  color: #4a4a4a;
  transition: 0.2s ease;
}

a > .blurb:hover {
  box-shadow: 4px 3px 20px rgba(80, 36, 123, 0.3);
  transition: 0.2s ease;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
}

.hero:before {
  background-image: url(/img/hero/paint-banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  width: 100%;
  max-height: 300px;
}

@media screen and (min-width: 1024px) {
  .hero:before {
    position: absolute;
    z-index: -1;
    height: 100%;
  }
}
.hero__banner {
  display: block;
  padding: 4% 4% 6% 4%;
  background: #50247b;
  color: white;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .hero__banner {
    margin-top: 100px;
  }
}
.hero__product {
  max-width: 900px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .hero__product {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__product {
    margin-top: -50px;
    padding: 30px;
  }
}
.hero__form {
  padding: 30px;
}

.hero--DAMAB:before {
  background-image: url(/img/hero/hero-damab-faded.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.activity {
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .activity:last-child {
    margin-bottom: 0;
  }
}
.activity--art {
  border-color: #50247b;
}

.activity--biography {
  border-color: #FC00C4;
}

.activity--diorama {
  border-color: #F69126;
}

.activity--origami {
  border-color: #00CABE;
}

.activity--science {
  border-color: #4dca0e;
}

.activity--quality {
  border-color: #F69126;
}

.activity--recipe {
  border-color: #e50052;
}

.activity--email {
  border-color: #19baed;
}

.activity__icon {
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .activity__icon {
    top: -35px;
    max-width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__icon {
    position: absolute;
    left: -50px;
    flex: 1;
  }
}
.activity__content {
  font-family: "Karla", sans-serif;
}

@media screen and (max-width: 768px) {
  .activity__content {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .activity__content {
    flex: 7;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .activity {
    flex-direction: column;
  }
}
.activity__image {
  max-width: 200px;
}

.activity__image-wrap {
  position: relative;
}

.activity__ingredients {
  text-align: left;
  display: inline-block;
  margin: auto;
}

.activity__pinterest {
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .activity__pinterest {
    text-align: right;
  }
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 15px;
}

.activity--borderless {
  display: flex;
  border: none;
  padding: 5px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.activity--borderless .activity__icon {
  max-width: 70px;
  left: -20px;
}

.activity--borderless .activity__content {
  padding-left: 50px;
  text-align: left;
}

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

:root {
  --primary: #50247B;
  --secondary: #1ABAED;
  --text-color: #2e2e2e;
  --light-grey: #F0F0F0;
  --support-color: #F501CE;
}

.-green {
  color: #4DCA0E;
}

.bg-green {
  background-color: #4DCA0E;
}

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

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

.-light-mauve {
  color: #D8C2DE;
}

.bg-light-mauve {
  background-color: #D8C2DE;
}

.blurb {
  background: #fff;
  padding: 8%;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(80, 36, 123, 0.24);
}

.blurb__headline {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
}

.blurb__image {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .blurb__image {
    margin: auto;
  }
}
.blurb__link {
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 768px) {
  .blurb--single {
    padding: 8% 12%;
  }

  .blurb--single img {
    margin-bottom: 20px;
  }

  .blurb--row {
    display: flex;
  }

  .blurb--row .blurb__content {
    margin-left: 20px;
  }
}
a > .blurb {
  color: #4a4a4a;
  transition: 0.2s ease;
}

a > .blurb:hover {
  box-shadow: 4px 3px 20px rgba(80, 36, 123, 0.3);
  transition: 0.2s ease;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
}

.hero:before {
  background-image: url(/img/hero/paint-banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  width: 100%;
  max-height: 300px;
}

@media screen and (min-width: 1024px) {
  .hero:before {
    position: absolute;
    z-index: -1;
    height: 100%;
  }
}
.hero__banner {
  display: block;
  padding: 4% 4% 6% 4%;
  background: #50247b;
  color: white;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .hero__banner {
    margin-top: 100px;
  }
}
.hero__product {
  max-width: 900px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .hero__product {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__product {
    margin-top: -50px;
    padding: 30px;
  }
}
.hero__form {
  padding: 30px;
}

.hero--DAMAB:before {
  background-image: url(/img/hero/hero-damab-faded.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.activity {
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .activity:last-child {
    margin-bottom: 0;
  }
}
.activity--art {
  border-color: #50247b;
}

.activity--biography {
  border-color: #FC00C4;
}

.activity--diorama {
  border-color: #F69126;
}

.activity--origami {
  border-color: #00CABE;
}

.activity--science {
  border-color: #4dca0e;
}

.activity--quality {
  border-color: #F69126;
}

.activity--recipe {
  border-color: #e50052;
}

.activity--email {
  border-color: #19baed;
}

.activity__icon {
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .activity__icon {
    top: -35px;
    max-width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__icon {
    position: absolute;
    left: -50px;
    flex: 1;
  }
}
.activity__content {
  font-family: "Karla", sans-serif;
}

@media screen and (max-width: 768px) {
  .activity__content {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .activity__content {
    flex: 7;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .activity {
    flex-direction: column;
  }
}
.activity__image {
  max-width: 200px;
}

.activity__image-wrap {
  position: relative;
}

.activity__ingredients {
  text-align: left;
  display: inline-block;
  margin: auto;
}

.activity__pinterest {
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .activity__pinterest {
    text-align: right;
  }
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 15px;
}

.activity--borderless {
  display: flex;
  border: none;
  padding: 5px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.activity--borderless .activity__icon {
  max-width: 70px;
  left: -20px;
}

.activity--borderless .activity__content {
  padding-left: 50px;
  text-align: left;
}

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

.bg-create-together-art-box {
  background-color: #e50052;
}

.bg-my-artist-box {
  background-color: #19baed;
}

.offer__button {
  color: #363636;
}

.hero-section {
  background-color: #f0ecec !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.hero-cover-img {
  width: 490px;
  height: 490px;
  position: relative;
}

.hero-cover-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.hero-message {
  height: 570px;
  width: 306px;
  margin-left: 25px;
}

.hero-banner {
  vertical-align: top;
  text-align: center;
  color: white;
  border-radius: 0 0 21px 21px;
  width: 320px;
}

.hero-banner-1 {
  background-color: #50247b;
  border-radius: 0 0 21px 21px;
}

.hero-banner-2 {
  padding: 10px 7px;
}

.hero-tagline {
  color: #50247b;
  margin-top: 25px;
}

.hero-review {
  margin-top: 25px;
}

.hero-price-link {
  text-align: center;
  margin-top: 25px;
}

.hero-price-link span {
  padding: 0 15px;
}

.box-section {
  background-color: #50247b;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 0;
}

.box-content {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 30px;
  margin: 0 15px;
  width: 975px;
}

.box-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-right: 25px;
  overflow-x: auto;
}

.box-images img {
  /*max-height: 70px;*/
  aspect-ratio: 1/1;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  min-width: 300px;
}

.box-description {
  text-align: center;
}

.box-description h2 {
  margin-bottom: 20px;
}

.box-description div {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.box-description-images {
  display: flex !important;
  flex-direction: row !important;
  max-height: 400px;
  max-width: 400px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scroll-snap-type: x mandatory !important;
}

.box-description-images img {
  max-height: 400px;
  max-width: 400px;
  aspect-ratio: 1/1;
  object-fit: cover !important;
  scroll-snap-align: center !important;
}

.box-description-images-sold-out {
  display: flex !important;
  flex-direction: row !important;
  max-height: 500px;
  max-width: 500px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scroll-snap-type: x mandatory !important;
}

.box-description-images-sold-out img {
  max-height: 500px;
  max-width: 500px;
  aspect-ratio: 1/1;
  object-fit: cover !important;
  scroll-snap-align: center !important;
}

.box-description-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  margin-left: 30px;
  text-align: left;
}

.box-description-text h1 {
  color: #50247b;
  margin-top: 20px;
  margin-bottom: 15px;
}

.box-description-text ol {
  margin-left: 20px;
  font-size: 20px;
}

.box-description-text ol li {
  margin-bottom: 25px;
}

.box-description-text ul {
  margin-left: 20px;
}

.cadence-activity-section {
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cadence-activity-content {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.cadence-activity div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cadence-activity div img {
  height: 75px;
  margin-right: 15px;
}

.cadence-activity-img img {
  height: 365px;
}

.purchase-benefits-section {
  background-color: #d8ccf4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.purchase-benefits {
  border-radius: 40px;
  background-color: white;
  margin-top: 15px;
  padding: 10px 0;
  width: 700px;
}

.purchase-benefit {
  padding: 10px 0;
}

.purchase-benefit:not(:first-child) {
  border-top: 1px solid black;
}

.purchase-benefit-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.purchase-benefit-header div {
  padding: 0 40px;
}

.purchase-benefit-header div:first-child {
  display: flex;
  flex-direction: row;
}

.purchase-benefit-header div:first-child h5 {
  margin: 7px 0 0 25px;
}

.purchase-benefit-header div:first-child img {
  height: 40px;
}

.purchase-benefit-desktop-img {
  display: block;
}

.purchase-benefit-mobile-img {
  display: none;
}

.purchase-benefit-header div:last-child {
  margin-top: 12px;
}

.purchase-benefit-content {
  font-weight: normal;
  margin: 10px 90px;
}

.final-offer-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #eeefef;
  padding: 20px 0;
}

.final-offer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 950px;
}

.final-offer-content img {
  max-height: 425px;
  margin-right: 30px;
}

.final-offer-link {
  text-align: center;
}

.past-products-section {
  background-color: #50247b;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.past-prdoucts-container {
  background-color: white;
  max-width: 950px;
  border-radius: 15px;
  padding: 7px 20px;
}

.past-products-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 7px;
}

.past-nav-buttons {
  width: 40px;
  height: 40px;
  background-color: #d8ccf4;
  color: #50247b;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.past-products-carousel {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.past-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: solid #e50052;
  border-radius: 10px;
  padding: 7px;
  margin: 3px;
  scroll-snap-align: end;
}

.past-product h5 {
  margin-bottom: 5px;
}

.past-product img {
  margin-bottom: 5px;
  max-width: 190px;
}

.past-product a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sr-only {
  /*position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;*/
  position: absolute;
  left: -9999px;
}

@media screen and (max-width: 768px) {
  .hero-section {
    width: 100%;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .hero-cover-img {
    width: 100%;
    padding-top: 100%;
    height: 0;
  }

  .hero-cover-img img {
    border-radius: 0;
  }

  .hero-message {
    height: 100%;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-banner-1 {
    border-radius: 0;
  }

  .hero-tagline, .hero-review, .hero-price-link {
    width: 260px;
    margin-top: 25px;
  }

  .box-section {
    padding: 15px 0;
  }

  .box-content {
    margin: 15px;
    padding: 15px;
    width: 100%;
  }

  .box-images {
    /*display: none !important;*/
  }

  .box-description h2 {
    margin-bottom: 10px;
  }

  .box-description-images {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description-images img {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description-images-sold-out {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description-images-sold-out img {
    max-height: 345px;
    max-width: 345px;
  }

  .box-description div {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .box-description-text {
    margin: 0 10px;
  }

  .box-description-text ol {
    font-size: 20px;
  }

  .box-description-text ol li {
    margin-bottom: 15px;
  }

  #box-pricing-link {
    text-align: center;
  }

  .cadence-activity-section {
    margin: 15px auto;
  }

  .cadence-activity-content {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    width: 300px;
  }

  .cadence-activity div img {
    height: 60px;
    margin-right: 8px;
  }

  .purchase-benefits-section {
    padding-bottom: 55px;
  }

  .purchase-benefits {
    width: 350px;
  }

  .purchase-benefit-header div {
    padding: 0 20px;
  }

  .purchase-benefit-header div:first-child h5 {
    margin-left: 15px;
  }

  .purchase-benefit-content {
    margin: 10px 20px;
  }

  .purchase-benefit-desktop-img {
    display: none;
  }

  .purchase-benefit-mobile-img {
    display: block;
  }

  .final-offer-content {
    flex-direction: column;
    margin: 0 15px;
  }

  .final-offer-content img {
    max-height: 360px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .past-prdoucts-container {
    max-width: 350px;
  }

  .past-nav-buttons {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .box-content {
    width: 93%;
  }
}
.contains__box {
  padding: 20px;
  margin: auto;
  position: relative;
  height: 100%;
}

.contains__box img {
  position: absolute;
}

.contains__box--box {
  width: 70%;
  left: -10%;
  max-width: 300px;
}

.contains__box--current {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .contains__box {
    height: 250px;
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.contains__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
}

@media screen and (min-width: 768px) {
  .contains__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .box-content {
    width: 100%;
  }
}
.contains__bg {
  background: #eee;
  grid-area: 2/2/14/11;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .contains__bg {
    border-radius: 0;
    grid-area: 4/1/8/16;
  }
}
@media screen and (min-width: 768px) {
  .contains__bg {
    grid-area: 3/1/9/16;
  }
}
.contains__text {
  grid-area: 3/3/5/10;
  text-align: center;
  color: #50247b;
}

@media screen and (min-width: 768px) {
  .contains__text {
    grid-area: 5/3/7/8;
    text-align: left;
  }
}
@media screen and (min-width: 1216px) {
  .contains__text {
    grid-area: 5/4/7/7;
  }
}
.contains__image-wrap {
  grid-area: 6/1/13/12;
}

@media screen and (min-width: 768px) {
  .contains__image-wrap {
    grid-area: 3/8/10/15;
  }
}
@media screen and (min-width: 1216px) {
  .contains__image-wrap {
    grid-area: 3/8/9/14;
  }
}
.contains__image {
  padding: 20px;
  margin: auto;
  position: relative;
  height: 100%;
}

.contains__image img {
  position: absolute;
}

.contains__image--box {
  width: 70%;
  left: -10%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .contains__image--box {
    display: none;
  }
}
.contains__image--current {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  max-width: 360px;
}

@media screen and (max-width: 1024px) {
  .contains__image {
    height: 250px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }
}
.icon-blurb {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-template-rows: 1fr;
  gap: 15px 18px;
  grid-template-areas: "icon text" ". .";
  align-items: center;
}

.icon-blurb__icon {
  grid-area: icon;
}

.icon-blurb__text {
  grid-area: text;
}

.hero--cadence {
  display: none;
  background-size: cover;
  position: relative;
  padding: 80px 20px;
  background: #50247b;
}

.hero--cadence > .hero__text {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .hero--cadence {
    display: block;
    background-size: contain;
    padding: 30px 20px;
  }
}
.hero__bar {
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.hero__bar--purple {
  background: #50247b;
}

@media screen and (max-width: 768px) {
  .hero__bar {
    height: 87%;
  }
}
.hero__box {
  padding: 30px;
  border-radius: 20px;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.12));
}

.hero__box--white {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .hero__box-image {
    max-width: 200px;
    margin: auto;
  }
}
.hero__list li {
  font-family: "Karla", sans-serif;
}

/*# sourceMappingURL=cadence.css.map */
/*# New Hero Section Styles  */
/* Import Manrope font */
.hero-container {
  max-width: 1200px;
  margin: 2.5rem auto;
  padding: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  color: #333;
}

/* LEFT SIDE */
.left-box {
  flex: 1 1 15rem;
  background: #fff;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
}

.left-box img {
  width: 80%;
  height: auto;
  border-radius: 0.625rem;
}

.seprator {
  width: 95%;
  border-bottom: 1px solid var(--primary);
  margin: 1rem 0 0.85rem 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.seprator span {
  position: absolute;
  /*left: 50%;
  right: 50%;*/
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  line-height: 4rem;
}

.hero-container .badge {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: #8338ec;
  color: #fff;
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 1.25rem;
  font-weight: 600;
}

.hero-container .age-badge {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: var(--primary);
  color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 3.125rem;
  font-weight: 600;
  position: absolute;
}

.award-row {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.9375rem;
  flex-wrap: wrap;
}

.award-row img {
  width: 7.375rem;
  height: auto;
  /*object-fit: contain;*/
}

/* RIGHT SIDE */
.right-box {
  flex: 1 1 26rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
}

.hero-container .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.hero-container .title h1 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
}

.hero-container .age-label {
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  font-weight: 600;
}

.hero-container .rating {
  color: #000000;
  font-size: 1.2rem;
  margin-top: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.135rem;
}

.hero-container .rating svg {
  width: 18px;
  color: #FFB200;
  fill: #FFB200;
}

.hero-container .rating span {
  margin-left: 5px;
}

.hero-container .rating span {
  color: #333;
  font-weight: 600;
}

.hero-container .chooseSubscription {
  font-weight: bold;
}

.hero-container .subtitle {
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.herosubtitle {
  font-size: 1.4rem;
  margin: 0.625rem 0;
  font-weight: 700;
}

/* PLANS SECTION */
.hero-container .plans, .subscription .plans {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 20px;
}

.hero-container .plans, .subscription .plans {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* Desktop: 3 plans per row */
.hero-container .plan, .subscription .plan {
  flex: 1 1 calc(33.333% - 1rem);
  border: 1px solid #50247B;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  background: #F0F0F0;
  transition: 0.3s;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.subscription .plan.active {
  border: 2px solid #F501CE !important;
  box-shadow: 0 5px 5px rgba(127, 43, 220, 0.4) !important;
}

/* Hover effect */
.hero-container .plan:hover {
  border-color: #7f2bdc;
  box-shadow: 0 0 0.625rem rgba(127, 43, 220, 0.15);
}

/* Active plan */
.hero-container .plan.active, .subscription .plans.active {
  border: 2px solid var(--support-color);
  background: #F0F0F0;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.55);
}

/*
.hero-container .plan.active .desc span, .subscription .plans.active .desc span{
	color:var(--support-color);
	}*/
/*
.hero-container .plan[data-slug="twelve-months"] .desc span, .hero-container .plan[data-slug="twelve-months"] .select-rounded, .subscription .plan[data-slug="twelve-months"],.subscription .plan[data-slug="twelve-months"] .desc span, .subscription .plan[data-slug="twelve-months"] .select-rounded{

	color:#1ABAED;
}



.hero-container .plan[data-slug="twelve-months"], .hero-container .plan[data-slug="twelve-months"] .select-rounded, .subscription .plan[data-slug="twelve-months"], .subscription .plan[data-slug="twelve-months"] .select-rounded{
    border: 1px solid #1ABAED !important;
}

.hero-container .plan[data-slug="twelve-months"].active, .subscription .plan[data-slug="twelve-months"].active, .hero-container .plan[data-slug="twelve-months"].active .select-rounded, .subscription .plan[data-slug="twelve-months"].active .select-rounded{
    border: 1px solid #F501CE !important;
}


.hero-container .plan[data-slug="twelve-months"] .tag, .subscription .plan[data-slug="twelve-months"] .tag {
    background-color: #1ABAED !important;
}


.hero-container .plan[data-slug="twelve-months"].active .tag, .subscription .plan[data-slug="twelve-months"].active .tag  {
    background-color: #F501CE !important;
}*/
.hero-container .save, .subscription .plan .save {
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
}

/* Typography */
.hero-container .plan h3, .subscription .plans h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.hero-container .plan .price, .subscription .plans .price {
  font-size: 1.9rem;
  margin: 0.375rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.hero-container .plan .price .save,
.subscription .plans .price .save {
  font-size: 0.685rem !important;
  font-weight: 600;
  margin: -0.3rem 0;
  text-transform: uppercase;
  color: var(--primary);
}

.hero-container .plan.oneMonth .price .save,
.subscription .plans.oneMonth .price .save {
  font-size: 0.685rem !important;
  font-weight: normal !important;
  margin: -0.3rem 0;
  text-transform: uppercase;
  color: #4a4a4a;
}

.hero-container .plan.oneMonth .price .billed,
.subscription .plans.oneMonth .price .billed {
  font-size: 0.8rem !important;
  font-weight: 600;
  margin: -0.3rem 0;
  text-transform: uppercase;
  color: var(--primary);
}

.hero-container .plan .desc, .subscription .plans .desc {
  color: #50247B;
  font-size: 0.8175rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  border-top: 1px solid #cccccc;
  padding: 8px 0 0 0;
}

.hero-container .plan .desc span, .subscription .plans .desc span {
  color: var(--primary);
  display: block;
}

.hero-container .plan .billed {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-container .plan.oneMonth, .subscription .plan.oneMonth {
  padding: 0.625rem 2.35rem;
}

.hero-container .plan.oneMonth .desc, .subscription .plan.oneMonth .desc {
  border-top: none;
  padding: 0 0 0 0;
  color: #000000;
}

.hero-container .plan.oneMonth, .subscription .plan.oneMonth {
  display: flex;
  justify-content: space-between;
  display: flex;
  margin: 0.75rem 0 1.25rem 0;
  border: 2px solid #1A9CED;
}

.hero-container .plan.oneMonth h3, .hero-container .plan.oneMonth div, .subscription .plan.oneMonth h3, .subscription .plan.oneMonth div {
  align-self: center;
}

.hero-container .plan.oneMonth .desc, .subscription .plan.oneMonth .desc {
  margin: 0;
}

.hero-container .plan .save, .subscription .plan .save {
  color: #4a4a4a !important;
  text-transform: uppercase;
}

.hero-container .plan.oneMonth .tag, .subscription .plan.oneMonth .tag {
  display: none;
}

.hero-container .plan .details, .subscription .plan .details {
  margin-top: 15px;
}

/* Badge */
.plan .tag {
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.375rem;
  width: 100%;
  position: relative;
  top: -1.25rem;
  /*left: -0.375rem;*/
  text-align: center;
  text-transform: uppercase;
}

.hero-container .plan.active .tag, .subscription .plan.active .tag {
  background-color: var(--support-color);
}

.one-time {
  margin: 1.25rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #555;
  background-color: var(--light-grey);
  border-radius: 0.625rem;
  border: 1px solid var(--primary);
  padding: 1rem 0.5rem;
}

.one-time.active {
  border: 2px solid var(--support-color);
}

.one-time.saveBlock {
  border: 2px solid #1A52ED;
  margin-top: 1.7rem;
}

.one-time .inner {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.one-time .inner .save {
  font-size: 11px;
  color: #50247B;
  line-height: 14px;
  align-self: center;
}

.one-time .inner .planSubs {
  margin-left: 2.5rem;
  align-self: center;
}

.one-time .inner .planSubsPrice {
  margin-right: 2.5rem;
  font-size: 26px;
  align-self: center;
}

.one-time .inner .save span {
  font-size: 12px;
  color: #555555;
  display: block;
}

.subscription {
  max-width: 665px;
  margin: 50px auto 0 auto;
}

.subscription.new {
  max-width: 1240px;
  margin: 70px auto 0 auto;
}

.subscription.new .choose-first-box select {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.subscription.new .choose-first-box {
  text-align: left !important;
}

.subscription .subscribe-row {
  margin: 10px 0 0 0;
}

.subscription .title {
  font-size: 2.4rem;
  padding: 0 !important;
  margin: 0 !important;
}

.subscription .subtitle {
  font-size: 1.2rem;
  padding: 0;
  margin: 10px 0 40px 0 !important;
  font-weight: bold;
}

.subscription-inner {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

.txt-left {
  text-align: left;
}

.subscription-img {
  max-width: 500px;
}

.subscription-img img {
  border-radius: 10px;
}

.flex-2 {
  flex: 2;
}

.hero-container .subscribe-row, .subscription .subscribe-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.hero-container .quantity, .subscription .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.5rem;
  background-color: #ffffff;
  justify-content: center;
}

.hero-container .quantity button, .subscription .quantity button {
  border: none;
  background: #ffffff;
  padding: 0.5rem 0.875rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
}

.quantity input {
  width: 2.5rem;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
}

.hero-container .subscribe-btn, .subscription .subscribe-btn {
  background: #00a3d7;
  color: #fff;
  padding: 1rem 1.5625rem;
  border: none;
  border-radius: 3.125rem;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  flex: 1;
  transition: 0.3s ease-out all;
}

.hero-container .subscribe-btn span, .subscription .subscribe-btn span {
  color: #F0F0F0 !important;
  text-decoration: line-through;
}

.hero-container .subscribe-btn:hover, .subscribe-row .subscribe-btn:hover {
  background: var(--primary);
}

.hero-container .subscribe-btn.is-disabled, .blue-btn.is-disabled {
  /* light gray */
  /* background-color: #d1d5db;
   opacity: 0.6;
   color: #9ca3af;*/
  background-color: #00a3d7;
  color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
}

.subscribe-btn.is-disabled {
  background-color: #00a3d7;
  /* light gray */
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.hero-container .note, .subscription .note {
  margin-top: 1.25rem;
  color: #666;
  font-size: 0.8125rem;
  text-align: center;
}

.alertMsg {
  padding: 5px 0;
  color: red;
  font-size: 12px;
  text-align: left;
}

/* SLIDER */
.hero-container .slider {
  position: relative;
  overflow: hidden;
}

.hero-container .slider {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0 0;
  overflow: hidden;
}

.hero-container .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.hero-container .slides > div {
  min-width: 100%;
  position: relative;
  height: 495px;
}

.hero-container .slides img,
.hero-container .slides video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: contain;
}

/* Optional: Make video fill container nicely */
.slides video {
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* Navigation Buttons */
.hero-container .prev, .hero-container .next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  color: #000000;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  background: none;
}

.hero-container .prev:hover, .hero-container .next:hover {
  transform: translateY(-50%) scale(1.1);
}

.hero-container .prev {
  left: -43px;
}

.hero-container .next {
  right: -40px;
}

.creative-section {
  /* padding: 60px 300px;*/
  padding: 60px 20px;
  background: #f2eef7;
  /* light lavender (from your screenshot) */
}

.creative-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.creative-content {
  max-width: 450px;
  margin-left: 50px;
}

.creative-content h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 15px 0;
  line-height: 1.2;
  color: #000;
}

.creative-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.creative-image {
  box-sizing: border-box;
  padding-right: 35px;
}

.creative-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 8px;
  display: block;
}

.creative-image iframe html body #player {
  border-radius: 10px !important;
}

.creative-video {
  width: 100%;
  height: 475px;
  object-fit: cover;
  display: block;
}

.video-wrapper {
  width: 100%;
  max-width: 385px;
  aspect-ratio: 385/481;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px 0;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.perks-section {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.perks-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.perks-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}

.perk {
  width: 220px;
}

.perk img {
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}

.perk h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
}

.perk p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
}

.perk-btn {
  background: #21c2f8;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

perk-btn:hover {
  background: var(--primary);
}

.perk-btn:hover {
  background: var(--primary);
}

.blue-btn {
  background: #21c2f8;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.blue-btn:hover {
  background: var(--primary);
}

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

/* ===========================
   Box of the Month Style
=========================== */
.box-month-section {
  background-color: #F0F0F0;
  padding: 60px 150px;
  text-align: center;
  position: relative;
}

.box-month-section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.box-month-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 2rem;
}

.txt-box {
  display: inline-block;
}

.dropdown.choose-first-box select {
  background-color: #ffffff !important;
}

/* Slider Container */
.box-slider-wrapper {
  width: 92%;
  max-width: 821px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0px 8px 8px 8px;
  border-radius: 1.5rem;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.box-month-section a.learn-more-btn:hover {
  background-color: var(--primary);
  transform: translateY(0);
  box-shadow: none;
  color: #ffffff;
}

.box-slider {
  position: relative;
  overflow: hidden;
  /* border-radius: 1.5rem;
   background: #fff;
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
   margin-bottom: 70px;*/
  max-width: 1000px;
  margin: 0 auto;
}

.box-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.box-card {
  min-width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.box-slider .box-images {
  width: 100%;
  max-width: 380px;
  /*min-width:300px;
           height: 310px;*/
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none !important;
  margin-left: 15px;
}

.box-slider .box-images img {
  width: 100%;
  /*object-fit: cover;
  max-height:100%;*/
  max-height: auto !important;
  box-shadow: none !important;
  margin-left: auto;
  margin-right: auto;
}

.projects-list {
  text-align: left;
  width: 100%;
  max-width: 400px;
}

.projects-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.projects-list ul {
  list-style: none;
  font-size: 0.9375rem;
  color: #444;
  line-height: 1.4;
}

.projects-list ul li {
  margin-bottom: 5px;
  display: flex;
}

.projects-list li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  margin-right: 0.5rem;
}

.learn-more-btn {
  margin-top: 1rem;
  background: #00c2e0;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.875rem 2.5rem;
  border-radius: 3rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 194, 224, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.learn-more-btn:hover {
  background: #00a8c7;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 194, 224, 0.4);
}

/* Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #2d3436;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  transition: all 0.3s ease;
  display: none !important;
}

.box-month-section .nav-arrow {
  display: block !important;
}

.nav-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.nav-arrow.prev {
  left: -3rem;
}

.nav-arrow.next {
  right: -3rem;
}

.offer__accolade-image--apron2 {
  top: -14px;
  max-width: 25px;
  position: absolute;
  left: 1px;
}

/* Responsive */
/* ===========================
   Important Section Style
=========================== */
.art-importance-section {
  max-width: 100%;
  margin: 60px auto;
  /* background: #e8e1ff;*/
  background: #50247B1A;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.art-importance-content {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 3rem 0rem;
  width: 1080px;
  margin: 0 auto;
}

.art-importance-image {
  flex: 1;
  min-height: 200px;
  background-color: #D9D9D9;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #aaa;
  font-style: italic;
}

.art-importance-image img {
  width: 100%;
  border-radius: 10px;
}

.art-importance-text {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.art-importance-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.art-importance-desc {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.learn-more-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.learn-more-link:hover {
  color: var(--secondary);
}

.select-rounded {
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.3rem 0.3rem 0.3rem 0.4rem;
  margin: 0.8rem 0;
  border: 1px solid var(--primary);
  font-size: 0.8rem;
}

.hero-container .select-rounded {
  margin: 0.8rem 0 0 0;
}

/* ===========================
   Testimonial section style
=========================== */
.testimonial-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  padding: 60px 0;
}

.testimonial-content {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  flex: 1;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.stars {
  color: #f5a623;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.testimonial-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #2d2d2d;
}

.author {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.read-reviews {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
}

.read-reviews:hover {
  text-decoration: underline;
}

.image-container {
  flex: 1;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.craft-box {
  position: relative;
  width: 100%;
  max-width: 380px;
}

.craft-box img {
  width: 100%;
  height: auto;
  display: block;
}

.award-badge {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 120px;
  height: auto;
  z-index: 10;
}

/* ===========================
   Art Box in Action style
=========================== */
.artbox-section {
  max-width: 1240px;
  margin: 0 auto 20px auto;
  text-align: center;
  position: relative;
}

.artbox-title {
  margin-bottom: 25px;
  font-size: 2.4rem;
}

/* ---------- Slider ---------- */
.artbox-slider {
  position: relative;
  overflow: hidden;
  padding: 0rem 0;
}

.artbox-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-wrap: wrap;
  justify-content: center;
}

.artbox-slide {
  flex: 0 0 30.333%;
  padding: 0 1.25rem;
  position: relative;
}

.artbox-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
  /* same height for every image */
  display: block;
}

/* ---------- Arrow Buttons (SVG) ---------- */
.artbox-nav {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  transition: all 0.3s ease;
  background: transparent;
  display: none;
}

.artbox-nav:hover {
  transform: translateY(-50%) scale(1.12);
}

.artbox-prev {
  left: -3rem;
}

.artbox-next {
  right: -2.5rem;
}

.artbox-nav svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

/*******Choose First Box*************/
.choose-first-box {
  margin-bottom: 20px;
}

.choose-first-box label {
  font-size: 1rem;
  font-weight: bold;
}

.choose-first-box select {
  width: 100%;
  background-color: #F0F0F0;
  font-size: 1rem;
  border: 1px solid #50247B;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 0.625rem;
  height: 45px;
  padding-left: 20px;
}

/* ===========================
   Try Section
=========================== */
.tryout-section {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 0 0;
}

.tryout-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #2d3436;
}

.tryout-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2.5rem;
}

p.tryout-subtitle {
  padding: 0;
  margin: -10px 0 2rem 0;
}

.tryout-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.tryout-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 280px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 1px solid #EEEEEE;
}

.tryout-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.age-badge {
  display: inline-block;
  background: var(--primary);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  margin-bottom: 1rem;
  position: absolute;
  left: 0;
}

.card-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-images img {
  width: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
  background: #f8f9fa;
  padding: 0.25rem;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3436;
  margin-top: 1rem;
  width: 100%;
}

.card-price {
  font-size: 1rem;
  font-weight: 700;
  color: #2d3436;
}

.shop-all-link {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.shop-all-link:hover {
  color: var(--secondary);
  border-color: #5a4fcf;
}

/* ===========================
   FAQ Section
=========================== */
.faq-wrapper {
  /* background-color:#d8ccf4;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 0 10px 0;
}

.faq-container {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background-color: white;
  border-radius: 40px;
  padding: 20px 0;
  border: 1px solid #ccc;
}

.faq-item {
  border-bottom: 1px solid #000000;
  padding: 15px 20px 15px 40px;
}

.faq-item:last-child {
  border-bottom: none !important;
}

.faq-question {
  width: 100%;
  text-align: left;
  font-size: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: normal;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 24px;
  transition: 0.3s;
  font-weight: normal;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer svg {
  margin-left: 3px;
}

.faq-answer ul {
  list-style-type: disc;
  padding: 10px 0 10px 40px;
}

.faq-answer p {
  padding: 15px 15px 0 5px;
  margin: 0;
}

/* Responsive Grid */
@media (min-width: 640px) {
  .tryout-grid {
    justify-content: center;
  }

  .tryout-card {
    width: calc(50% - 0.75rem);
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .tryout-card {
    width: calc(20% - 1.125rem);
  }
}
@media (max-width: 480px) {
  .tryout-title {
    font-size: 1.75rem;
  }

  .card-images img {
    width: 100%;
  }
}
/*********Rating Section***********/
.rating-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}

.rating-header {
  display: flex;
  flex-direction: column;
  align-items: first baseline;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.average-rating {
  font-size: 48px;
  font-weight: 700;
  margin-right: 12px;
  color: #222;
}

.stars {
  display: flex;
  gap: 4px;
  text-align: left;
  position: relative;
  left: -20px;
}

.star {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFB800"><path d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.rating-container .filters {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #555;
  height: 20px;
  position: relative !important;
}

.rating-container .filters div {
  display: flex;
  flex-direction: row;
}

.rating-container .filters select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  height: 24px !important;
  width: auto !important;
  padding: 0 !important;
  display: inherit !important;
  margin-left: 15px;
}

.review {
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}

.review:last-child {
  border-bottom: none;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.reviewer-name {
  font-weight: 600;
  font-size: 16px;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  background-color: #e6f7ff;
  color: #11b1a7;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 8px;
  border-radius: 16px;
  line-height: 1;
  border: 1px solid #11b1a7;
}

.verified-badge svg {
  fill: #11b1a7 !important;
  /* This is correct — matches text */
  margin-right: 4px;
  vertical-align: -1px;
  width: 12px;
  height: 12px;
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-left: 4px;
}

.review-stars .star {
  width: 16px;
  height: 16px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}

.review-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.review-actions img {
  width: 16px;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #888;
  font-size: 13px;
  cursor: pointer;
}

.action-btn svg {
  width: 16px;
  height: 16px;
  fill: #888;
}

.more-link {
  text-align: right;
  margin-top: 20px;
}

.more-link a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.more-link a:hover {
  text-decoration: underline;
}

/*********End********************/
/***********************************/
.light-blue-bg {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #1ABAED1A;
  padding: 60px;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1500px) {
  .creative-section {
    /*padding: 60px 150px !important;*/
  }
}
@media (max-width: 1200px) {
  .creative-section {
    /*  padding: 60px 100px !important;*/
  }
}
@media (max-width: 1024px) {
  .creative-image {
    box-sizing: border-box;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .testimonial-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .month-box-card {
    flex-direction: column;
    text-align: center;
  }

  .box-image,
.box-details {
    width: 100%;
  }

  .box-details {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .month-box-section h2 {
    font-size: 22px;
  }

  .box-details ul li {
    font-size: 13px;
  }

  .arrow-btn {
    font-size: 18px;
    padding: 8px 10px;
  }

  .creative-section {
    /* padding: 60px 50px !important;*/
  }
}
/* RESPONSIVE */
/* Tablet: 2 per row */
@media (max-width: 992px) {
  .hero-container .plan {
    flex: 1 1 calc(50% - 1rem);
    margin-bottom: 15px;
  }

  .creative-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .creative-content h2 {
    font-size: 1.8rem;
  }

  .creative-content p {
    font-size: 0.95rem;
  }

  .creative-image img {
    max-width: 100%;
  }
}
/*********min width 768 **************/
@media (min-width: 768px) {
  .box-card {
    flex-direction: row;
    align-items: stretch;
    text-align: center;
    gap: 2.5rem;
  }

  .box-images {
    flex: 0 0 45%;
    max-width: none;
    height: auto;
  }

  .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box-card {
    flex-direction: row;
    align-items: stretch;
    text-align: center;
    padding: 10px !important;
    gap: 2.5rem;
  }

  .box-images {
    flex: 0 0 45%;
    max-width: none;
    height: auto;
  }

  .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .projects-list {
    max-width: none;
  }

  .learn-more-btn {
    margin-top: 1.5rem;
  }

  .art-importance-content {
    flex-direction: row;
    align-items: center;
    padding: 4rem 0rem;
    gap: 0rem;
  }

  .art-importance-image {
    max-width: 480px;
    min-height: 300px;
  }

  .art-importance-title {
    font-size: 3rem;
  }

  .art-importance-text {
    flex: 0 0 43%;
    margin-left: 35px;
  }

  .testimonial-container {
    flex-direction: row;
    align-items: stretch;
    gap: 3rem;
  }

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

  .image-container {
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  .nav-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .award-row {
    flex-wrap: nowrap;
  }

  .award-row img {
    max-width: 30%;
    /* shrink images */
    height: auto;
  }

  .hero-container .slides > div {
    height: auto !important;
  }

  .subscription .subscribe-row {
    margin-top: 10px;
  }

  .creative-content {
    margin-left: 0;
  }

  .subscription-inner {
    flex-wrap: wrap;
  }

  .box-slider .box-images {
    margin-left: auto !important;
    margin-right: 0;
  }

  .box-slider-wrapper {
    width: 90%;
  }

  .nav-arrow.prev {
    left: -2.3rem;
  }

  .nav-arrow.next {
    right: -2.3rem;
  }

  .faq-container {
    max-width: 90%;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .box-month-section {
    padding: 30px 10px !important;
  }

  .box-card {
    padding: 10px;
    text-align: left;
    align-items: left;
  }

  .box-images img {
    width: 330px;
  }

  .nav-arrow.prev {
    left: -2rem;
  }

  .nav-arrow.next {
    right: -2rem;
  }

  .art-importance-text {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }

  .art-importance-content {
    width: 100%;
    text-align: center;
    /*border:1px solid red;*/
  }

  .creative-wrapper {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .box-month-title {
    font-size: 1.65rem;
  }

  .box-card {
    /* padding: 1.5rem;*/
    padding: 1.5rem 0 0 0;
  }

  .nav-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .light-blue-bg {
    padding: 20px 12px;
  }

  .right-box {
    padding-left: 2px;
  }

  .subscription .plan {
    margin-bottom: 16px;
  }

  .art-importance-desc {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .perk {
    width: 45%;
  }

  .month-box-card {
    flex-direction: column;
    text-align: center;
  }

  .box-details {
    text-align: center;
  }

  .arrow-btn {
    font-size: 1.5rem;
  }

  .hero-container {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .artbox-slide {
    padding: 0 0.25rem;
  }

  .artbox-title {
    font-size: 2.4rem;
  }

  .artbox-caption {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }

  .artbox-nav {
    width: 4.2rem;
    height: 4.2rem;
  }

  .artbox-nav svg {
    width: 1.6rem;
    height: 1.6rem;
  }

  .artbox-prev {
    left: -2rem;
  }

  .artbox-next {
    right: -2.5rem;
  }
}
/* Mobile: full width */
@media (max-width: 600px) {
  .hero-container .plan {
    flex: 1 1 100%;
  }

  .subscribe-row {
    text-align: center;
  }

  .hero-container .quantity, .subscription .quantity {
    margin-top: 10px;
  }

  .hero-container .subscribe-row, .subscription .subscribe-row {
    display: block;
  }

  .hero-container .subscribe-btn, .subscription .subscribe-btn {
    margin: 15px auto 0 auto;
    display: flex;
  }
}
/* Mobile: text full width */
@media (max-width: 480px) {
  .perk {
    width: 100%;
  }

  .perks-section h2 {
    font-size: 1.6rem;
  }

  .art-importance-content {
    padding: 2rem 0rem;
  }

  .art-importance-title {
    font-size: 1.75rem;
  }

  .art-importance-image {
    max-width: 280px;
    min-height: 180px;
  }

  .artbox-slide {
    padding: 0 0.25rem;
  }

  .artbox-nav {
    width: 2.4rem;
    height: 2.4rem;
  }

  .artbox-nav svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
/*# sourceMappingURL=cadence_b.css.map */
.BtmMobile-target {
  position: relative;
}

@media (max-width: 767px) {
  .BtmMobile {
    position: fixed !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 5px;
  }

  .BtmMobile.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .banner.banner--winter {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s ease;
  }

  .banner.banner--winter.fade-out {
    transform: translateY(-100%);
    opacity: 1;
    pointer-events: none;
  }

  .BtmMobile2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    border-top: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 3px 5px 5px 5px;
  }

  .BtmMobile2.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

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