@import 'Blossom/Sparc.Blossom.1g9f8j2us5.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/Sparc2/Catalog/Catalog.razor.rz.scp.css */
.catalog[b-pjlkzgdhzp] {
  grid-column: 1/span 12;
}
.catalog .page-container[b-pjlkzgdhzp] {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.catalog .page-container > *[b-pjlkzgdhzp] {
  width: 50%;
}
.catalog .left[b-pjlkzgdhzp] {
  overflow-y: auto;
  padding-bottom: 32px;
}
.catalog .left-container[b-pjlkzgdhzp] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.catalog .left .product-card[b-pjlkzgdhzp] {
  aspect-ratio: 3/4;
  width: calc(100% - 32px);
  height: auto;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.catalog .left .product-card .card-overlay[b-pjlkzgdhzp] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(26, 12, 50);
  backdrop-filter: blur(6px);
  opacity: 0.3;
  z-index: 10;
  transition: 0.3s opacity ease-in-out;
}
.catalog .left .product-card .title h4[b-pjlkzgdhzp] {
  font-family: "elza-text", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  position: relative;
  z-index: 20;
}
.catalog .left .product-card:hover .card-overlay[b-pjlkzgdhzp] {
  opacity: 0;
}
.catalog .left .product-card:nth-of-type(1n)[b-pjlkzgdhzp] {
  background: var(--yellow-100);
  color: var(--yellow-800);
}
.catalog .left .product-card:nth-of-type(2n)[b-pjlkzgdhzp] {
  background: var(--purple-100);
  color: var(--purple-800);
}
.catalog .left .product-card:nth-of-type(3n)[b-pjlkzgdhzp] {
  background: var(--orange-100);
  color: var(--orange-800);
}
.catalog .left .product-card:nth-of-type(4n)[b-pjlkzgdhzp] {
  background: var(--orange-700);
  color: var(--orange-50);
}
.catalog .right[b-pjlkzgdhzp] {
  height: calc(100vh - 144px);
  padding: 16px;
  padding-bottom: 32px;
  position: relative;
}
.catalog .right-container[b-pjlkzgdhzp] {
  width: 598px;
  height: calc(100vh - 144px);
  position: fixed;
  overflow-y: auto;
  top: 112px;
  left: calc(50vw + 16px);
}
@media only screen and (max-width: 766px) {
  .catalog[b-pjlkzgdhzp] {
    width: 100%;
    height: 100vh;
    grid-column: 1/span 4;
  }
  .catalog .page-container[b-pjlkzgdhzp] {
    width: 100%;
    height: calc(100vh - 64px);
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
  }
  .catalog .left[b-pjlkzgdhzp] {
    width: 100%;
    height: calc(100vh - 80px);
    position: fixed;
    top: 64px;
    display: block;
    overflow: hidden;
  }
  .catalog .left-container[b-pjlkzgdhzp] {
    width: calc(100% - 32px);
    height: 100%;
    padding: 0 16px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 16px;
    overflow-y: auto;
  }
  .catalog .left .spacer[b-pjlkzgdhzp] {
    display: block;
    width: 100%;
    padding-bottom: 320px;
  }
  .catalog .left .product-card[b-pjlkzgdhzp] {
    aspect-ratio: 3/2;
    width: calc(100% - 128px);
    height: auto;
    padding: 32px 64px;
  }
  .catalog .right[b-pjlkzgdhzp] {
    width: calc(100% - 16px);
    height: 320px;
    padding: 0;
    padding-bottom: 16px;
    position: fixed;
    top: 64px;
    left: 0;
    background: var(--yellow-50);
    z-index: 20;
    overflow: hidden;
  }
  .catalog .right-container[b-pjlkzgdhzp] {
    width: 100%;
    height: 100%;
    position: static;
    overflow: hidden;
  }
}
/* _content/Sparc2/Catalog/Help.razor.rz.scp.css */
h5[b-ulqnwl4lxj] {
  font-size: 2.133rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 36px;
  margin-top: 36px;
}

p[b-ulqnwl4lxj] {
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 24px;
}
p.important[b-ulqnwl4lxj] {
  margin: 36px;
  border: 1px solid var(--purple-500);
  padding: 16px 32px;
  border-radius: 26px;
}
/* _content/Sparc2/Catalog/ProductActions.razor.rz.scp.css */
.product-actions[b-rpngyy4e2w] {
  width: 100%;
  position: fixed;
  bottom: -45px;
}
.product-actions .tabs[b-rpngyy4e2w] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-actions button[b-rpngyy4e2w] {
  margin: 0 -4px;
  display: flex;
  justify-content: start;
  align-items: start;
  min-width: 180px;
  height: 120px;
  padding: 16px;
  background: var(--gray-100);
  color: var(--gray-900);
  font-family: "Fjalla One";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
}
.product-actions button:hover[b-rpngyy4e2w] {
  animation: popUp 0.2s ease-in-out;
}
.product-actions button:nth-child(1)[b-rpngyy4e2w] {
  transform: rotate(0deg);
}
.product-actions button:nth-child(1):hover[b-rpngyy4e2w] {
  transform: translateY(-32px) rotate(0deg);
  animation: popUp1-b-rpngyy4e2w 0.2s ease-in-out;
}
.product-actions button:nth-child(1).active[b-rpngyy4e2w] {
  transform: translateY(-32px) rotate(0deg);
}
.product-actions button:nth-child(2)[b-rpngyy4e2w] {
  transform: rotate(-3deg);
}
.product-actions button:nth-child(2):hover[b-rpngyy4e2w] {
  transform: translateY(-32px) rotate(-3deg);
  animation: popUp2-b-rpngyy4e2w 0.2s ease-in-out;
}
.product-actions button:nth-child(2).active[b-rpngyy4e2w] {
  transform: translateY(-32px) rotate(-3deg);
}
.product-actions button:nth-child(3)[b-rpngyy4e2w] {
  transform: rotate(5deg);
}
.product-actions button:nth-child(3):hover[b-rpngyy4e2w] {
  transform: translateY(-32px) rotate(5deg);
  animation: popUp3-b-rpngyy4e2w 0.2s ease-in-out;
}
.product-actions button:nth-child(3).active[b-rpngyy4e2w] {
  transform: translateY(-32px) rotate(5deg);
}
.product-actions button#help-tab[b-rpngyy4e2w] {
  background: var(--yellow-300);
}
.product-actions button#purchase-tab[b-rpngyy4e2w] {
  background: var(--orange-400);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.product-actions button#purchase-tab div[b-rpngyy4e2w] {
  text-align: right;
}
.product-actions button#purchase-tab div span[b-rpngyy4e2w] {
  font-size: 2rem;
}
.product-actions button#purchase-tab div aside[b-rpngyy4e2w] {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  text-wrap: nowrap;
  line-height: 100%;
}
.product-actions button#demo-tab[b-rpngyy4e2w] {
  background: var(--blue);
}
.product-actions button#download-tab[b-rpngyy4e2w] {
  background: var(--blue);
}

