/*
unique layout classes:
    body: .cms-power-music-now-app
    column main: .power-music-now

current theme responsive setting:
    @screen__xxs: 320px;
    @screen__xsm: 375px;
    @screen__xs: 490px;
    @screen__s: 640px;
    @screen__m: 850px;
    @screen__l: 1024px;
    @screen__xl: 1440px;
*/

/*
    colors
*/
:root {
    --red: #ED1C24;
    --dark-red: #BC1116;
    --white: #FFFFFF;
    --light-gray: #F2F2F2;
    --black: #000000;
    --red-gredient: linear-gradient(90deg, var(--red) 0%, var(--dark-red) 100%);
}
.--red-gradient {
    background: var(--red);
    background: var(--red-gredient);
}


/*
    common settings
*/
.cms-power-music-now-app * {
    box-sizing: border-box;
}
.cms-power-music-now-app .page-main {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.power-music-now {
    /* general font size for the content */
    font-size: 1.9rem;
    color: var(--black);
    padding-bottom: 0 !important;
}
.power-music-now h1,
.power-music-now h2,
.power-music-now h3,
.power-music-now h4,
.power-music-now h5,
.power-music-now h6 {
    font-weight: 700;
}
.power-music-now .heading {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 4.3rem;
    padding: 0 20px;
}
.power-music-now img {
    object-fit: contain;
    user-select: none;
}

/*
    columns and content settings
*/
.power-music-now > [class^="row-"] > .pagebuilder-column-group,
.power-music-now > [class^="row-"] > .pagebuilder-column-group > .pagebuilder-column-line {
    min-height: inherit;
}
.power-music-now .html-content {
    display: flex;
    flex-direction: column;
}

/*
    buttons
*/
.power-music-now a {
    transition: all 300ms;
}
.power-music-now a:hover,
.power-music-now a:active {
    text-decoration: none;
}
.btn-cta-1 {
    display: inline-block;
    width: fit-content;
    min-width: 110px;
    padding: 9px 20px 7px;
    border-radius: 22px;
    background-color: var(--black);
    color: var(--white) !important;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}
.btn-cta-1:hover,
.btn-cta-1:active {
    background-color: var(--white);
    color: var(--black) !important;
}
.btn-cta-1.invert {
    background-color: var(--white);
    color: var(--black) !important;
}
.btn-cta-1.invert:hover,
.btn-cta-1.invert:active {
    background-color: var(--black);
    color: var(--white) !important;
}
.btn-app-1:hover,
.btn-app-1:active {
    filter: brightness(120%);
}
.btn-app-1 > .badge {
    height: 40px;
}

/*
    01 — Landing Section
*/
.row-01-landing-section {
}
.row-01-landing-section .html-content {
    color: var(--white);
    width: 340px;
    margin: auto;
}

.row-01-landing-section .html-content h1 {
    font-size: 4.2rem !important;
}


/*
    02 — Our Partners
*/
.row-02-our-partners .html-content {
    text-align: center;
    padding: 0;
    margin: 40px 0 20px;
    width: 100%;
}
.row-02-our-partners .html-content > .partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.row-02-our-partners .html-content > .partners > .item {
    margin: 15px;
    width: 120px;
}
.row-02-our-partners .html-content > .partners > .item img {
}

/*
    03 — Comparison Chart
*/
.row-03-comparison-chart .html-content {
    min-width: 700px;
    margin: 20px auto 30px;
}
.row-03-comparison-chart .html-content > .chart {
    display: table;
}
.row-03-comparison-chart .html-content > .chart > thead > tr > th,
.row-03-comparison-chart .html-content > .chart > tbody > tr > th,
.row-03-comparison-chart .html-content > .chart > thead > tr > td,
.row-03-comparison-chart .html-content > .chart > tbody > tr > td {
    padding-left: 0;
    padding-right: 0;
}
.row-03-comparison-chart .html-content > .chart > tbody > tr > td {
    vertical-align: middle;
}
.row-03-comparison-chart .html-content > .chart > thead .-ft {
    vertical-align: bottom;
    font-size: 2rem;
}
.row-03-comparison-chart .html-content > .chart > thead > tr {
    border-bottom: solid var(--red) 2px;
}
.row-03-comparison-chart .html-content > .chart > tbody > tr:not(:last-child) {
    border-bottom: solid var(--light-gray) 1px;
}
.row-03-comparison-chart .html-content > .chart .-check,
.row-03-comparison-chart .html-content > .chart .-x {
    text-align: center;
}
.row-03-comparison-chart .html-content > .chart .-check > img,
.row-03-comparison-chart .html-content > .chart .-x > img {
    margin-top: 6px;
}
.row-03-comparison-chart .html-content > .chart .-x > img {
    margin-top: 6px;
    width: 54px !important;
    margin-left: 10px;
}
.row-03-comparison-chart .html-content > .chart > thead .-check > img,
.row-03-comparison-chart .html-content > .chart > thead .-x > img {
    width: 64px;
    height: 64px;
}
.row-03-comparison-chart .html-content > .chart > tbody .-check > img {
    width: 32px;
    height: 32px;
}
.row-03-comparison-chart .html-content > .chart > tbody .-x > img {
    width: 16px;
    height: 16px;
}

/*
    04 — Plan Types
*/
.row-04-plan-types .html-content {
    text-align: center;
    max-width: 1000px;
    margin: 40px auto;
    color: var(--white);
}
.row-04-plan-types .html-content .plans {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
}
.row-04-plan-types .html-content .plans .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    /*width: 30%;*/
    height: 200px;
    margin: 10px;
    padding: 15px;
    background-color: var(--white);
    border-radius: 12px;
}
.row-04-plan-types .html-content .plans .item span {
    display: block;
}
.row-04-plan-types .html-content .plans .item span:nth-child(1) {
    color: var(--red);
    font-weight: 700;
    font-size: 3.5rem;
}
.row-04-plan-types .html-content .plans .item span:nth-child(2) {
    color: var(--black);
    font-size: 2.6rem;
}
.row-04-plan-types .html-content .plans .item span:nth-child(3) {
    color: var(--black);
    font-size: 1.6rem;
}

