:root {
    --color-blue: #3029D7;
    --color-yellow: #FACD01;
    --roc: "roc-grotesk",sans-serif;;
    --proxima: "proxima-nova",sans-serif;
    --light-yellow: #FFF6DC;
}
.black-bg {
    background: #000;
}
p.bold {
    font-weight: 700;
}
.book-section {
    padding: 150px 0 60px;
}
.masterclass-book_now .recognitions {
    gap: 50px;
}
.masterclass-video {
    position: absolute;
    top: -2em;
    left: -3em;
    width: 62em;
}
.mid-section-spacing {
    padding: 75px 0
}
.about-masterclass .p.md {
    margin-bottom: 2em;
}

.text-cards_block {
    font-size: 24px;
    padding: 0 1em;
    gap: 1.25em;
}
.text-card {
    width: calc(50% - 1em);
    padding: 1.8em 2.8em;
    position: relative;
    background: #fff;
}
.text-card_icon {
    position: absolute;
    left: 0;
    top: .35em;
    width: 2em;
    height: 2em;
    transform: translateX(-50%);
    background: url(../images/circle-icon.svg) center center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-card_icon span {
    font-size: .9em;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}
.text-cards_block .p.md {
    margin-bottom: 0 !important;
    font-family: var(--proxima);
    font-weight: 400;
}
.v-dot-shape {
    width: 10.5em;
}
.v-dot-shape-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 19.66em;
}
.v-dot-shape-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 19.44em;

}
.h2.sm {
    font-size: 50px;
    line-height: 1.25em;
    letter-spacing: -.01em;
    margin-bottom: .15em;
}
.h3.elg {
    font-size: 40px;
    line-height: 1.25em;
    letter-spacing: -.01em;
    margin-bottom: .15em;
}
.h3.sm {
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: -.01em;
    margin-bottom: .2em;
}

.book-banner-enroll .h3 {
    margin: 0;
}
.book-banner-enroll .price {
    font-size: 90px;
    font-weight: 800;
    line-height: .9em;
    margin: .2em 0 0;
}
.book-banner-enroll .price span:first-child {
    font-size: .7em;
    font-weight: 400;
    margin-right: .1em;
}
.offer-content .p {
    background: #d7184b;
    color: #fff;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    line-height: 1.725em;
    padding: 0 .5em;
}
.offer-content .p span {
    display: block;
    font-size: .9em;
}
.book-banner-enroll .btn {
    min-width: 14em;
}


.how-its-structured .h2.sm,
.what-learnings .h2.sm {
    margin-bottom: .5em;
}
.what-learnings ul.p.md {
    margin-bottom: 1.6em;
    padding-left: 1em;
    column-count: 3;
    column-gap: 3em;
}
.what-learnings ul.p.md li:not(:last-child) {
    margin-bottom: .45em;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11em;
}
.message-from-authors .h2 {
    margin-top: 1em;
}
.about-course h3 {
    margin-bottom: 0;
}
.about-course h3 span {
    display: block;
    font-size: 1.33em;
    line-height: 1.5em;
}
.about-course p {
    margin-bottom: 1.5em;
}

