

.src-mainapp-pages-___Error__pageWrapper___tHADZ {
    height: 80vh;
    display: flex;
}

.src-mainapp-pages-___Error__wrapper___jmLu7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.src-mainapp-pages-___Error__title___zNa2d {
    margin: 0;
    padding: 2rem 0 1rem 0;
}

.src-mainapp-pages-___Error__bodyText___WmJ1H {
    margin: 0;
}

.src-mainapp-pages-___Error__buttonWrapper___IkD-c {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.src-mainapp-pages-___Error__buttonWrapper___IkD-c > *:last-child {
    margin-top: 1rem;
}

@media (min-width: 30rem) {
    .src-mainapp-pages-___Error__pageWrapper___tHADZ {
        height: 100vh;
    }

    .src-mainapp-pages-___Error__buttonWrapper___IkD-c {
        margin-top: 3rem;
        flex-direction: row;
        width: unset;
    }

    .src-mainapp-pages-___Error__buttonWrapper___IkD-c > *:not(:last-child) {
        margin-right: 1rem;
    }

    .src-mainapp-pages-___Error__buttonWrapper___IkD-c > *:last-child {
        margin-top: unset;
    }
}



html {
--pds-color-primary: #009DE0;
--pds-color-black: #0F0F0F;
--pds-color-white: #FFF;
--pds-color-purple_0: #7B61FF;
--pds-color-purple_1: #8F79FF;
--pds-color-complementary_orange: #FF561B;
--pds-color-complementary_yellow: #FFA800;
--pds-color-complementary_green: #013000;
--pds-color-complementary_cyan: #00EBDD;
--pds-color-gray_0: #202020;
--pds-color-gray_1: #2C2C2C;
--pds-color-gray_2: #878787;
--pds-color-gray_3: #E7E7E7;
--pds-color-transparent_white_0: rgba(255, 255, 255, 0.07);
--pds-color-transparent_white_1: rgba(255, 255, 255, 0.12);
--pds-color-transparent_white_2: rgba(255, 255, 255, 0.50);
--pds-color-transparent_black_0: rgba(15, 15, 15, 0.05);
--pds-color-transparent_black_1: rgba(15, 15, 15, 0.10);
--pds-color-transparent_black_2: rgba(15, 15, 15, 0.50);
--pds-color-transparent_overlay: rgba(0, 0, 0, 0.7);
--pds-font-primary: Epidemic, sans-serif;
--pds-breakpoint-small: 22rem;
--pds-breakpoint-medium: 30rem;
--pds-breakpoint-large: 60rem;
--pds-easing-move_in: cubic-bezier(0.215, 0.61, 0.355, 1);
--pds-easing-move_out: cubic-bezier(0.55, 0.055, 0.675, 0.19);
--pds-easing-move_in_out: cubic-bezier(0.645, 0.045, 0.355, 1);
--pds-radius-small: 2px;
--pds-radius-medium: 4px;
--pds-radius-large: 8px;
--pds-radius-circle: 10000px;
--pds-elevation-floating: 0 8px 16px rgba(0, 0, 0, 0.25);
--pds-elevation-top: 0 8px 16px rgba(0, 0, 0, 0.25);
--pds-elevation-bottom: 0 -8px 16px rgba(0, 0, 0, 0.25);
}

body {
    font-family: var(--pds-font-primary);
}

.src-public-pages-components-___HeroSection__heroContainer___nYveR {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.src-public-pages-components-___HeroSection__headerWrapper___0hPmV {
    display: flex;
    flex-direction: column;
    grid-column: start / end;
}

.src-public-pages-components-___HeroSection__headerTitle___l3no6 {
    margin-top: 0.75rem;
    margin-bottom: 0;
    text-align: center;
}

.src-public-pages-components-___HeroSection__headerSubtitle___WTyVx {
    max-width: 60ch;
    margin: 2rem auto;
    text-align: center;
}

.src-public-pages-components-___HeroSection__actionButtons___c5ilt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.src-public-pages-components-___HeroSection__actionSubtitle___zFbE7 {
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 60rem) {
    .src-public-pages-components-___HeroSection__heroContainer___nYveR {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .src-public-pages-components-___HeroSection__headerTitle___l3no6 {
        margin-top: 0;
    }
}



.src-public-pages-components-___BrandLogoRow__marqueeContainer___KxZ-c {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.src-public-pages-components-___BrandLogoRow__marquee___p0U8Q {
    position: absolute;
    width: 1800px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    animation: src-public-pages-components-___BrandLogoRow__marquee___p0U8Q 60s linear infinite;
}
.src-public-pages-components-___BrandLogoRow__marqueeLeader___qf\+DM {
    left: 0;
}
.src-public-pages-components-___BrandLogoRow__marqueeFollower___o3WZr {
    left: 1800px;
}
.src-public-pages-components-___BrandLogoRow__marqueeContainer___KxZ-c::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    z-index: 1;
    background: linear-gradient(to left, var(--pds-color-black), transparent);
}
.src-public-pages-components-___BrandLogoRow__marqueeContainer___KxZ-c::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 1;
    background: linear-gradient(to right, var(--pds-color-black), transparent);
}
.src-public-pages-components-___BrandLogoRow__logoWrapper___ufxWR {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.src-public-pages-components-___BrandLogoRow__logoWrapper___ufxWR > svg {
    height: auto;
    max-width: 130px;
    max-height: 24px;
}
@keyframes src-public-pages-components-___BrandLogoRow__marquee___p0U8Q {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* larger icons on tablets */
@media (min-width: 30rem) and (max-width: 60rem) {
    .src-public-pages-components-___BrandLogoRow__marquee___p0U8Q {
        width: 2100px;
        height: 50px;
    }

    .src-public-pages-components-___BrandLogoRow__marqueeFollower___o3WZr {
        left: 2100px;
    }

    .src-public-pages-components-___BrandLogoRow__logoWrapper___ufxWR > svg {
        height: auto;
        max-width: 150px;
        max-height: 28px;
    }
}
@media (prefers-reduced-motion) {
    .src-public-pages-components-___BrandLogoRow__marquee___p0U8Q {
        animation: none;
    }
}
.src-public-pages-components-___BrandLogoRow__staticWrapper___DF87f {
    display: grid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}
.src-public-pages-components-___BrandLogoRow__staticLogoWrapper___DWa12 > svg {
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 32px;
}

.src-public-pages-components-___ContentHubSection__contentHubSection___ecd6D {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.src-public-pages-components-___ContentHubSection__contentHubHeading___swk\+w {
    margin: 0;
    margin-bottom: 1.5rem;
}
.src-public-pages-components-___ContentHubSection__contentHubSubheading___haFmy {
    margin: 0;
    margin-bottom: 2rem;
}
.src-public-pages-components-___ContentHubSection__contentHubList___GKvoO {
    list-style: none;
    row-gap: 1.5rem;
}
.src-public-pages-components-___ContentHubSection__contentHubItem___cVXHn {
    position: relative;
}
.src-public-pages-components-___ContentHubSection__contentHubItem___cVXHn:focus-within {
    box-shadow: 0 0 0 2px var(--pds-color-black), 0 0 0 5px var(--pds-color-white);
}
.src-public-pages-components-___ContentHubSection__contentHubText___BptR5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.3), transparent);
}
.src-public-pages-components-___ContentHubSection__contentHubHubTitle___1\+VPS {
    margin: 0;
    margin-bottom: 0.25rem;
}
.src-public-pages-components-___ContentHubSection__contentHubLink___-SQyM::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.src-public-pages-components-___ContentHubSection__contentHubLink___-SQyM:focus {
    outline: none;
}
.src-public-pages-components-___ContentHubSection__contentHubLinkLabelWrapper___qIEL3 {
    margin-right: 0.25rem;
}
.src-public-pages-components-___ContentHubSection__contentHubSvgWrapper___WYGpB {
    display: inline;
    position: relative;
    top: 0.42rem;
    white-space: nowrap;
    overflow: hidden;
}
.src-public-pages-components-___ContentHubSection__contentHubImage___d3Dga {
    height: 100%;
    width: 100%;
}
@media (min-width: 30rem) {
    .src-public-pages-components-___ContentHubSection__contentHubImage___d3Dga {
        height: 100%;
        max-height: 17.5rem;
    }

    .src-public-pages-components-___ContentHubSection__contentHubImage___d3Dga {
        display: block;
        object-fit: cover;
        object-position: 0 25%;
    }
}
@media (min-width: 60rem) {
    .src-public-pages-components-___ContentHubSection__contentHubSection___ecd6D {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .src-public-pages-components-___ContentHubSection__contentHubHeading___swk\+w {
        text-align: center;
    }

    .src-public-pages-components-___ContentHubSection__contentHubSubheading___haFmy {
        max-width: 60ch;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
@media (hover: hover) and (pointer: fine) {
    .src-public-pages-components-___ContentHubSection__contentHubSvgWrapper___WYGpB svg {
        display: inline-block;
        opacity: 0;
        transform: translateX(-130%);
        transition: transform 350ms, opacity 200ms;
    }

    .src-public-pages-components-___ContentHubSection__contentHubLink___-SQyM:hover .src-public-pages-components-___ContentHubSection__contentHubSvgWrapper___WYGpB svg {
        opacity: 1;
        transform: translateX(0);
        transition: transform 250ms, opacity 400ms;
    }
}
@media (prefers-reduced-motion) {
    .src-public-pages-components-___ContentHubSection__contentHubSvgWrapper___WYGpB svg {
        opacity: 1;
    }

    .src-public-pages-components-___ContentHubSection__contentHubSvgWrapper___WYGpB svg,
    .src-public-pages-components-___ContentHubSection__contentHubLink___-SQyM:hover .src-public-pages-components-___ContentHubSection__contentHubSvgWrapper___WYGpB svg {
        transform: none;
        transition: none;
    }

    .src-public-pages-components-___ContentHubSection__contentHubLink___-SQyM:hover .src-public-pages-components-___ContentHubSection__contentHubLinkLabelWrapper___qIEL3 {
        padding-bottom: 0.25rem;
        margin-bottom: calc(-0.25rem + -2px);
        border-bottom: 2px solid var(--pds-color-white);
    }
}

.src-mainapp-pages-templated-page-components-Cta-___Cta__container___UhkjK {
    display: inline-block;
}

.src-public-pages-components-___HowItWorksSection__howItWorksSection___64O52 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.src-public-pages-components-___HowItWorksSection__howItWorksSectionHeading___ux6Qh {
    margin: 0;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.src-public-pages-components-___HowItWorksSection__howItWorksSectionSubheading___yt6B8 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.src-public-pages-components-___HowItWorksSection__howItWorksSectionInfo___TTiqe {
    margin: 0;
}

.src-public-pages-components-___HowItWorksSection__howItWorksSectionCta___dPESQ {
    margin-top: 1.5rem;
}

.src-public-pages-components-___HowItWorksSection__howItWorksSectionImageContainer___df\+0V {
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50%;
}

@media (min-width: 30rem) {
    .src-public-pages-components-___HowItWorksSection__howItWorksSectionHeading___ux6Qh {
        top: 60%;
        left: -4rem;
    }
}

@media (min-width: 60rem) {
    .src-public-pages-components-___HowItWorksSection__howItWorksSection___64O52 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .src-public-pages-components-___HowItWorksSection__howItWorksSectionHeading___ux6Qh {
        top: 45%;
    }

    .src-public-pages-components-___HowItWorksSection__howItWorksSectionSubheading___yt6B8 {
        margin-top: 3rem;
    }

    .src-public-pages-components-___HowItWorksSection__howItWorksSectionSubheading___yt6B8:first-of-type {
        margin-top: 0;
    }

    .src-public-pages-components-___HowItWorksSection__howItWorksSectionImageContainer___df\+0V {
        background-size: cover;
    }
}

.src-mainapp-features-___FeatureListing__list___Lwq0m {
    list-style: none;
    margin: 0;
    padding: 0;
}

.src-mainapp-features-___FeatureListing__text___BUazU {
    padding-bottom: 0.25rem;
}

.src-mainapp-features-___FeatureListing__addToTitle___JOlQt {
    padding-bottom: 0.5rem;
}

.src-mainapp-features-___FeatureListing__bulletItem___OP-bT {
    display: flex;
}

.src-mainapp-features-___FeatureListing__icon___7M88R {
    margin-right: 0.5rem;
    min-width: 1.5rem;
}

@media (min-width: 40rem) {
    .src-mainapp-features-___FeatureListing__text___BUazU {
        padding-bottom: 0.25rem;
    }
}

.src-mainapp-components-PricingBoxes-___PricingBoxes__grid___6pLPW {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
}
@media (min-width: 48rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__grid___6pLPW {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 60rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__grid___6pLPW {
        grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    }
}
@media (min-width: 84rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__grid___6pLPW {
        grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    }
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__box___fBq6r {
    background-color: var(--pds-color-gray_0);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 38.1875rem;
    box-sizing: border-box;
}
@media (min-width: 18rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__box___fBq6r {
        min-height: 28rem;
    }

    .src-mainapp-components-PricingBoxes-___PricingBoxes__extraHeight___52rxo {
        min-height: 31rem;
    }
}
@media (min-width: 48rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__box___fBq6r {
        min-height: auto;
    }
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__highlight___NIUw1,
.src-mainapp-components-PricingBoxes-___PricingBoxes__mostPopular___NtRQ8 {
    position: absolute;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    color: var(--pds-color-black);
    top: 0;
    transform: translate(1rem, 0.5rem);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__mostPopular___NtRQ8 {
    left: auto;
    right: 1.5rem;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__highlight___NIUw1 {
    right: 1.5rem;
}
@media (min-width: 48rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__highlight___NIUw1,
    .src-mainapp-components-PricingBoxes-___PricingBoxes__mostPopular___NtRQ8 {
        left: 1.1rem;
        right: auto;
        padding: 0.5rem;
    }
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__highlight___NIUw1:empty,
.src-mainapp-components-PricingBoxes-___PricingBoxes__mostPopular___NtRQ8:empty {
    display: none;
}
@media (min-width: 48rem) {
    .src-mainapp-components-PricingBoxes-___PricingBoxes__highlight___NIUw1,
    .src-mainapp-components-PricingBoxes-___PricingBoxes__mostPopular___NtRQ8 {
        transform: translateY(-50%);
    }
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__title___hzDsL {
    margin-bottom: 1.5rem;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__price___vIVbh {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__features___1w3l- {
    margin-bottom: 2rem;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__features___1w3l- ul {
    margin-top: 0.5rem;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__subtext___j527h {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__freeSubtext___cc9GV {
    font-size: 10px;
    line-height: 14px;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__semibold___NO\+XE {
    font-weight: 600;
    line-height: 1.25rem;
}
.src-mainapp-components-PricingBoxes-___PricingBoxes__pricingBoxFooter___yiH4n {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
}

.src-public-pages-components-___PricingSection__pricingSection___-DOdm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 60rem) {
    .src-public-pages-components-___PricingSection__pricingSection___-DOdm {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.src-public-pages-components-___PricingSection__headerDisplay___qEXWn {
    margin: 0;
    flex: 1;
}

.src-public-pages-components-___PricingSection__header___k-4mA {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 30rem) {
    .src-public-pages-components-___PricingSection__header___k-4mA {
        align-items: center;
        margin-bottom: 2rem;
    }
}

@media (min-width: 48rem) {
    .src-public-pages-components-___PricingSection__pricingBoxes___gF-qI {
        min-height: 100px;
    }
}

.src-public-pages-components-___PricingSection__priceToggle___oeTTZ {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 30rem) {
    .src-public-pages-components-___PricingSection__priceToggle___oeTTZ {
        flex-direction: column;
        align-items: start;
    }
}

.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__wrapper___fO7E- {
    display: flex;
    flex-direction: column;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__aspectRatio___EmzFQ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__aspectRatio___EmzFQ::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    padding-bottom: 100%;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__aspectRatio___EmzFQ:focus-within .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__imageWrapper___uJiA0 {
    outline: 3px solid var(--pds-color-white);
    outline-offset: 2px;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__imageWrapper___uJiA0 {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    border: 0;
    overflow: hidden;
    border-radius: 4px;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__image___AfF08 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__playButton___JjPoA button:focus {
    background-color: var(--pds-color-white);
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__link___xmHib {
    align-self: center;
    margin-top: 0.5rem;
    outline: none;
    color: var(--pds-color-white);
    font-size: 1.25rem;
    text-align: center;
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__link___xmHib:hover,
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__link___xmHib:focus {
    text-decoration: underline;
}
@media (min-width: 30rem) {
    .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__imageWrapper___uJiA0 {
        border-radius: 8px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__imageWrapper___uJiA0 {
        transition: filter 400ms;
    }

    .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__playButton___JjPoA {
        transition: opacity 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0;
        transition: opacity 200ms;
    }

    .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__aspectRatio___EmzFQ:hover .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__imageWrapper___uJiA0 {
        filter: brightness(85%);
        transition: filter 400ms;
    }

    .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__aspectRatio___EmzFQ:hover .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__playButton___JjPoA,
    .src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__playButton___JjPoA:focus-within {
        opacity: 1;
        transition: opacity 400ms;
    }
}
.src-mainapp-components-GenrePreviewSection-___GenrePreviewTrack__isActive___I0TRi {
    opacity: 1;
}

.src-mainapp-components-GenrePreviewSection-___GenrePreviewSection__musicContainer___2gnZK {
    display: grid;
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    gap: 1rem;
}

@media (min-width: 30rem) {
    .src-mainapp-components-GenrePreviewSection-___GenrePreviewSection__musicContainer___2gnZK {
        gap: 2rem;
    }
}

@media (min-width: 60rem) {
    .src-mainapp-components-GenrePreviewSection-___GenrePreviewSection__musicContainer___2gnZK {
        grid-template-columns: repeat(6, minmax(96px, 1fr));
    }
}

.src-mainapp-components-Warning-___VerifyEmailNotification__resendEmailBar___2zT-6 {
    align-items: center;
    background: var(--pds-color-gray_1);
    display: flex;
    justify-content: space-between;
    z-index: 1040;
    padding: 0.625rem 0.8125rem;
}

.src-mainapp-components-Warning-___VerifyEmailNotification__buttonWrapper___cjeqm {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.src-mainapp-components-Warning-___VerifyEmailNotification__iconButton___NiZXb {
    margin-left: 1rem;
}

.src-mainapp-components-Warning-___VerifyEmailNotification__notification___KHKqw {
    display: flex;
    align-items: center;
}

.src-mainapp-components-Warning-___VerifyEmailNotification__infoWrapper___LgjmS {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .src-mainapp-components-Warning-___VerifyEmailNotification__resendEmailBar___2zT-6 {
        flex-direction: column;
        align-items: flex-start;
    }
    .src-mainapp-components-Warning-___VerifyEmailNotification__buttonWrapper___cjeqm {
        width: 100%;
        padding-top: 0.5rem;
    }
    .src-mainapp-components-Warning-___VerifyEmailNotification__infoWrapper___LgjmS {
        width: 100%;
    }
}

.src-mainapp-components-Warning-___Warnings__maintenanceNoticeBar___MSKwA {
    align-items: center;
    background: var(--pds-color-gray_1);
    display: flex;
    justify-content: space-between;
    z-index: 1040;
    padding: 0.625rem 0.8125rem;
}

.src-shared-___AsyncLoad__defaultLoadingContent___G3fJ\+ {
    width: 500px;
    text-align: center;
    position: relative;
}

.src-shared-___AsyncLoad__spinner___iXWE1 {
    margin-bottom: 1rem;
}

.src-shared-___AsyncLoad__text___c3j-K {
    opacity: 0;
    position: absolute;
    width: 500px;
    left: 0;
    text-align: center;
}

.src-shared-___AsyncLoad__text___c3j-K.src-shared-___AsyncLoad__fadeIn___S9MuC {
    animation: src-shared-___AsyncLoad__fadeIn___S9MuC 1s var(--pds-easing-move_in);
    opacity: 1;
}

.src-shared-___AsyncLoad__text___c3j-K.src-shared-___AsyncLoad__fadeIn___S9MuC.src-shared-___AsyncLoad__fadeOut___LUoWP {
    animation: src-shared-___AsyncLoad__fadeOut___LUoWP 1s var(--pds-easing-move_out);
    opacity: 0;
}

@keyframes src-shared-___AsyncLoad__fadeIn___S9MuC {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes src-shared-___AsyncLoad__fadeOut___LUoWP {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.src-shared-___LoadingComponent__loadingWrapper___kaEM\+ {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseContainer___8pGjD {
    padding-top: 2.5rem;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeading___EaZz- {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeading___EaZz- div {
    color: #723fff;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o {
    display: grid;
    overflow: hidden;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o.src-public-pages-components-___CreatorShowcaseRow__noAnimation___OP46X {
    display: none;
    overflow: auto;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div {
    grid-area: 1 / 1;
    opacity: 0;
    animation: src-public-pages-components-___CreatorShowcaseRow__rolodex___2hVLQ 32s infinite;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(2) {
    animation-delay: 4s;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(3) {
    animation-delay: 8s;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(4) {
    animation-delay: 12s;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(5) {
    animation-delay: 16s;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(6) {
    animation-delay: 20s;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(7) {
    animation-delay: 24s;
}
.src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o div:nth-child(8) {
    animation-delay: 28s;
}
@keyframes src-public-pages-components-___CreatorShowcaseRow__rolodex___2hVLQ {
    0% {
        opacity: 0;
        animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
        transform: translateY(100%);
    }
    1.5% {
        opacity: 1;
        transform: translateY(0);
    }
    12.5% {
        opacity: 1;
        transform: translateY(0);
    }
    14% {
        opacity: 0;
        animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
.src-public-pages-components-___CreatorShowcaseRow__marqueeContainer___KoMh- {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 2rem;
    max-width: 2750px;
    margin: 0 auto;
}
.src-public-pages-components-___CreatorShowcaseRow__marquee___G6Edj {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-shrink: 0;
    animation-name: src-public-pages-components-___CreatorShowcaseRow__marquee___G6Edj;
    animation-duration: 120s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.src-public-pages-components-___CreatorShowcaseRow__cardWrapper___wr7Al {
    position: relative;
    border-radius: var(--pds-radius-medium);
    overflow: hidden;
}
.src-public-pages-components-___CreatorShowcaseRow__imageWrapper___doR-a img {
    display: block;
    width: 280px;
    height: auto;
}
.src-public-pages-components-___CreatorShowcaseRow__imageWrapper___doR-a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0) 100%);
}
.src-public-pages-components-___CreatorShowcaseRow__cardText___z8HaC {
    position: absolute;
    inset: auto auto 1rem 1rem;
}
.src-public-pages-components-___CreatorShowcaseRow__cardText___z8HaC h3 {
    margin: 0;
    margin-bottom: 0.25rem;
}
.src-public-pages-components-___CreatorShowcaseRow__cardText___z8HaC p {
    margin: 0;
    font-size: 0.875rem;
}
@keyframes src-public-pages-components-___CreatorShowcaseRow__marquee___G6Edj {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(calc(-100% - 2rem));
    }
}
@media (min-width: 30rem) {
    .src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeading___EaZz- {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .src-public-pages-components-___CreatorShowcaseRow__imageWrapper___doR-a img {
        width: auto;
        height: 506px;
    }
}
@media (min-width: 60rem) {
    .src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseContainer___8pGjD {
        padding-top: 5rem;
    }

    .src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeading___EaZz- {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .src-public-pages-components-___CreatorShowcaseRow__cardText___z8HaC {
        inset: auto auto 2.5rem 2.5rem;
    }

    .src-public-pages-components-___CreatorShowcaseRow__cardText___z8HaC p {
        font-size: 1rem;
    }
}
@media (min-width: 3000px) {
    .src-public-pages-components-___CreatorShowcaseRow__marqueeContainer___KoMh-::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 150px;
        z-index: 1;
        background: linear-gradient(to left, var(--pds-color-black), transparent);
    }

    .src-public-pages-components-___CreatorShowcaseRow__marqueeContainer___KoMh-::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;
        z-index: 1;
        background: linear-gradient(to right, var(--pds-color-black), transparent);
    }
}
@media (prefers-reduced-motion) {
    .src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o {
        display: none;
    }

    .src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o.src-public-pages-components-___CreatorShowcaseRow__noAnimation___OP46X {
        display: inline;
    }

    .src-public-pages-components-___CreatorShowcaseRow__marquee___G6Edj {
        animation: none;
    }
}
@media (prefers-reduced-motion) and (min-width: 60rem) {
    .src-public-pages-components-___CreatorShowcaseRow__creatorShowcaseHeadingHighlight___29u-o.src-public-pages-components-___CreatorShowcaseRow__noAnimation___OP46X {
        display: block;
    }
}

.src-shared-___LazyComponent__loadingWrapper___-6qsn {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: grey;
}

/***********ROOT**************/
html,
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
.src-public-pages-___HomePage__messageContainer___wrR0r {
    font-size: 1rem;
    position: fixed;
    bottom: 0;
    z-index: 1040;
    width: 100%;
}
.src-public-pages-___HomePage__root___qqnSs {
    background-color: var(--pds-color-black);
    color: var(--pds-color-white);
    font-family: var(--pds-font-primary);
}
/****** Homepage ******/
.src-public-pages-___HomePage__headerContainer___BZ6jc {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}
.src-public-pages-___HomePage__header___v98Fi {
    display: flex;
    flex-direction: column;
    grid-column: start / end;
    order: 1;
}
.src-public-pages-___HomePage__headerSection___lFM1w {
    margin: auto 0;
}
.src-public-pages-___HomePage__buttons___uVFIM {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.src-public-pages-___HomePage__buttons___uVFIM > a {
    margin: 1rem 1rem 1rem 0;
}
.src-public-pages-___HomePage__musicPreviewContainer___oXea2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: start / end;
    order: 0;
}
.src-public-pages-___HomePage__image___sZrqn {
    width: 100%;
    max-height: 100%;
}
.src-public-pages-___HomePage__wrappedText___-rGNk {
    white-space: pre-line;
}
.src-public-pages-___HomePage__pricingMargin___37dyf {
    margin-bottom: 2.5rem;
}
.src-public-pages-___HomePage__pricingDisclaimer___XpT2H {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
div.src-public-pages-___HomePage__pricing___p9OgZ {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.src-public-pages-___HomePage__spinner___MUZdr {
    height: 24px;
    margin: 2rem;
}
@media (min-width: 30rem) {
    .src-public-pages-___HomePage__headerTitle___waABF {
        margin: 0.2em 0;
    }

    div.src-public-pages-___HomePage__pricing___p9OgZ {
        margin-top: 5rem;
    }
}
@media (min-width: 60rem) {
    .src-public-pages-___HomePage__headerContainer___BZ6jc {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .src-public-pages-___HomePage__header___v98Fi {
        grid-column: start / 6;
        order: 1;
    }

    .src-public-pages-___HomePage__headerTitle___waABF {
        margin: 0;
        margin-bottom: 0.2em;
    }

    .src-public-pages-___HomePage__musicPreviewContainer___oXea2 {
        grid-column: middle / end;
        order: 2;
    }

    .src-public-pages-___HomePage__simpleBoxLink___cHoYy {
        max-width: 34rem;
    }

    .src-public-pages-___HomePage__productInfo___XdJzD {
        min-height: 329px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .src-public-pages-___HomePage__ctaButton___aNVN9 {
        max-width: 153px;
    }
}
@media (min-width: 1024px) {
    .src-public-pages-___HomePage__productInfo___XdJzD {
        min-height: 300px;
    }
}
@media (min-width: 1286px) {
    .src-public-pages-___HomePage__productInfo___XdJzD {
        min-height: 250px;
        max-height: 330px;
    }
}
.src-public-pages-___HomePage__trackGridWrapper___Ax2EQ {
    padding-top: 1.25rem;
    grid-column: start / end;
}
.src-public-pages-___HomePage__brandLogoRowContainer___zK6xI {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 60rem) {
    .src-public-pages-___HomePage__brandLogoRowContainer___zK6xI {
        padding-bottom: 5rem;
    }
}
.src-public-pages-___HomePage__trackGridWrapper___Ax2EQ {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.src-public-pages-___HomePage__trackRowHeading___pjDfM {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}
.src-public-pages-___HomePage__trackRowSubheading___UJg0h {
    margin-bottom: 2rem;
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.src-public-pages-___HomePage__mobileBrandLogoContainer___QItMF {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.src-public-pages-___HomePage__brandLogoContainer___wB9h6 {
    padding-bottom: 2.5rem;
}
@media (min-width: 30rem) {
    .src-public-pages-___HomePage__brandLogoContainer___wB9h6 {
        padding-top: 2rem;
    }
}
@media (min-width: 60rem) {
    .src-public-pages-___HomePage__trackGridWrapper___Ax2EQ {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .src-public-pages-___HomePage__abrandLogoContainer___Ru2f0 {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }
}

.src-mainapp-SignedOutNav-___EsNavLogo__logo___hTGS4 {
    width: 167px;
}

.src-mainapp-SignedOutNav-___EsNavLogo__logoIsWrapped___9mCQl {
    width: 42px;
    height: 42px;
}

.src-mainapp-SignedOutNav-___NavHomePage__logoContainer___tY18P {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.src-mainapp-SignedOutNav-___NavHomePage__logoContainer___tY18P a,
.src-mainapp-SignedOutNav-___NavHomePage__logoContainer___tY18P > div {
    display: flex;
}

.src-mainapp-SignedOutNav-___NavHomePage__logoContainer___tY18P a {
    align-items: center;
    min-width: 40px;
    min-height: 40px;
}

.src-mainapp-SignedOutNav-___NavHomePage__buttonContainer___SqeG\+ {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
}

.src-mainapp-SignedOutNav-___NavHomePage__buttonSpacingContainer___MI0kN {
    display: flex;
    gap: 0.5rem;
}

.src-mainapp-SignedOutNav-components-___NavBar__pushContent___KwFKZ {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1023;
}

.src-mainapp-SignedOutNav-components-___NavBar__container___1XOK4 {
    background-color: var(--pds-color-black);
    height: 4rem;
    position: sticky;
    width: 100%;
    z-index: 1023;
    box-sizing: border-box;
    padding: 0;
}

@media (max-width: 286px) {
    .src-mainapp-SignedOutNav-components-___NavBar__container___1XOK4 {
        margin-top: 0.5rem;
    }
}

.src-mainapp-SignedOutNav-components-___NavBar__homepageNav___Oi-aE {
    line-height: 4rem;
    min-width: 16rem;
}

.src-mainapp-SignedOutNav-components-___NavBar__col___4sKrw {
    height: 4rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.src-mainapp-SignedOutNav-components-___NavBar__rightContainer___GGI4B {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 60rem) {
    .src-mainapp-SignedOutNav-components-___NavBar__rightContainer___GGI4B {
        margin-right: 0;
        gap: 2rem;
    }

    .src-mainapp-SignedOutNav-components-___NavBar__rightContainer___GGI4B:last-child a:not(.src-mainapp-SignedOutNav-components-___NavBar__loginButton___0-mNM) {
        justify-content: flex-end;
        width: auto;
    }
}

.src-shared-components-___LanguageNudger__languageNudgerContainer___MCe5J {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background-color: var(--pds-color-gray_0);
}
.src-shared-components-___LanguageNudger__textWrapper___TyyQp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.src-shared-components-___LanguageNudger__buttonsWrapper___HDYTc {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.src-shared-components-___LanguageNudger__nudgerCloseBtn___8LqRg {
    cursor: pointer;
}


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