.row-04-plan-types .html-content p:last-child {
    font-size: 1.2rem !important;
}

/*
    05 — Features
*/
.row-05-features .html-content {
    text-align: center;
    max-width: 700px;
    margin: 40px auto;
}
.row-05-features .html-content .features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.row-05-features .html-content .features .item {
}
.row-05-features .html-content .features .item .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 200px;
    margin: 6px;
    padding: 20px;
    border: solid 3px var(--red);
    border-radius: 12px;
}
.row-05-features .html-content .features .item .inner img {
    height: 70px;
    width: 120px;
    margin: auto;
}
.row-05-features .html-content .features .item .inner span {
    color: var(--red);
    font-size: 1.6rem;
    font-weight: 600;
}

/*
    06 — Your Ultimate Instructor Toolkit
*/
.row-06-your-ultimate {
    color: var(--white);
}
.row-06-your-ultimate > .html-content {
    text-align: center;
    margin-top: 40px;
}
.row-06-your-ultimate > .pagebuilder-column-group {
    margin-bottom: 20px;
}
.row-06-your-ultimate > .pagebuilder-column-group > .pagebuilder-column-line {
    max-width: 700px;
    margin: auto;
}
.row-06-your-ultimate .html-content.left {
    padding: 0 20px;
}
.row-06-your-ultimate .access-to {
    margin-top: 9px;
}
.row-06-your-ultimate .access-to > p:nth-child(1) {
    font-weight: 700;
    margin-bottom: 15px;
}