.masterclass-episodes {
    color: white;
    padding: 140px 0 90px;
}
.chapter-block {
    font-size: 20px;
    margin-top: 4em;
}
.chapter-block:first-of-type {
    margin-top: 3.5em;
}
.episode-list_item {
    font-size: 1.35em;
    font-family: "roc-grotesk-condensed", sans-serif;
    font-weight: 600;
    line-height: .9em;
    text-transform: uppercase;
    padding: .85em;
}
.episode-list_item button {
    height: 1.75em;
    background: url(../images/play-black.svg) left center no-repeat;
    background-size: contain;
    padding-left: 2.2em;
}
.episode-list_item:nth-child(2n) {
    background: rgba(23, 23, 23, 0.75);
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
.chapter-view-control {
    margin-top: 6em;
}
.video-div.overlay-text {
    background: rgba(0, 0, 0, .65);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-family: 'roc-grotesk-condensed';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 9px black;
    letter-spacing: .01em;
    text-align: center;
    line-height: .9em;
}

/*~~~~ Free Lecture Overlay ~~~~*/
.overflow-hidden {
    overflow: hidden;
}
.cta-content .h2 span {
    font-size: 0.6875em;
    line-height: 1em;
    letter-spacing: -0.03em;
}
.cta-content .p {
    margin: 0.74em 0 1.3em;
}
.free-chapter-form .book-form-field .btn {
    min-width: 9.4286em;
}
.book-form-field input {
    width: calc(100% - 9em);
    text-align: left;
    color: #000;
    font-size: 22px;
    padding: 0 1.3181em;
    border: none;
    font-weight: 500;
}
.book-form-field input::placeholder {
    color: #000;
}
.btns-row .btn:first-child {
    margin-right: 1.190em;
}
.thanks-message .p {
    margin-top: 2em;
    font-family: 'Rubik', sans-serif;
}

@media screen and (max-width: 1599px) {
    .book-section {
        padding: 124px 0 50px;
    }
    .masterclass-book_now .recognitions {
        gap: 42px;
    }
    .mid-section-spacing {
        padding: 62px 0
    }
    .text-cards_block {
        font-size: 20px;
    }
    .h2.sm {
        font-size: 42px;
    }
    .h3.elg {
        font-size: 34px;
    }
    .h3.sm {
        font-size: 26px;
    }
    .book-banner-enroll .price {
        font-size: 72px;
    }
    .masterclass-episodes {
        padding: 116px 0 75px;
    }
    .chapter-block {
        font-size: 18px;
    }    
}

@media screen and (max-width: 1279px) {
    .masterclass-video {
        width: 54em;
    }    
    .book-section {
        padding: 96px 0 39px;
    }
    .masterclass-book_now .recognitions {
        gap: 30px;
    }
    .mid-section-spacing {
        padding: 48px 0
    }
    .text-cards_block {
        font-size: 16px;
    }
    .h2.sm {
        font-size: 32px;
    }
    .h3.elg {
        font-size: 26px;
    }
    .h3.sm {
        font-size: 20px;
    }
    .book-banner-enroll .price {
        font-size: 60px;
    }
    .masterclass-episodes {
        padding: 90px 0 58px;
    }
    .chapter-block {
        font-size: 15px;
    }   
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .masterclass-video {
        width: 50em;
        left: -4em;
    }      
    .book-section {
        padding: 72px 0 29px;
    }
    .book-section .col-60 {
        width: 55%;
    }
    .book-section .p br {
        display: none;
    }
    .masterclass-book_now .recognitions {
        gap: 24px;
    }
    .mid-section-spacing {
        padding: 36px 0
    }
    .text-cards_block {
        font-size: 12px;
    }
    .h2.sm {
        font-size: 24px;
    }
    .h3.elg {
        font-size: 20px;
    }
    .h3.sm {
        font-size: 16px;
    }
    .book-banner-enroll .price {
        font-size: 45px;
    }
    .masterclass-episodes {
        padding: 68px 0 44px;
    }
    .chapter-block {
        font-size: 10px;
    }  
    .text-cards_block .p.md br {
        display: none;
    }
    .offer-content .p span {
        display: block;
        font-size: .8em;
    }
}

@media screen and (min-width: 768px) {
.text-cards_block-v .text-card {
    width: 70%;
}
}
@media screen and (max-width: 767px) {
    .offer-content .p span {
        display: block;
        font-size: .8em;
    }    
    .book-section {
        padding: 75px 0 40px;
    }    
    .the-star-review {
        padding-top: 0;
    }
    .masterclass-video {
        position: relative;
        width: 120%;
        top: -2em;
        left: .5em;
        margin-bottom: -1em;
    }

    .h2.sm {
        font-size: 31px;
    }
    .h3.sm {
        font-size: 23px;
    }
    .h3.elg {
        font-size: 36px;
    }
    .mid-section-spacing {
        padding: 45px 0;
    }
    .v-dot-shape {
        width: 10em;
        left: -2.35em;
        position: relative;
    }
    .text-cards_block {
        font-size: 17px;
        padding: 0;
        gap: 0;
    }
    .text-card {
        width: 100%;
        padding: 2em 1.5em;
        margin-bottom: 1.41em;
    }
    .text-card:last-child {
        margin-bottom: 0;
    }
    .text-card_inner .h3.sm br {
        display: none;
    }
    .book-banner-enroll .container {
        justify-content: center;
        gap: 1.5em;
        text-align: center;
    }
    .book-banner-enroll .price {
        font-size: 60px;
    }

    .book-banner-enroll .btn {
        min-width: 100%;
    }
    .v-dot-shape-right {
        right: -4.75em;
    }
    .what-learnings ul.p.md {
        margin-bottom: 2em;
        column-count: 1;
        column-gap: 0;
    }
    .what-learnings ul.p.md li:not(:last-child) {
        margin-bottom: .6em;
    }
    .message-from-authors {
        padding-top: 10px;
    }

    .play-icon {
        width: 15vw;
    }
    .v-dot-shape-bottom {
        right: -3.5em;
        bottom: -.85em;
    }


    .masterclass-episodes {
        color: white;
        padding: 80px 0 50px;
    }
    .chapter-block {
        font-size: 24px;
        margin-top: 1.5em;
    }
    .chapter-block .h3.elg {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: .3em;
    }
    .chapter-block:first-of-type {
        margin-top: 1.75em;
    }
    .episode-list_item {
        font-size: 1em;
        font-family: var(--roc);
        font-weight: 800;
        line-height: .9em;
        text-transform: uppercase;
        padding: .8em .5em;
    }
    .episode-list_item .col-64 {
        width: 60%;
        font-size: .9em;
    }
    .episode-list_item .col-36 {
        width: 40%;
        font-size: .9em;
    }
    .episode-list_item button {
        height: 1.4em;
        width: 1.4em;
        text-indent: -1000em;
        padding-left: 0;
    }
    .chapter-view-control {
        margin-top: 3em;
    }

    .text-cards_block .p.md br {
        display: none;
    }
    .about-course h3 span {
        font-size: 1.2em;
        line-height: 1.3em;
        padding-bottom: .3em;
    }
    .video-div.overlay-text {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .book-section {
        padding: 108px 0 58px;
    }    
    .h2.sm {
        font-size: 45px;
    }
    .h3.sm {
        font-size: 34px;
    }
    .h3.elg {
        font-size: 52px;
    }
    .mid-section-spacing {
        padding: 65px 0;
    }
    .text-cards_block {
        font-size: 25px;
    }
    .book-banner-enroll .price {
        font-size: 90px;
    }
    .message-from-authors {
        padding-top: 15px;
    }
    .masterclass-episodes {
        padding: 116px 0 72px;
    }
    .chapter-block {
        font-size: 35px;
    }
    .chapter-block .h3.elg {
        font-size: 35px;
    }    
}