.left-sidebar[b-rpngyy4e2w] {
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  width: 50vw;
  max-width: 800px;
  padding: 0;
  z-index: 10000;
  background: var(--yellow-100);
  border-radius: 0 32px 32px 0;
  overflow-y: auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.left-sidebar header[b-rpngyy4e2w] {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: var(--purple-900);
  z-index: 1100;
}
.left-sidebar > div[b-rpngyy4e2w] {
  padding: 16px;
}
.left-sidebar button[b-rpngyy4e2w] {
  background-color: transparent;
}
.left-sidebar button[b-rpngyy4e2w]  svg path {
  stroke: white;
}

@media only screen and (max-width: 766px) {
  .left-sidebar[b-rpngyy4e2w] {
    top: 60px;
    border-bottom-right-radius: 0;
    width: 90vw;
    max-width: 90vw;
  }
}
@keyframes popUp1-b-rpngyy4e2w {
  0% {
    transform: translateY(0) rotate(deg0);
  }
  100% {
    transform: translateY(-32px) rotate(deg0);
  }
}
@keyframes popUp2-b-rpngyy4e2w {
  0% {
    transform: translateY(0) rotate(-3deg);
  }
  100% {
    transform: translateY(-32px) rotate(-3deg);
  }
}
@keyframes popUp3-b-rpngyy4e2w {
  0% {
    transform: translateY(0) rotate(5deg);
  }
  100% {
    transform: translateY(-32px) rotate(5deg);
  }
}
/* _content/Sparc2/Catalog/ProductInfo.razor.rz.scp.css */
.product-info[b-i7z7x7a9c4] {
  width: 100%;
  position: relative;
}
.product-info.product-page[b-i7z7x7a9c4] {
  padding-bottom: 150px;
}
.product-info .info-container[b-i7z7x7a9c4] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-info .mobile-only figure.product-img[b-i7z7x7a9c4] {
  margin: 0;
}
.product-info .mobile-only figure.product-img img[b-i7z7x7a9c4] {
  width: 100%;
  height: auto;
}
.product-info header[b-i7z7x7a9c4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-info header div:first-child[b-i7z7x7a9c4] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.product-info header h2[b-i7z7x7a9c4] {
  font-size: 5.052rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55.572px */
  color: var(--purple-700);
  cursor: pointer;
}
.product-info header h2 aside[b-i7z7x7a9c4] {
  font-size: 2.5rem;
}
.product-info header .price[b-i7z7x7a9c4] {
  width: fit-content;
  font-family: "elza-text", sans-serif;
  font-size: 2.133rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 23.463px */
  color: var(--purple-400);
}
.product-info .product-tags[b-i7z7x7a9c4] {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.product-info .product-tags > *[b-i7z7x7a9c4] {
  display: flex;
  height: 36px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  font-family: "Fjalla One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: -0.15px;
  color: white;
}
.product-info .product-tags > *.purple[b-i7z7x7a9c4] {
  background: var(--purple-300);
}
.product-info .product-tags > *.orange[b-i7z7x7a9c4] {
  background: var(--orange-400);
}
.product-info .product-tags > *.blue[b-i7z7x7a9c4] {
  background: var(--blue);
}
.product-info .product-tags > *.grey[b-i7z7x7a9c4] {
  background: var(--gray-200);
}
.product-info .description p[b-i7z7x7a9c4], .product-info .description li[b-i7z7x7a9c4] {
  font-family: "elza-text", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: var(--purple-900);
}
.product-info .credits[b-i7z7x7a9c4] {
  display: flex;
  flex-direction: column;
}
.product-info .credits h3[b-i7z7x7a9c4], .product-info .credits p[b-i7z7x7a9c4], .product-info .credits span[b-i7z7x7a9c4], .product-info .credits button[b-i7z7x7a9c4] {
  font-family: "Fjalla One";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: var(--purple-800);
}
.product-info .credits h3[b-i7z7x7a9c4] {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.product-info .credits button[b-i7z7x7a9c4] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: none;
  transition: 0.2s ease-in-out;
}
.product-info .credits button:hover[b-i7z7x7a9c4] {
  color: var(--purple-500);
}
.product-info .credits button:active[b-i7z7x7a9c4] {
  color: var(--purple-800);
}
.product-info .credits button span[b-i7z7x7a9c4] {
  display: inline-block;
  vertical-align: middle;
}
.product-info .credits button span.rotate[b-i7z7x7a9c4] {
  color: var(--purple-500);
  animation: rotateClockwise-b-i7z7x7a9c4 1.5s ease-in-out forwards;
}
.product-info .credits button span.rotateBack[b-i7z7x7a9c4] {
  animation: rotateCounterClockwise-b-i7z7x7a9c4 1.5s ease-in-out forwards;
}
.product-info .credits div:last-child[b-i7z7x7a9c4] {
  height: 0;
  opacity: 0;
}
.product-info .credits div:last-child > *[b-i7z7x7a9c4] {
  height: 0;
}
.product-info .credits div:last-child.rotate[b-i7z7x7a9c4] {
  margin-top: 16px;
  height: fit-content;
  opacity: 1;
  animation: fadeIn-b-i7z7x7a9c4 1.5s ease-in;
}
.product-info .credits div:last-child.rotate > *[b-i7z7x7a9c4] {
  height: fit-content;
}
.product-info .credits div:last-child.rotateBack[b-i7z7x7a9c4] {
  margin: 0;
  opacity: 0;
}
.product-info .credits div:last-child.rotateBack > *[b-i7z7x7a9c4] {
  height: 0;
}
@media only screen and (max-width: 766px) {
  .product-info.catalog-page[b-i7z7x7a9c4] {
    width: calc(100% - 48px);
    height: calc(100% - 80px);
    padding: 32px;
    padding-right: 0;
    overflow: hidden;
  }
  .product-info.catalog-page .view-btn[b-i7z7x7a9c4] {
    display: block;
    background: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Fjalla One";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 55.572px */
    color: var(--purple-700);
    transition: 0.2s ease-in-out;
  }
  .product-info.catalog-page .view-btn[b-i7z7x7a9c4]  svg {
    width: 24px;
    height: auto;
    transform: rotate(180deg);
  }
  .product-info.catalog-page .view-btn[b-i7z7x7a9c4]  svg path {
    stroke: var(--purple-700);
  }
  .product-info.catalog-page .view-btn:hover[b-i7z7x7a9c4] {
    color: var(--purple-500);
  }
  .product-info.catalog-page .view-btn:hover[b-i7z7x7a9c4]  svg path {
    stroke: var(--purple-500);
  }
  .product-info.catalog-page .view-btn:active[b-i7z7x7a9c4] {
    color: var(--purple-700);
  }
  .product-info.catalog-page .view-btn:active[b-i7z7x7a9c4]  svg path {
    stroke: var(--purple-500);
  }
  .product-info .gradient-overlay[b-i7z7x7a9c4] {
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, var(--yellow-50), transparent);
  }
  .product-info.product-page[b-i7z7x7a9c4] {
    padding-bottom: 16px;
  }
  .product-info.product-page footer[b-i7z7x7a9c4] {
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions {
    position: static;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs {
    flex-direction: column;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button {
    width: 85%;
    height: 64px;
    padding: 8px 16px;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(1) {
    transform: rotate(0deg);
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(1):hover {
    transform: translateY(-8px) rotate(0deg);
    animation: popUp1-b-i7z7x7a9c4 0.2s ease-in-out;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(1).active {
    transform: translateY(-8px) rotate(0deg);
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(2) {
    transform: rotate(-3deg);
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(2):hover {
    transform: translateY(-8px) rotate(-3deg);
    animation: popUp2-b-i7z7x7a9c4 0.2s ease-in-out;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(2).active {
    transform: translateY(-8px) rotate(-3deg);
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(3) {
    transform: rotate(1deg);
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(3):hover {
    transform: translateY(-8px) rotate(1deg);
    animation: popUp3-b-i7z7x7a9c4 0.2s ease-in-out;
  }
  .product-info.product-page footer[b-i7z7x7a9c4]  .product-actions .tabs button:nth-child(3).active {
    transform: translateY(-8px) rotate(1deg);
  }
}
.product-info header h2[b-i7z7x7a9c4] {
  font-size: 2.848rem;
}
.product-info header .price[b-i7z7x7a9c4] {
  font-size: 1.6rem;
}
.product-info .description p[b-i7z7x7a9c4] {
  font-size: 1.4rem;
}

@keyframes fadeIn-b-i7z7x7a9c4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut-b-i7z7x7a9c4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateClockwise-b-i7z7x7a9c4 {
  0% {
    transform: rotate(0deg);
    color: var(--purple-800);
  }
  100% {
    transform: rotate(45deg);
    color: var(--purple-500);
  }
}
@keyframes rotateCounterClockwise-b-i7z7x7a9c4 {
  0% {
    transform: rotate(45deg);
    color: var(--purple-500);
  }
  100% {
    transform: rotate(0deg);
    color: var(--purple-800);
  }
}
@keyframes popUp1-b-i7z7x7a9c4 {
  0% {
    transform: translateY(0) rotate(deg0);
  }
  100% {
    transform: translateY(-8px) rotate(deg0);
  }
}
@keyframes popUp2-b-i7z7x7a9c4 {
  0% {
    transform: translateY(0) rotate(-3deg);
  }
  100% {
    transform: translateY(-8px) rotate(-3deg);
  }
}
@keyframes popUp3-b-i7z7x7a9c4 {
  0% {
    transform: translateY(0) rotate(1deg);
  }
  100% {
    transform: translateY(-8px) rotate(1deg);
  }
}
/* _content/Sparc2/Catalog/ProductPage.razor.rz.scp.css */
.product-page[b-b2bkvaok73] {
  grid-column: 1/span 12;
}
.product-page .page-container[b-b2bkvaok73] {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.product-page .page-container > *[b-b2bkvaok73] {
  width: 50%;
}
.product-page .left[b-b2bkvaok73] {
  padding-bottom: 32px;
}
.product-page .left-container[b-b2bkvaok73] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.product-page .left > *[b-b2bkvaok73] {
  width: 100%;
}
.product-page .left[b-b2bkvaok73]  .product-img {
  width: 100%;
  height: auto;
  background: var(--yellow-200);
}
.product-page .left[b-b2bkvaok73]  .product-img img {
  width: 100%;
  object-fit: cover;
}
.product-page .left[b-b2bkvaok73]  .product-img.span-1 {
  aspect-ratio: 4/3;
}
.product-page .left .span-2[b-b2bkvaok73] {
  width: 100%;
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.product-page .left .span-2[b-b2bkvaok73]  .product-img {
  aspect-ratio: 1/1;
  width: 50%;
}
.product-page .right[b-b2bkvaok73] {
  height: calc(100vh - 112px);
  padding: 16px;
  padding-bottom: 0;
  position: relative;
}
.product-page .right-container[b-b2bkvaok73] {
  width: 598px;
  height: calc(100vh - 112px);
  position: fixed;
  overflow-y: auto;
  top: 112px;
  left: calc(50% + 16px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-page .right-header button[b-b2bkvaok73] {
  background: none;
}
.product-page .right-header button[b-b2bkvaok73]  svg {
  width: 22px;
  height: auto;
}
.product-page .right-header button[b-b2bkvaok73]  svg path {
  stroke: black;
  transition: 0.2s ease-in-out;
}
.product-page .right-header button:hover[b-b2bkvaok73]  svg path {
  stroke: var(--purple-500);
}
.product-page .right-header button:active[b-b2bkvaok73]  svg path {
  stroke: var(--purple-700);
}
.product-page .right .product-info[b-b2bkvaok73] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: calc(100% - 32px);
}
.product-page .right header[b-b2bkvaok73] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page .right header h3[b-b2bkvaok73] {
  font-size: 5.052rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 55.572px */
  color: var(--purple-700);
}
.product-page .right .product-tags[b-b2bkvaok73] {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.product-page .right .product-tags > *[b-b2bkvaok73] {
  display: flex;
  height: 36px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  font-family: "Fjalla One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: -0.15px;
  color: white;
}
.product-page .right .product-tags > *.purple[b-b2bkvaok73] {
  background: var(--purple-300);
}
.product-page .right .product-tags > *.orange[b-b2bkvaok73] {
  background: var(--orange-400);
}
.product-page .right .product-tags > *.blue[b-b2bkvaok73] {
  background: var(--blue);
}
.product-page .right .product-tags > *.grey[b-b2bkvaok73] {
  background: var(--gray-200);
}
.product-page .description h1[b-b2bkvaok73], .product-page .description h2[b-b2bkvaok73], .product-page .description h3[b-b2bkvaok73] {
  font-family: "Fjalla One";
  font-weight: 600;
  margin: 36px 0 24px;
  color: var(--purple-900);
}
.product-page .description h1[b-b2bkvaok73] {
  font-size: 36px;
}
.product-page .description h2[b-b2bkvaok73] {
  font-size: 30px;
}
.product-page .description h3[b-b2bkvaok73] {
  font-size: 24px;
}
.product-page .description p[b-b2bkvaok73] {
  font-family: "elza-text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: var(--purple-900);
}
.product-page footer h4[b-b2bkvaok73], .product-page footer p[b-b2bkvaok73], .product-page footer span[b-b2bkvaok73] {
  font-family: "Fjalla One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: var(--purple-800);
}
.product-page footer .price[b-b2bkvaok73] {
  margin-bottom: 16px;
}
.product-page footer h4[b-b2bkvaok73] {
  margin-bottom: 16px;
}
@media only screen and (max-width: 766px) {
  .product-page[b-b2bkvaok73] {
    grid-column: 1/span 4;
    overflow-y: auto;
  }
  .product-page .page-container[b-b2bkvaok73] {
    flex-direction: column-reverse;
    padding-bottom: 150px;
  }
  .product-page .page-container > *[b-b2bkvaok73] {
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
  .product-page .left-sidebar[b-b2bkvaok73] {
    max-width: 90vw;
  }
  .product-page .right-container[b-b2bkvaok73] {
    width: 100%;
    height: auto;
    position: static;
  }
}
/* _content/Sparc2/Catalog/ProductPurchase.razor.rz.scp.css */
.product-purchase[b-056tc6qy4d] {
  padding: 16px;
}
.product-purchase h5[b-056tc6qy4d] {
  font-size: 2.133rem;
  font-weight: 500;
  line-height: 110%;
}
.product-purchase[b-056tc6qy4d]  label {
  display: block;
  margin: 16px 0;
}
.product-purchase[b-056tc6qy4d]  label span {
  color: var(--purple-700);
  font-size: 1.2rem;
  font-weight: 500;
}
.product-purchase[b-056tc6qy4d]  .currency-selector-container header h4 {
  color: var(--purple-700);
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.product-purchase[b-056tc6qy4d]  .currency-selector-container .currency-selector {
  background-color: white;
  padding: 16px;
  margin-bottom: 16px;
}
.product-purchase[b-056tc6qy4d]  .currency-selector-container select {
  background-color: white;
}
@media only screen and (max-width: 766px) {
  .product-purchase[b-056tc6qy4d] {
    padding: 0;
    padding-bottom: 32px;
  }
}
/* _content/Sparc2/Catalog/Purchase/CurrencySelector.razor.rz.scp.css */
header h4[b-akab2dyin4] {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}

.currency-selector[b-akab2dyin4] {
  border-radius: 32px;
  border: 1px solid var(--purple-100);
  padding: 8px 16px;
  box-sizing: border-box;
  width: 100%;
}
.currency-selector[b-akab2dyin4]  select {
  width: 100%;
  background: transparent;
  cursor: pointer;
  border: none;
  background: var(--yellow-50);
}
.currency-selector[b-akab2dyin4]  select:focus {
  outline: none;
  border-color: var(--purple-300);
}
/* _content/Sparc2/Catalog/Purchase/ProductPurchaseStripeForm.razor.rz.scp.css */
form[b-o6wb83f7in] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
form label[b-o6wb83f7in] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
form label span[b-o6wb83f7in] {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.12px;
}
form label input[b-o6wb83f7in] {
  display: flex;
  padding: 16px;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 26px;
  border: 1px solid var(--purple-100);
}
form label select[b-o6wb83f7in] {
  width: 50%;
}
form .form-group[b-o6wb83f7in] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
form .form-group label[b-o6wb83f7in] {
  width: 50%;
}
/* _content/Sparc2/Catalog/Purchase/PurchaseBilling.razor.rz.scp.css */
h5[b-c8x22dr4gg] {
  font-size: 2.1323rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: var(--purple-700);
  margin-bottom: 32px;
}

p[b-c8x22dr4gg] {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

input[b-c8x22dr4gg] {
  display: flex;
  padding: 16px;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 26px;
  border: 1px solid var(--purple-100);
}
/* _content/Sparc2/Catalog/Purchase/PurchaseLicenseType.razor.rz.scp.css */
h5[b-3jw1nnrtuv] {
  font-size: 2.1323rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 32px;
  color: var(--purple-700);
}

.form-container[b-3jw1nnrtuv] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 46px;
}
.form-container > label[b-3jw1nnrtuv] {
  display: flex;
  align-items: center;
  padding: 32px;
  gap: 12px;
  border: 1px solid var(--purple-500, #6A2FD0);
  border-radius: 16px;
  box-shadow: 0px 0px 2px rgba(26, 12, 50, 0.1), 0px 0px 4px rgba(26, 12, 50, 0.2);
  margin: 0;
}
.form-container > label.disabled[b-3jw1nnrtuv] {
  border-color: transparent;
}
.form-container > label input[type=radio][b-3jw1nnrtuv] {
  transform: scale(1.5);
  accent-color: var(--purple-500);
}
.form-container > label span[b-3jw1nnrtuv] {
  font-size: 2.133rem;
  font-weight: 500;
  line-height: 110%;
}
.form-container > label.gift[b-3jw1nnrtuv] {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.form-container > label.gift .gift-email[b-3jw1nnrtuv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.form-container > label.gift .gift-email div[b-3jw1nnrtuv] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-container > label.gift .right span[b-3jw1nnrtuv] {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--black);
  margin-right: 4px;
}
.form-container > label.gift .right button[b-3jw1nnrtuv] {
  margin-top: 0;
  opacity: unset;
}
.form-container > label.gift .gift-form[b-3jw1nnrtuv] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.form-container > label.gift .gift-form label[b-3jw1nnrtuv] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.form-container > label.gift .gift-form label span[b-3jw1nnrtuv] {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: var(--gray-900);
}
.form-container > label.gift .gift-form label input[b-3jw1nnrtuv] {
  width: calc(100% - 32px);
  padding: 8px 16px;
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  background: var(--yellow-50);
}
.form-container > label.gift button[b-3jw1nnrtuv] {
  height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid var(--purple-800);
  background: var(--yellow-50);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  opacity: 0.5;
  margin-top: 16px;
  width: fit-content;
}
.form-container > label.gift button:hover[b-3jw1nnrtuv] {
  background: var(--gray-100);
}
.form-container > label.gift button:active[b-3jw1nnrtuv] {
  background: var(--gray-600);
}
/* _content/Sparc2/Donations/AddDonation.razor.rz.scp.css */
div[b-1ws5pb0ltp] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div h2[b-1ws5pb0ltp] {
  color: var(--gray-900);
  font-size: 2.133rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.427px;
}
div h2:last-of-type[b-1ws5pb0ltp] {
  margin-bottom: 24px;
}

p[b-1ws5pb0ltp] {
  color: var(--gray-600);
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 120%;
  margin-bottom: 24px;
}

.field-group:first-of-type[b-1ws5pb0ltp] {
  margin-bottom: 24px;
  margin-top: 30px;
}

.btn-group[b-1ws5pb0ltp] {
  display: flex;
  gap: 4px;
  flex-direction: row;
}
.btn-group button[b-1ws5pb0ltp] {
  flex: 1;
  justify-content: center;
  display: flex;
  gap: 4px;
  align-items: center;
}
.btn-group[b-1ws5pb0ltp]  svg path {
  stroke: var(--gray-600);
}

label[b-1ws5pb0ltp] {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.12px;
}

button[b-1ws5pb0ltp] {
  height: 40px;
  padding: 8px 16px 8px 14px;
  border-radius: 20px;
  border: 1px solid var(--gray-100);
  background: var(--yellow-50);
  cursor: pointer;
  color: var(--gray-600);
  font-weight: 600;
  font-size: 16px;
}
button:hover[b-1ws5pb0ltp] {
  border-color: var(--purple-800);
}
button.selected[b-1ws5pb0ltp] {
  box-shadow: 0px 0px 8px 0px rgba(178, 116, 250, 0.25);
  border-color: var(--purple-900);
  color: var(--purple-900);
}
button.selected[b-1ws5pb0ltp]  svg path {
  stroke: var(--purple-900);
}

.amount-grid[b-1ws5pb0ltp] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.amount-grid button[b-1ws5pb0ltp] {
  width: 100%;
}
.amount-grid .currency-input[b-1ws5pb0ltp] {
  margin-top: 4px;
  position: relative;
  grid-column: span 3;
}
.amount-grid .currency-input[b-1ws5pb0ltp]  svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  width: 16px;
  height: 16px;
  transition: stroke 0.3s;
}
.amount-grid .currency-input[b-1ws5pb0ltp]  input {
  height: 22px;
  padding: 8px 12px;
  -moz-appearance: textfield;
  border-radius: 16px;
  border: 1px solid var(--gray-100);
  background: var(--yellow-50);
  text-align: right;
}
.amount-grid .currency-input[b-1ws5pb0ltp]  input::-webkit-inner-spin-button, .amount-grid .currency-input[b-1ws5pb0ltp]  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amount-grid .currency-input[b-1ws5pb0ltp]  input :deep(input::placeholder) {
  color: var(--gray-600);
  font-weight: 450;
}

.currency-input:focus-within[b-1ws5pb0ltp]  input {
  outline: none;
  border: 1px solid var(--purple-900);
}
.currency-input:focus-within[b-1ws5pb0ltp]  input :deep(input::placeholder) {
  color: var(--purple-900);
}
.currency-input:focus-within[b-1ws5pb0ltp]  svg path {
  stroke: var(--purple-900);
}
.currency-input:focus-within :deep(input::placeholder)[b-1ws5pb0ltp] {
  color: var(--purple-900);
}

.payment-form[b-1ws5pb0ltp] {
  overflow-y: auto;
}
.payment-form label[b-1ws5pb0ltp] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.payment-form label span[b-1ws5pb0ltp] {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.12px;
}
.payment-form label .required[b-1ws5pb0ltp] {
  color: var(--red);
}
.payment-form label[b-1ws5pb0ltp]  input {
  border-radius: 16px;
  border: 1px solid var(--gray-100);
  background: var(--yellow-50);
  padding: 8px 16px;
  height: 22px;
}
.payment-form label:last-of-type[b-1ws5pb0ltp] {
  margin-bottom: 0;
}
.payment-form div[b-1ws5pb0ltp] {
  display: flex;
  gap: 12px;
  flex-direction: row;
  width: 100%;
}
.payment-form div label[b-1ws5pb0ltp] {
  flex: 1;
  min-width: 0;
}
/* _content/Sparc2/Ideas/AddIdea.razor.rz.scp.css */
.form.first-step-idea[b-yvqhzszdfe]  form {
  gap: 16px;
}
.form[b-yvqhzszdfe]  form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form[b-yvqhzszdfe]  form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form[b-yvqhzszdfe]  form label span {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.12px;
  display: flex;
}
.form[b-yvqhzszdfe]  form label span .validation-message {
  color: var(--red);
  font-weight: 500;
  margin-left: 15px;
}
.form[b-yvqhzszdfe]  form label .required {
  color: var(--red);
  margin-left: 2px;
}
.form[b-yvqhzszdfe]  form label input, .form[b-yvqhzszdfe]  form label textarea {
  border-radius: 16px;
  border: 1px solid var(--gray-100);
  background: var(--yellow-50);
}
.form[b-yvqhzszdfe]  form label input {
  padding: 8px 16px;
  height: 22px;
}
.form[b-yvqhzszdfe]  form label input[type=file] {
  display: none;
}
.form[b-yvqhzszdfe]  form label input.invalid {
  border-color: var(--red);
}
.form[b-yvqhzszdfe]  form label textarea {
  padding: 16px;
  height: 149px;
  resize: none;
}
.form[b-yvqhzszdfe]  form label:last-of-type {
  margin-bottom: 0;
}
.form h2[b-yvqhzszdfe], .form h3[b-yvqhzszdfe], .form h4[b-yvqhzszdfe], .form h5[b-yvqhzszdfe] {
  letter-spacing: -0.12px;
  margin-bottom: 8px;
}
.form h2[b-yvqhzszdfe] {
  font-size: 1.3rem;
}
.form h3[b-yvqhzszdfe] {
  font-size: 1.2rem;
  font-weight: 600;
}
.form h4[b-yvqhzszdfe] {
  font-size: 1.6rem;
  font-weight: 600;
}
.form h5[b-yvqhzszdfe] {
  font-size: 1.4rem;
  font-weight: 600;
}
.form section:first-of-type div[b-yvqhzszdfe] {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.form section:first-of-type div div[b-yvqhzszdfe] {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid var(--purple-800);
  border-radius: 20px;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
}
.form section:first-of-type div div:hover[b-yvqhzszdfe] {
  background-color: var(--purple-50);
}
.form section:first-of-type div div:active[b-yvqhzszdfe] {
  background-color: var(--purple-100);
}
.form section:first-of-type div div[b-yvqhzszdfe]  input[type=file] {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form section:last-of-type[b-yvqhzszdfe] {
  overflow-y: auto;
}
.form section:last-of-type ul[b-yvqhzszdfe] {
  list-style: none;
  padding: 0;
}
.form section:last-of-type ul li[b-yvqhzszdfe] {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 4px;
  background: var(--yellow-50);
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.form section:last-of-type ul li article[b-yvqhzszdfe] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  width: 100%;
  position: relative;
}
.form section:last-of-type ul li article img[b-yvqhzszdfe] {
  border-radius: 10px;
  background: var(--yellow-50);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  padding: 4px;
}
.form section:last-of-type ul li article div[b-yvqhzszdfe] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2px;
}
.form section:last-of-type ul li article div .file-name[b-yvqhzszdfe] {
  font-weight: 600;
  font-size: 14px;
  color: var(--gray-900);
}
.form section:last-of-type ul li article div .file-size[b-yvqhzszdfe], .form section:last-of-type ul li article div p[b-yvqhzszdfe] {
  font-size: 12px;
  color: var(--gray-900);
}
.form section:last-of-type ul li article button[b-yvqhzszdfe] {
  border: 1px solid transparent;
  background: var(--yellow-50);
  width: 24px;
  height: 24px;
  padding: 4px 10px;
  border-radius: 50px;
  cursor: pointer;
}
.form section:last-of-type ul li .progress-bar[b-yvqhzszdfe] {
  width: 100%;
  height: 4px;
  background: var(--purple-100);
  border-radius: 2px;
  overflow: hidden;
}
.form section:last-of-type ul li .progress-bar .progress[b-yvqhzszdfe] {
  height: 100%;
  background: var(--purple-800);
  transition: width 0.3s ease;
}

@keyframes fadeIn-b-yvqhzszdfe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* _content/Sparc2/Ideas/IdeaCard.razor.rz.scp.css */
.card[b-eb0d4fwive] {
  width: 332px;
  height: fit-content;
  padding: 24px;
  border-radius: 16px;
  background: var(--yellow-50);
  box-shadow: 4px 4px 16px 0px rgba(63, 24, 5, 0.25);
  cursor: pointer;
}
.card.highlight[b-eb0d4fwive] {
  animation: highlight-b-eb0d4fwive 7s ease-in-out;
}
.card header[b-eb0d4fwive] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.card header img[b-eb0d4fwive] {
  width: 32px;
  height: 32px;
}
.card header div[b-eb0d4fwive] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.card header div h3[b-eb0d4fwive] {
  color: var(--purple-800);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.card header div p[b-eb0d4fwive] {
  color: var(--purple-800);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
}
.card section[b-eb0d4fwive] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card section h2[b-eb0d4fwive] {
  color: var(--gray-900);
  font-size: 2.133rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.427px;
}
.card section .files[b-eb0d4fwive] {
  position: relative;
}
.card section .files .images[b-eb0d4fwive] {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  width: 100%;
  height: fit-content;
}
.card section .files .images img[b-eb0d4fwive] {
  display: block;
  width: 100%;
}
.card section .files:hover .arrows[b-eb0d4fwive] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeIn-b-eb0d4fwive 0.3s ease-in-out;
}
.card section .files:hover .arrows button[b-eb0d4fwive] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 2px;
  background: rgba(218, 190, 250, 0.5);
  cursor: pointer;
}
.card section .files:hover .arrows button[b-eb0d4fwive]  svg {
  width: 20px;
}
.card section .files:hover .arrows button[b-eb0d4fwive]  svg path {
  stroke: var(--purple-50);
}
.card section .files:hover .arrows button.arrow-left[b-eb0d4fwive] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.card section .files:hover .arrows button.arrow-right[b-eb0d4fwive] {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.card section .files:hover .arrows button.arrow-right[b-eb0d4fwive]  svg {
  transform: rotate(180deg);
}
.card section div:last-of-type p[b-eb0d4fwive] {
  color: var(--gray-900);
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 120%;
}
.card section .arrows[b-eb0d4fwive] {
  display: none;
}
.card section .indicators[b-eb0d4fwive] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin-top: 2px;
}
.card section .indicators .indicator[b-eb0d4fwive] {
  background: var(--purple-200);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.card section .indicators .indicator.active[b-eb0d4fwive] {
  background: var(--purple-800);
}
.card footer[b-eb0d4fwive] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
  /*
  button {
      display: flex;
      height: 40px;
      padding: 10px 20px 10px 16px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      background: none;
      border-radius: 20px;
      border: 1px solid var(--gray-100);
      color: var(--gray-600);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: -0.16px;
      cursor: pointer;
      transition: .2s all ease-in-out;

      &:hover {
          border: 1px solid var(--purple-800);
      }

      &:active {
          border: 1px solid var(--gray-100);
      }
  }*/
}
.card footer div:first-of-type[b-eb0d4fwive] {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

@keyframes fadeIn-b-eb0d4fwive {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes highlight-b-eb0d4fwive {
  0% {
    box-shadow: none;
  }
  25% {
    box-shadow: 0 0 40px 5px rgb(254, 238, 205);
  }
  100% {
    box-shadow: none;
  }
}
/* _content/Sparc2/Ideas/IdeaModal.razor.rz.scp.css */
.modal[b-s54thslltu] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 501px;
  height: fit-content;
  max-height: 732px;
  padding: 24px;
  border-radius: 16px;
  background: var(--yellow-50);
  animation: fadeIn-b-s54thslltu 1s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .modal[b-s54thslltu] {
    width: calc(100% - 64px) !important;
    height: fit-content;
    max-height: 80% !important;
    padding: 16px !important;
  }
  .modal .container[b-s54thslltu] {
    max-height: 70vh !important;
    padding-bottom: 1px;
  }
}
.modal header[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.modal header .left[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.modal header .left button[b-s54thslltu] {
  padding: 10px;
}
.modal header .left button[b-s54thslltu]  svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.modal header .left button[b-s54thslltu]  svg path {
  stroke: var(--purple-800);
}
.modal header .left button:hover[b-s54thslltu] {
  border-color: var(--purple-500);
}
.modal header .left button:hover[b-s54thslltu]  svg path {
  stroke: var(--purple-500);
}
.modal header .left button:active[b-s54thslltu] {
  border-color: var(--purple-800);
}
.modal header .left button:active[b-s54thslltu]  svg path {
  stroke: var(--purple-800);
}
.modal header .left img[b-s54thslltu] {
  width: 32px;
  height: 32px;
}
.modal header .left div[b-s54thslltu] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.modal header .left div h3[b-s54thslltu] {
  color: var(--purple-800);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.modal header .left div p[b-s54thslltu] {
  color: var(--purple-800);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
}
.modal header .right button[b-s54thslltu] {
  padding: 10px;
}
.modal header .right button[b-s54thslltu]  svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.modal header .right button[b-s54thslltu]  svg path {
  stroke: none;
  fill: var(--purple-800);
}
.modal header .right button:hover[b-s54thslltu] {
  border-color: var(--purple-500);
}
.modal header .right button:hover[b-s54thslltu]  svg path {
  stroke: none;
  fill: var(--purple-500);
}
.modal header .right button:active[b-s54thslltu] {
  border-color: var(--purple-800);
}
.modal header .right button:active[b-s54thslltu]  svg path {
  stroke: none;
  fill: var(--purple-800);
}
.modal .container[b-s54thslltu] {
  max-height: 677px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal footer[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
  /*
  button {
      display: flex;
      height: 40px;
      padding: 10px 20px 10px 16px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      background: none;
      border-radius: 20px;
      border: 1px solid var(--gray-100);
      color: var(--gray-600);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: -0.16px;
      cursor: pointer;
      transition: .2s all ease-in-out;

      &:hover {
          border: 1px solid var(--purple-800);
      }

      &:active {
          border: 1px solid var(--gray-100);
      }
  }*/
}
.modal footer div:first-of-type[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.modal section.content[b-s54thslltu] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal section.content h2[b-s54thslltu] {
  color: var(--gray-900);
  font-size: 2.133rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.427px;
}
.modal section.content .file-previews[b-s54thslltu] {
  position: relative;
}
.modal section.content .file-previews .images[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  width: 100%;
  height: fit-content;
}
.modal section.content .file-previews .images img[b-s54thslltu] {
  display: none;
  width: 100%;
}
.modal section.content .file-previews .images img.active[b-s54thslltu] {
  display: block;
}
.modal section.content .file-previews:hover .arrows[b-s54thslltu] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeIn-b-s54thslltu 0.3s ease-in-out;
}
.modal section.content .file-previews:hover .arrows button[b-s54thslltu] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 2px;
  background: rgba(218, 190, 250, 0.5);
  cursor: pointer;
}
.modal section.content .file-previews:hover .arrows button[b-s54thslltu]  svg {
  width: 20px;
}
.modal section.content .file-previews:hover .arrows button[b-s54thslltu]  svg path {
  stroke: var(--purple-50);
}
.modal section.content .file-previews:hover .arrows button.arrow-left[b-s54thslltu] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.modal section.content .file-previews:hover .arrows button.arrow-right[b-s54thslltu] {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.modal section.content .file-previews:hover .arrows button.arrow-right[b-s54thslltu]  svg {
  transform: rotate(180deg);
}
.modal section.content div:last-of-type p[b-s54thslltu] {
  color: var(--gray-900);
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 120%;
}
.modal section.content .arrows[b-s54thslltu] {
  display: none;
}
.modal section.content .indicators[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin-top: 4px;
}
.modal section.content .indicators .indicator[b-s54thslltu] {
  background: var(--purple-200);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.modal section.content .indicators .indicator.active[b-s54thslltu] {
  background: var(--purple-800);
}
.modal section.comments hr[b-s54thslltu] {
  width: 100%;
  margin: 24px 0;
  color: var(--gray-100);
}
.modal section.comments h4[b-s54thslltu] {
  color: var(--gray-900);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
  letter-spacing: -0.12px;
}
.modal section.comments div[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  padding: 8px;
  padding-left: 12px;
  border: 1px solid var(--gray-600);
  border-radius: 16px;
}
.modal section.comments div input[b-s54thslltu] {
  width: 100%;
  padding: 4px;
  background: none;
  border: none;
}
.modal section.comments div button[b-s54thslltu] {
  padding: 10px 16px;
  background: var(--white);
  font-size: 1.2rem;
  font-weight: 600;
}
.modal .files-header[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.modal .files-header .left[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.modal .files-header .left h3[b-s54thslltu] {
  font-size: 1.4rem;
  font-weight: 600;
}
.modal section.files h4[b-s54thslltu] {
  font-size: 1.2rem;
  font-weight: 600;
}
.modal section.files ul[b-s54thslltu] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 25px);
}
.modal section.files ul li[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
}
.modal section.files ul li:hover[b-s54thslltu] {
  border: 1px solid var(--purple-500);
  color: var(--purple-500);
}
.modal section.files ul li:active[b-s54thslltu] {
  border: 1px solid var(--purple-900);
  color: var(--purple-900);
}
.modal section.files ul li .left[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.modal section.files ul li .left .img-container[b-s54thslltu] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
}
.modal section.files ul li .left .img-container[b-s54thslltu]  svg {
  width: 24px;
  height: 24px;
}
.modal section.files ul li .left .file-info[b-s54thslltu] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.modal section.files ul li .left .file-info h4[b-s54thslltu] {
  font-size: 1.4rem;
  font-weight: 600;
}
.modal section.files ul li .left .file-info p[b-s54thslltu] {
  font-size: 1.2rem;
  font-weight: 400;
}
.modal section.files ul li button[b-s54thslltu] {
  background: none;
}
.modal section.files footer[b-s54thslltu] {
  display: flex;
  flex-direction: row;
  justify-content: end !important;
}

@keyframes fadeIn-b-s54thslltu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* _content/Sparc2/Ideas/IdeasPage.razor.rz.scp.css */
article[b-zxpfa1eg5r] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 120px;
  row-gap: 60px;
  width: fit-content;
  height: fit-content;
  padding: 240px;
}
article .card-container[b-zxpfa1eg5r] {
  width: 500px;
  height: 700px;
  display: flex;
  justify-content: start;
  align-items: start;
}
article .card-container:nth-of-type(odd)[b-zxpfa1eg5r] {
  align-items: end;
}
/* _content/Sparc2/Index.razor.rz.scp.css */
section[b-zvoa8uwkd9] {
  width: 100vw;
  height: calc(100vh + 1px);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--yellow-50);
}
section .hero[b-zvoa8uwkd9] {
  width: calc(100% - 200px);
  margin: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .hero #hero-text[b-zvoa8uwkd9] {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50%;
  animation: fadeIn-b-zvoa8uwkd9 3s ease-in-out;
}
section .hero #hero-text h1[b-zvoa8uwkd9] {
  margin: 0;
  color: var(--purple-800);
  font-size: 8.9rem;
  letter-spacing: -1.795px;
}
section .hero #hero-text h1 button[b-zvoa8uwkd9] {
  background: none;
  cursor: pointer;
  border: 1px solid transparent;
}
section .hero #hero-text h1 button[b-zvoa8uwkd9]  svg:first-child {
  animation: bounceHorizontal-b-zvoa8uwkd9 2s infinite;
}
section .hero #hero-text h1 button[b-zvoa8uwkd9]  svg:last-child {
  display: none;
}
section .hero #hero-text.faded[b-zvoa8uwkd9] {
  background: -webkit-linear-gradient(#FF5A08, #3F256B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.75;
}
section .hero #mosaic-container[b-zvoa8uwkd9] {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 50%;
  animation: fadeInScaleUp-b-zvoa8uwkd9 2s ease-in-out;
  cursor: pointer;
}
section .hero #mosaic-container img[b-zvoa8uwkd9] {
  width: 100%;
  margin-right: -35px;
}
section #scroll-text[b-zvoa8uwkd9] {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  animation: fadeIn-b-zvoa8uwkd9 6s ease-in-out;
  cursor: pointer;
  z-index: 30;
}
section #scroll-text p[b-zvoa8uwkd9] {
  font-size: 1.2rem;
  color: var(--purple-800);
  letter-spacing: 0.4px;
}
section #scroll-text[b-zvoa8uwkd9]  svg {
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  animation: bounceVertical-b-zvoa8uwkd9 2s infinite;
}
section #scroll-text[b-zvoa8uwkd9]  svg path {
  stroke: var(--purple-800);
}
@media only screen and (min-width: 1680px) {
  section .hero[b-zvoa8uwkd9] {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 1536px) {
  section .hero #hero-text h1[b-zvoa8uwkd9] {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  section .hero #hero-text h1[b-zvoa8uwkd9] {
    font-size: 6.2rem;
  }
}
@media only screen and (max-width: 1024px), (orientation: portrait) {
  section .hero[b-zvoa8uwkd9] {
    flex-direction: column;
    gap: 16px;
    height: calc(100% - 35px);
    width: calc(100% - 120px);
    margin: 0 60px;
    margin-top: 100px;
  }
  section .hero #hero-text[b-zvoa8uwkd9] {
    width: 100%;
  }
  section .hero #hero-text h1[b-zvoa8uwkd9] {
    display: flex;
    flex-direction: column;
    font-size: 5.2rem;
    text-align: center;
  }
  section .hero #hero-text h1 button[b-zvoa8uwkd9] {
    margin: 0 auto;
  }
  section .hero #hero-text h1 button[b-zvoa8uwkd9]  svg:first-child {
    display: none;
  }
  section .hero #hero-text h1 button[b-zvoa8uwkd9]  svg:last-child {
    display: block;
    animation: bounceVertical-b-zvoa8uwkd9 3s infinite;
  }
  section .hero #hero-text[b-zvoa8uwkd9]  svg:first-child {
    height: 48px;
    width: auto;
  }
  section .hero #mosaic-container[b-zvoa8uwkd9] {
    height: 60% !important;
    width: auto;
    aspect-ratio: 1/1;
    margin: 0;
  }
  section .hero #mosaic-container #mosaic[b-zvoa8uwkd9] {
    height: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
  section #scroll-text[b-zvoa8uwkd9] {
    display: none;
  }
}
@media only screen and (max-width: 800px), (max-height: 800px) {
  section .hero[b-zvoa8uwkd9] {
    width: calc(100% - 120px);
    margin: 0 60px;
    margin-top: 100px;
  }
  section .hero #hero-text h1[b-zvoa8uwkd9] {
    font-size: 4.8rem;
  }
  section .hero #mosaic-container[b-zvoa8uwkd9] {
    height: 50% !important;
  }
}
@media only screen and (max-width: 500px) {
  section .hero[b-zvoa8uwkd9] {
    width: calc(100% - 64px);
    margin: 0 32px;
    margin-top: 100px;
  }
  section .hero #hero-text[b-zvoa8uwkd9] {
    top: 40px;
    font-size: 5.2rem;
    text-align: center;
  }
  section .hero #hero-text h1[b-zvoa8uwkd9] {
    display: flex;
    flex-direction: column;
  }
  section .hero #hero-text h1 button[b-zvoa8uwkd9] {
    margin: 0 auto;
  }
  section .hero #hero-text h1 button[b-zvoa8uwkd9]  svg:first-child {
    display: none;
  }
  section .hero #hero-text h1 button[b-zvoa8uwkd9]  svg:last-child {
    display: block;
    animation: bounce 2s infinite;
  }
}
@media only screen and (max-width: 430px) {
  section .hero #hero-text h1[b-zvoa8uwkd9] {
    font-size: 4.2rem !important;
  }
}