/*
    07 — The PRO’s use Power Music NOW
*/
.row-07-the-pros-use .html-content {
    text-align: center;
    margin: 40px 0;
    width: 100%;
}
.row-07-the-pros-use .reviews {
    margin-bottom: 40px;
    padding: 0 20px;
}
.row-07-the-pros-use .reviews .item {
}
.row-07-the-pros-use .reviews .item > .inner {
    min-height: 195px;
    overflow: hidden;
    padding: 22px 15px 15px;
    background-color: var(--white);
    border-radius: 15px;
    margin: 4px 10px;
    box-shadow: 0 0 6px 0 lightgray;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.row-07-the-pros-use .reviews .item > .inner > p:nth-child(1) {
    text-align: left;
    font-weight: 700;
    border-bottom: solid 2px red;
    width: fit-content;
    overflow-x: visible;
    font-size: 2.5rem;
}
.row-07-the-pros-use .reviews .item > .inner > p:nth-child(2) {
    text-align: left;
    overflow: hidden;
}

.row-07-the-pros-use .html-content > p:last-child {
    font-size: 2rem;
    padding-left: 40px;
    padding-right: 40px;
}

/*
    08 — Instant Access To
*/
.row-08-instant-access .html-content {
    text-align: center;
    margin: 40px 0;
    width: 100%;
    color: var(--white);
}
.row-08-instant-access .accesses {
    max-width: 1200px;
    margin: 0 auto 20px auto;
    width: 100%;
}
.row-08-instant-access .accesses .item {
}
.row-08-instant-access .accesses .item .inner {
}
.row-08-instant-access .accesses .item .inner p:nth-child(1) {
    padding: 0 min(15px, 0.2vw);
}
.row-08-instant-access .accesses .item .inner p:nth-child(2) {
    font-weight: 700;
}
.row-08-instant-access .accesses .item .inner p:nth-child(3) {
    padding: 0 20px;
}

/*
    09 — Power Music NOW also has...
    Note: The styles are identical to 'row-05-features', therefor did not make duplicate code,
          and used "row-09-power-music-now-also row-05-features" class in the pagebuilder row.
*/
.row-09-power-music-now-also {
}

/*
    10 — Try it risk-free
*/
.row-10-try-it-risk-free {
}
.row-10-try-it-risk-free .html-content {
    text-align: center;
    margin: auto auto 40px auto;
    max-width: 400px;
    color: var(--white);
}

/*
    11 — Get The App
*/
.row-11-get-the-app {
}
.row-11-get-the-app .html-content {
    text-align: center;
    margin: auto;
    color: var(--white);
}
.row-11-get-the-app .html-content > p:nth-child(1) > img {
    width: 50vw;
}
.row-11-get-the-app .html-content > p:nth-child(2) {
    margin-top: 20px;
}

/*
    Pagebuilder breakpoint compatibility
*/
@media (max-width: 768px) {
    /*
        01 — Landing Section
    */
    .row-01-landing-section {
        min-height: min(180vw, 1000px) !important;
        background-position-y: calc(500px - max(500px, 100vw)) !important;
    }
    .row-01-landing-section .html-content {
        text-align: center;
        min-height: inherit;
        padding: 40px 0 20px 0;
        width: 360px;
    }
    .row-01-landing-section .html-content .btn-cta-1 {
        margin: auto;
    }
    .row-01-landing-section > .pagebuilder-column-group > .pagebuilder-column-line > .pagebuilder-column:nth-child(1) {
        min-height: inherit;
    }
    .row-01-landing-section > .pagebuilder-column-group > .pagebuilder-column-line > .pagebuilder-column:nth-child(2) {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 849px) {
    .row-01-landing-section .html-content {
        margin-left: calc((50vw - 320px) / 2);
    }
    .row-01-landing-section > .pagebuilder-column-group > .pagebuilder-column-line > .pagebuilder-column:nth-child(2) {
        display: none !important;
    }
}

/*
    Commons for Mobile and Tablet
*/
@media (max-width: 850px) {

    .power-music-now .heading {
        font-size: 2.6rem;
    }

    /*
        02 — Our Partners
    */
    .row-02-our-partners .html-content > .partners > .item {
        margin: 8px;
        width: 75px;
    }
    .row-02-our-partners .html-content > .heading {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 2.6rem;
    }

    /*
        03 — Comparison Chart
    */
    .row-03-comparison-chart .html-content {
        min-width: 320px;
        padding: 0 15px;
    }
    .row-03-comparison-chart .html-content > .chart .-check,
    .row-03-comparison-chart .html-content > .chart .-x {
        width: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-04-plan-types .html-content .plans .item {
        height: 160px;
    }
    .row-04-plan-types .html-content .plans .item span:nth-child(1) {
        font-size: 3rem;
    }
    .row-04-plan-types .html-content .plans .item span:nth-child(2) {
        font-size: 2.2rem;
    }
    .row-04-plan-types .html-content .plans .item span:nth-child(3) {
        font-size: 1.3rem;
    }


    .row-05-features .html-content .features .item .inner {
        width: 190px;
        height: 190px;
        padding: 15px;
    }
    .row-05-features .html-content .features .item .inner img {
        height: 64px;
        width: 100px;
    }

    /*
        05 — Features
    */
    .row-05-features .html-content {
        width: calc(100% - 40px);
    }

    /*
        06 — Your Ultimate Instructor Toolkit
    */
    .row-06-your-ultimate .html-content.left .-image > img {
        height: min(120vw, 450px);
    }

    /*
        08 — Instant Access To
    */
    .row-08-instant-access .accesses {
        padding: 0 20px;
    }

    .row-08-instant-access .accesses .item .inner img {
        height: max(32vw, 420px);
        width: 100%;
    }

    /*
        10 — Try it risk-free
    */
    .row-10-try-it-risk-free {
    }
    .row-10-try-it-risk-free .html-content {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    /*
        11 — Get The App
    */
    .row-11-get-the-app {
        min-height: 87vw !important;
    }
    .row-11-get-the-app .html-content {
        margin: 10vw auto;
        height: 67vw;
    }
    .row-11-get-the-app .html-content > p:nth-child(1) > img {
        width: 80vw;
    }
    .row-11-get-the-app .html-content > p:nth-child(2) {
        margin-top: auto;
        margin-bottom: 0;
    }
}

/*
    S-M Mobile
*/
@media (max-width: 490px) {
    .power-music-now .heading {
        font-size: 3.6rem;
    }

    /*
        03 — Comparison Chart
    */
    .row-03-comparison-chart .html-content {
        margin-top: 10px;
    }
    .row-03-comparison-chart .html-content > .chart {
        font-size: 1.6rem;
    }
    .row-03-comparison-chart .html-content > .chart .-check,
    .row-03-comparison-chart .html-content > .chart .-x {
        width: 70px;
        padding-left: 10px;
    }

    /*
        04 — Plan Types
    */
    .row-04-plan-types .html-content {
        margin: 25px 15px;
    }

    .row-04-plan-types .html-content .plans {
        padding: 0;
    }
    .row-04-plan-types .html-content .plans .item {
        width: 100%;
        height: 110px;
        margin: 10px 0;
    }
    .row-04-plan-types .html-content .plans .item span:nth-child(1) {
        font-weight: 700;
    }
    .row-04-plan-types .html-content .plans + p {
        padding: 0 15vw;
    }
    .row-04-plan-types .html-content .plans + p + a + p {
        padding: 0 10vw;
    }

    /*
        05 — Features
    */
    .row-05-features .html-content .features .item .inner {
        margin: 10px auto;
        padding: 10px;
        width: 160px;
        height: 160px;
    }

    /*
        06 — Your Ultimate Instructor Toolkit
    */
    .row-06-your-ultimate .html-content.left {
        text-align: center;
    }
    .row-06-your-ultimate > .html-content > .heading {
        padding: 0 12vw;
        margin-bottom: 20px;
    }
    .row-06-your-ultimate .access-to {
        width: 64vw;
        margin: 0 auto;
        text-align: left;
    }
    .row-06-your-ultimate .access-to > p:nth-child(1) {
        text-align: center;
    }
    .row-06-your-ultimate .btn-cta-1 {
        margin-left: auto;
        margin-right: auto;
    }

    /*
        07 — The PRO’s use Power Music NOW
    */
    .row-07-the-pros-use .reviews .item > .inner {
        height: 370px;
    }
}

/*
    Tablet and L-Mobile
*/
@media (min-width: 491px) and (max-width: 850px) {
    .power-music-now .heading {
        font-size: 4rem;
    }

    /*
        03 — Comparison Chart
    */
    .row-03-comparison-chart .html-content {
        width: 100%;
        font-size: 1.8rem;
    }
    .row-04-plan-types .html-content {
        width: 100%;
    }
    .row-04-plan-types .html-content .plans .item {
        width: 30%;
    }

    /*
        06 — Your Ultimate Instructor Toolkit
    */
    .row-06-your-ultimate > .pagebuilder-column-group > .pagebuilder-column-line {
        max-width: unset;
        margin: 0 20px;
    }
    .row-06-your-ultimate .html-content.left {
        display: flex;
        flex-direction: row;
    }
    .row-06-your-ultimate .html-content.left .-image,
    .row-06-your-ultimate .html-content.left .-text {
        flex: 1;
    }
    .row-06-your-ultimate .html-content.left > .-image {
        display: block;
        text-align: center;
        order: 1;
    }
}


@media (min-width: 491px) and (max-width: 768px) {
    /*
        11 — Get The App
    */
    .row-11-get-the-app {
        min-height: 78vw !important;
        background-position-y: 0 !important;
    }
    .row-11-get-the-app .html-content {
        margin: 10vw auto;
        height: 58vw;
    }
}


/*
    Desktop +
*/
@media (min-width: 851px) {
    /*
        06 — Your Ultimate Instructor Toolkit
    */
    .row-06-your-ultimate .html-content.left > .-image {
        display: none;
    }
}


.slick-track {
    display: flex !important;
    min-height: 200px;
    margin-bottom: 20px;
}

.slick-slide {
    height: auto !important;
    flex: 1 1 auto !important;
}

.slick-slide > div,
.slick-slide .item,
.slick-slide .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.slick-slide .inner p:last-child {
    flex-grow: 1;
}