[b-zvoa8uwkd9]::-webkit-scrollbar {
  display: none;
}

@keyframes fadeIn-b-zvoa8uwkd9 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInScaleUp-b-zvoa8uwkd9 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceVertical-b-zvoa8uwkd9 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(4px);
  }
}
@keyframes bounceHorizontal-b-zvoa8uwkd9 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(16px);
  }
  60% {
    transform: translateX(8px);
  }
}
/* _content/Sparc2/Shared/CatalogLayout.razor.rz.scp.css */
main[b-uxahhngjcj] {
  width: 100vw;
  height: calc(100vh - 80px);
  margin-top: 80px;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  font-family: "elza-text", sans-serif;
  background: var(--yellow-50);
}
main .grid[b-uxahhngjcj] {
  display: grid;
  grid-template-columns: repeat(12, 80px);
  column-gap: 20px;
  animation: fadeIn-b-uxahhngjcj 2s ease-in-out;
}

@media only screen and (max-width: 766px) {
  main[b-uxahhngjcj] {
    height: calc(100vh - 64px);
    margin-top: 64px;
    padding: 0;
    overflow-y: hidden;
  }
  main .grid[b-uxahhngjcj] {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
  }
}
@keyframes fadeIn-b-uxahhngjcj {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* _content/Sparc2/Shared/Components/AddCard.razor.rz.scp.css */
.add-card[b-dy4tw6rw13] {
  display: flex;
  flex-direction: column;
  width: 332px;
  height: 605px;
  padding: 24px;
  border-radius: 16px;
  background: var(--yellow-50);
  box-shadow: 4px 4px 16px rgba(63, 24, 5, 0.25);
  gap: 24px;
}
.add-card .card-nav[b-dy4tw6rw13] {
  display: flex;
  gap: 5px;
}
.add-card .card-nav button[b-dy4tw6rw13] {
  height: 32px;
  padding: 3px 12px 3px 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 15px;
  color: var(--gray-700);
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
}
.add-card .card-nav button.active[b-dy4tw6rw13] {
  box-shadow: 0 0 8px rgba(178, 116, 250, 0.25);
  color: var(--purple-800);
  opacity: unset;
}
.add-card .card-nav button:first-of-type[b-dy4tw6rw13]  svg path {
  stroke: var(--gray-600);
}
.add-card .card-nav button:first-of-type.active[b-dy4tw6rw13]  svg path {
  stroke: var(--purple-800);
}
.add-card .card-nav button:last-of-type[b-dy4tw6rw13]  svg path {
  fill: var(--gray-600);
}
.add-card .card-nav button:last-of-type.active[b-dy4tw6rw13]  svg path {
  fill: var(--purple-800);
}
.add-card .progress-bar[b-dy4tw6rw13] {
  height: 2px;
  background: var(--purple-100);
}
.add-card .progress-bar .progress[b-dy4tw6rw13] {
  height: 2px;
  background: var(--purple-800);
}
.add-card[b-dy4tw6rw13]  header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.add-card[b-dy4tw6rw13]  header h2 {
  color: var(--gray-900);
  font-size: 2.133rem;
  font-weight: 600;
  letter-spacing: -0.427px;
}
.add-card[b-dy4tw6rw13]  header p {
  color: var(--gray-600);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
}
.add-card section[b-dy4tw6rw13] {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: 512px;
  gap: 24px;
}
.add-card footer[b-dy4tw6rw13] {
  display: flex;
  justify-content: space-between;
}
/* _content/Sparc2/Shared/Components/Auth.razor.rz.scp.css */
.blossom-authenticator[b-49ms6engzt] {
  position: relative;
  /*display: inline-block;*/
  display: none;
}
.blossom-authenticator .auth-toggle[b-49ms6engzt] {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.blossom-authenticator .auth-toggle svg[b-49ms6engzt] {
  width: 1.5rem;
  height: 1.5rem;
}
.blossom-authenticator .auth-menu[b-49ms6engzt] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  width: 220px;
  margin-top: 0.5rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  font-family: sans-serif;
  color: #333;
}
.blossom-authenticator .auth-menu .close-btn[b-49ms6engzt] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.blossom-authenticator .auth-menu .close-btn svg[b-49ms6engzt] {
  width: 1rem;
  height: 1rem;
}
.blossom-authenticator .auth-menu .alert[b-49ms6engzt] {
  margin-top: 0.75rem;
  font-size: 1.25rem;
}
.blossom-authenticator .auth-menu hr[b-49ms6engzt] {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #f0f0f0;
}
.blossom-authenticator .auth-menu article[b-49ms6engzt] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blossom-authenticator .auth-menu article .btn[b-49ms6engzt] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.blossom-authenticator .auth-menu article .btn svg[b-49ms6engzt] {
  margin-right: 0.5rem;
}
.blossom-authenticator .auth-menu article figure[b-49ms6engzt] {
  margin: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blossom-authenticator .auth-menu article figure svg[b-49ms6engzt] {
  width: 2.5rem;
  height: 2.5rem;
}
.blossom-authenticator .auth-menu article figure figcaption[b-49ms6engzt] {
  margin-top: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  word-break: break-all;
}
.blossom-authenticator .auth-menu article nav[b-49ms6engzt] {
  width: 100%;
}
.blossom-authenticator .auth-menu article nav ul[b-49ms6engzt] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blossom-authenticator .auth-menu article nav ul li[b-49ms6engzt] {
  margin-bottom: 0.5rem;
}
.blossom-authenticator .auth-menu article nav ul li button[b-49ms6engzt] {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.2s;
}
.blossom-authenticator .auth-menu article nav ul li button svg[b-49ms6engzt] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.blossom-authenticator .auth-menu article nav ul li button:hover[b-49ms6engzt] {
  background: #f9f9f9;
}
.blossom-authenticator.loggedout .auth-toggle svg[b-49ms6engzt] {
  stroke: #999;
}
.blossom-authenticator.loggedin .auth-toggle svg[b-49ms6engzt] {
  stroke: #4caf50;
}
/* _content/Sparc2/Shared/Components/Breadcrumbs.razor.rz.scp.css */
.breadcrumb[b-7b1zgogrpx] {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.breadcrumb-item[b-7b1zgogrpx] {
  color: var(--orange-500);
}
.breadcrumb-item + .breadcrumb-item[b-7b1zgogrpx]::before {
  content: ">";
  padding: 0 0.5rem;
}
.breadcrumb-item a[b-7b1zgogrpx] {
  text-decoration: none;
  color: inherit;
}
.breadcrumb-item a:hover[b-7b1zgogrpx] {
  text-decoration: underline;
}
.breadcrumb-item.active[b-7b1zgogrpx] {
  pointer-events: none;
}

@media (min-width: 375px) and (max-width: 766px) {
  .breadcrumb[b-7b1zgogrpx] {
    font-size: 16px;
  }
}
/* _content/Sparc2/Shared/Components/FaqItem.razor.rz.scp.css */
.faq-item.expanded[b-azxylsw0cy] {
  border-bottom: 1px solid var(--black);
}
.faq-item .faq-header[b-azxylsw0cy] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  gap: 25px;
}
.faq-item .faq-header h3[b-azxylsw0cy] {
  margin: 0;
  font-size: 24px;
  color: var(--black);
}
.faq-item .faq-header .toggle-button[b-azxylsw0cy] {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  width: 50px;
  height: 50px;
}
.faq-item .faq-header .toggle-button:hover[b-azxylsw0cy] {
  transform: scale(1.2);
}
.faq-item .faq-body[b-azxylsw0cy] {
  font-size: 20px;
}

@media (min-width: 375px) and (max-width: 766px) {
  .faq-item .faq-header h3[b-azxylsw0cy] {
    font-size: 20px;
  }
  .faq-item .faq-header .toggle-button[b-azxylsw0cy] {
    width: 38px;
    height: 38px;
  }
  .faq-item .faq-header .toggle-button[b-azxylsw0cy]  svg {
    width: 38px;
    height: 38px;
  }
}
/* _content/Sparc2/Shared/Icons/ProfileIcon.razor.rz.scp.css */
.bouncy-icon[b-qbw06vxa4y] {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.bouncy-icon:hover[b-qbw06vxa4y] {
  animation: smileBounce-b-qbw06vxa4y 0.6s ease-in-out;
  transform-origin: center;
}

@keyframes smileBounce-b-qbw06vxa4y {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.1, 0.9);
  }
  40% {
    transform: scale(0.95, 1.05);
  }
  60% {
    transform: scale(1.05, 0.95);
  }
  80% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* _content/Sparc2/Shared/IdeasLayout.razor.rz.scp.css */
main[b-s7ewjk8p0l] {
  position: relative;
  margin: auto 0;
  z-index: 50;
  animation: fadeIn-b-s7ewjk8p0l 2s ease-in-out;
  width: fit-content;
  height: fit-content;
}

.background[b-s7ewjk8p0l] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: fadeIn-b-s7ewjk8p0l 2s ease-in-out;
}
.background-image[b-s7ewjk8p0l] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/background.png");
  background-size: cover;
  z-index: 1;
}
.background-noise[b-s7ewjk8p0l] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/background-noise.png") repeat;
  z-index: 2;
}

@keyframes fadeIn-b-s7ewjk8p0l {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* _content/Sparc2/Shared/MainLayout.razor.rz.scp.css */
main[b-8mncevtbeg] {
  background: var(--yelow-50);
}
/* _content/Sparc2/Shared/NavMenu.razor.rz.scp.css */
nav[b-88nf2f97o0] {
  width: calc(100% - 64px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 32px 100px;
}
nav.home-nav[b-88nf2f97o0] {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0;
  padding: 16px 32px;
  background: var(--yellow-50);
}
nav .container[b-88nf2f97o0] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
nav .right .menu[b-88nf2f97o0] {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 32px;
}
nav .right .menu h5[b-88nf2f97o0] {
  display: none;
}
nav .right .menu-pages[b-88nf2f97o0] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
nav .right .account-btn[b-88nf2f97o0] {
  display: flex;
  align-items: center;
  gap: 8px;
}
nav .right .account-btn[b-88nf2f97o0]  svg path {
  stroke: var(--purple-800);
}
nav .right .account-btn input[b-88nf2f97o0] {
  padding: 4px 8px;
  border-radius: 12px;
  border: 1px solid var(--gray-200);
  color: var(--purple-800);
  letter-spacing: 0.5px;
}
nav .right .account-btn span[b-88nf2f97o0] {
  font-size: 14px;
  color: var(--purple-800);
  cursor: pointer;
  letter-spacing: 0.5px;
}
nav .right .account-btn span:hover[b-88nf2f97o0] {
  color: var(--purple-500);
  text-decoration: underline;
}
nav .right .account-btn span:active[b-88nf2f97o0] {
  color: var(--purple-800);
}

button[b-88nf2f97o0], .button[b-88nf2f97o0], a[b-88nf2f97o0] {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  color: var(--purple-800);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.14px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
button.secondary-btn[b-88nf2f97o0], .button.secondary-btn[b-88nf2f97o0], a.secondary-btn[b-88nf2f97o0] {
  padding: 0 !important;
  padding: 0 !important;
  border: 1px solid transparent;
}
button.secondary-btn:hover[b-88nf2f97o0], .button.secondary-btn:hover[b-88nf2f97o0], a.secondary-btn:hover[b-88nf2f97o0] {
  color: var(--purple-500);
  text-decoration: underline;
}
button.secondary-btn:active[b-88nf2f97o0], .button.secondary-btn:active[b-88nf2f97o0], a.secondary-btn:active[b-88nf2f97o0] {
  color: var(--purple-800);
}

.other-nav[b-88nf2f97o0] {
  position: fixed;
  width: calc(100vw - 238px);
  padding: 8px 16px;
  border-radius: 12px;
  background: rgba(26, 12, 50, 0.26);
  box-shadow: 4px 4px 16px 0px rgba(63, 24, 5, 0.15);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
.other-nav .left button[b-88nf2f97o0], .other-nav .left .button[b-88nf2f97o0], .other-nav .left a[b-88nf2f97o0] {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 14px;
}
.other-nav .left button > svg[b-88nf2f97o0], .other-nav .left .button > svg[b-88nf2f97o0], .other-nav .left a > svg[b-88nf2f97o0] {
  width: 14px;
  height: 14px;
}
.other-nav .left button > svg path[b-88nf2f97o0], .other-nav .left .button > svg path[b-88nf2f97o0], .other-nav .left a > svg path[b-88nf2f97o0] {
  stroke: var(--white);
}
.other-nav .center[b-88nf2f97o0] {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.other-nav .center input[b-88nf2f97o0] {
  width: 100%;
  height: 16px;
  padding: 8px 16px;
  background: transparent;
  border-radius: 16px;
  border: 1px solid var(--gray-200);
  color: var(--gray-200);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.other-nav .center input:focus[b-88nf2f97o0] {
  background: rgba(0, 0, 0, 0.2);
}
.other-nav .center input[b-88nf2f97o0]::placeholder {
  color: var(--gray-200);
  opacity: 0.6;
}
.other-nav button[b-88nf2f97o0], .other-nav .button[b-88nf2f97o0], .other-nav a[b-88nf2f97o0] {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4px;
  color: var(--yellow-50);
}
.other-nav button[b-88nf2f97o0]  svg, .other-nav .button[b-88nf2f97o0]  svg, .other-nav a[b-88nf2f97o0]  svg {
  margin-top: 1px;
}
.other-nav button[b-88nf2f97o0]  svg path, .other-nav .button[b-88nf2f97o0]  svg path, .other-nav a[b-88nf2f97o0]  svg path {
  stroke: #FFFCF6;
}
.other-nav button:hover[b-88nf2f97o0], .other-nav .button:hover[b-88nf2f97o0], .other-nav a:hover[b-88nf2f97o0] {
  border: 1px solid var(--yellow-50);
}
.other-nav button:active[b-88nf2f97o0], .other-nav .button:active[b-88nf2f97o0], .other-nav a:active[b-88nf2f97o0] {
  background: rgba(255, 252, 246, 0.1);
}
.other-nav .right[b-88nf2f97o0] {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.other-nav .right .tertiary-btn[b-88nf2f97o0] {
  background: var(--white);
  border-radius: 20px;
  transition: 0.1s all ease-in-out;
}
.other-nav .right .tertiary-btn[b-88nf2f97o0]  svg path {
  stroke: var(--purple-800);
}
.other-nav .right .tertiary-btn.donate-btn[b-88nf2f97o0]  svg path {
  stroke: none;
  fill: var(--purple-800);
}
.other-nav .right .tertiary-btn span[b-88nf2f97o0] {
  color: var(--purple-800);
}
.other-nav .right .tertiary-btn:hover[b-88nf2f97o0] {
  color: var(--purple-800);
  background: var(--purple-50);
}
.other-nav .right .tertiary-btn:active[b-88nf2f97o0] {
  color: var(--purple-900);
  border-color: var(--purple-900);
}
.other-nav .right .tertiary-btn:active > svg path[b-88nf2f97o0] {
  stroke: var(--purple-900);
}
.other-nav .right .tertiary-btn:disabled[b-88nf2f97o0] {
  border: 1px solid transparent;
  opacity: 0.5;
}

.home-nav[b-88nf2f97o0] {
  margin: 0;
  padding: 32px 100px;
}

@media only screen and (max-width: 1024px), (orientation: portrait) {
  .other-nav[b-88nf2f97o0] {
    width: calc(100% - 64px);
    margin: 16px;
  }
  .other-nav .right[b-88nf2f97o0] {
    position: fixed;
    top: calc(100vh - 82px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    padding: 8px 16px;
    border-radius: 12px;
    background: rgba(26, 12, 50, 0.26);
    box-shadow: 4px 4px 16px 0px rgba(63, 24, 5, 0.15);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    justify-content: center;
    gap: 8px;
  }
  .other-nav .right > *[b-88nf2f97o0] {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  nav[b-88nf2f97o0] {
    width: calc(100% - 120px);
    margin: 32px 60px;
  }
}
@media only screen and (max-width: 500px) {
  nav[b-88nf2f97o0] {
    width: calc(100% - 32px);
    margin: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .home-nav[b-88nf2f97o0] {
    width: calc(100vw - 64px);
    padding: 32px 32px 12px 32px;
  }
}
@media only screen and (max-width: 766px) {
  nav.home-nav[b-88nf2f97o0] {
    height: 32px;
    width: calc(100vw - 64px);
    margin: 0;
    padding: 16px 32px;
    position: fixed;
    top: 0;
    left: 0;
  }
  nav.home-nav .left[b-88nf2f97o0]  svg {
    height: 22px;
    width: auto;
  }
  nav.home-nav .menu-toggle[b-88nf2f97o0] {
    display: block;
  }
  nav.home-nav .menu-toggle button[b-88nf2f97o0] {
    height: 18px;
    width: fit-content;
    padding: 0;
    /*&.close {
        ::deep svg g#menu1 {
            visibility: hidden !important;
        }

        ::deep svg g#menu4 {
            visibility: visible !important;
        }
    }*/
  }
  nav.home-nav .menu-toggle button[b-88nf2f97o0]  svg {
    height: 18px;
    width: auto;
  }
  nav.home-nav .right[b-88nf2f97o0] {
    width: 100vw;
    height: calc(100vh - 64px);
    position: fixed;
    top: 64px;
    right: 0;
    display: block;
    background: var(--yellow-50);
    transform: translateX(100vw);
    transition: transform 1.5s ease-in;
  }
  nav.home-nav .right.mobile-menu.show[b-88nf2f97o0] {
    transform: translateX(0);
    transition: transform 1.5s ease-in-out;
  }
  nav.home-nav .right .menu[b-88nf2f97o0] {
    background: var(--yellow-50);
    height: calc(100% - 64px);
    padding: 32px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 48px;
    overflow-y: auto;
  }
  nav.home-nav .right .menu > *[b-88nf2f97o0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  nav.home-nav .right .menu hr[b-88nf2f97o0] {
    width: 100%;
    height: 1px;
    background: var(--yellow-200);
    border: none;
  }
  nav.home-nav .right .menu h5[b-88nf2f97o0] {
    display: block;
    padding: 8px;
    color: var(--purple-500);
    font-family: "elza-text";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.14px;
    text-transform: uppercase;
  }
  nav.home-nav .right .menu button[b-88nf2f97o0], nav.home-nav .right .menu .button[b-88nf2f97o0], nav.home-nav .right .menu a[b-88nf2f97o0] {
    padding: 8px 16px !important;
    text-align: left;
  }
  nav.home-nav .right .menu-pages a[b-88nf2f97o0] {
    font-size: 2.133rem;
    color: var(--purple-800);
    text-decoration: none;
    letter-spacing: -0.14px;
  }
  nav.home-nav .right .menu-pages a:hover[b-88nf2f97o0] {
    color: var(--purple-500);
    text-decoration: underline;
  }
  nav.home-nav .right .menu-pages a:active[b-88nf2f97o0] {
    color: var(--purple-800);
  }
  nav.home-nav .right .menu-profile .account-btn[b-88nf2f97o0] {
    margin-left: 16px;
  }
}
/* _content/Sparc2/Shared/SparcLogo.razor.rz.scp.css */
.logo[b-3ne9885s4j] {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  cursor: pointer;
  margin: 0;
}
