* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    line-height: 120%;
}

html,
body {
    font-size: 16px;
    width: 100%;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-right: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    overflow-x: hidden;
}

*:focus-visible {
    outline: 3px solid #FFBF47;
    outline-offset: 2px;
    border-radius: 0px;
}

.skip-link {
    position: absolute;
    top: -2.5rem;
    /* move it above the viewport */
    left: 1rem;
    background: #0000ff;
    /* button-blue or your brand color */
    color: #fff !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: top 0.3s ease;
    z-index: 1000;
}

.skip-link:focus {
    top: 1rem;
    /* slide into view when focused */
    outline: 3px solid #FFBF47;
    /* optional high-contrast ring */
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

img {
    width: 100%;
    position: relative;
}

figure,
blockquote {
    margin: 0;
}

button,
a {
    background: transparent;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

button:hover,
button:visited,
button:focus,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

span {
    font-family: inherit;
    font-weight: inherit;
}

p {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.5em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.p-lead {
    font-family: mBank;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

h2,
.h2 {
    color: #000;
    font-family: mBank;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 25px 0px;
}

h3,
.h3 {
    color: #000;
    font-family: mBank;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 20px 0px;
}

h4,
.h4 {
    color: #000;
    font-family: mBank;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 20px 0px;
}

section,
.section {
    padding: 85px 40px;
    position: relative;
}

section .sectionInner,
.section .sectionInner {
    width: 100%;
    margin: 0 auto;
    max-width: 1210px;
    position: relative;
}

section .columns {
    display: flex;
    gap: 40px;
    position: relative;
    align-items: center;
}

section .columns .column {
    flex: 1;
    min-width: 0;
    position: relative;
    width: 100%;
}

.wrapperMain {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

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

.text-white {
    color: #fff !important;
}

.text-pink {
    color: #FF0EB2 !important;
}

.text-blue {
    color: #0000FF !important;
}

.text-dark {
    color: #201C17 !important;
}

ul.square-bullet {
    list-style: none;
    padding-left: 0;
}

ul.square-bullet li {
    font-weight: 700;
    font-size: 20px;
    font-family: "mBank", sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

ul.square-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #FF0EB2;
    border-radius: 0;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: mBank;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 36px;
    padding: 8px 24px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btnCTA {
    padding: 14px 33px;
    width: 350px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #FF0EB2;
    z-index: 9;
    transition: 0.3s all ease-in-out;
    max-width: 100%;
}

.btnDownload {
    background: transparent;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.btnDownload .button-icon {
    padding-right: 22px;
}

.btnDownload .button-icon:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/download-icon.svg);
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.swiper-button-next.nav-arrow, .swiper-button-prev.nav-arrow{width: auto;}


/** Modal **/

.modal-overlay[hidden] {
    display: none;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1000;
}

.modal[hidden] {
    display: none;
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(99vw, 1250px);
    max-height: 85vh;
    overflow: auto;
    background: #fff;
    border-radius: 30px;
    z-index: 1001;
    border: 2px solid #000;
    padding: 45px 25px;
    overflow-x: hidden;
}

.modal {
    overscroll-behavior: contain;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .40) transparent;
}

.modal::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.modal::-webkit-scrollbar-track {
    background: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .40);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.modal::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .55);
}

.modal::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .70);
}

@media (prefers-color-scheme: dark) {
    .modal {
        scrollbar-color: rgba(255, 255, 255, .45) transparent;
        /* Firefox */
    }
    .modal::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .45);
    }
    .modal::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, .65);
    }
    .modal::-webkit-scrollbar-thumb:active {
        background-color: rgba(255, 255, 255, .80);
    }
}

@media (forced-colors: active) {
    .modal {
        scrollbar-color: CanvasText Canvas;
    }
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0;
}

.modal-close {
    position: absolute;
    right: 26px;
    top: 26px;
    width: 21px;
    cursor: pointer;
}

#stageNavDialog h2 {
    max-width: 350px;
}

#stageNavDialog .lessons-accordion .lesson-content .stages-flip-boxes {
    margin-top: 90px;
}



@media (max-width: 800px) {
    #stageNavDialog .lessons-accordion .lesson-content .stages-flip-boxes {
        margin-top: 50px;
    }
    #stageNavDialog .lessons-accordion .lesson-content {
        padding-bottom: 20px;
    }
}


/** Header **/

#header {
    display: flex;
    max-width: 1130px;
    margin: 55px auto 0;
    align-items: center;
    justify-content: space-between;
}

#header .leftWrapper {
    display: flex;
    align-items: center;
}

#header .logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 155px;
    height: 58px;
}

#header .separator {
    height: 55px;
    width: 2px;
    background-color: #0000ff;
    margin: 0 33px;
}

#header .headerImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 141px;
    height: 47px;
    margin-right: 20px;
}

#header .quiz {
    width: 206px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/btnQuiz.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#header .quiz .content {
    max-width: 179px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    font-size: 18px;
    font-family: "mBank", sans-serif;
    font-style: normal;
    font-weight: 600;
    background-color: #0000ff;
    color: #ffffff;
    border-radius: 20px;
    margin: 15px;
}

@media (max-width: 750px) {
    #header {
        padding: 0 30px;
        margin-top: 40px;
    }
    #header .logo {
        width: 124px;
        height: 46.4px;
    }
    #header .separator {
        height: 44px;
        width: 2px;
        margin: 0 25px;
    }
    #header .headerImage {
        width: 112.8px;
        height: 34.6px;
        flex-shrink: 0;
    }
}

@media (max-width: 550px) {
    #header {
        padding: 0 20px;
        margin-top: 30px;
    }
    #header .logo {
        width: 99.2px;
        height: 37.12px;
    }
    #header .separator {
        height: 35.2px;
        width: 2px;
        margin: 0 20px;
    }
    #header .headerImage {
        width: 90.24px;
        height: 27.68px;
        flex-shrink: 0;
        margin-right: 10px;
    }
    #header .quiz {
        max-width: 120px;
        background-image: unset;
        background-color: rgba(0, 0, 255, 0.5);
        border-radius: 28px;
        height: 53px;
    }
    #header .quiz .content {
        padding: 7px 20px;
        font-size: 16px;
        border-radius: 18px;
        max-width: 100px;
        margin: 10px;
    }
}

@media (max-width: 400px) {
    #header .separator {
        height: 35.2px;
        width: 2px;
        margin: 0 5px 0 10px;
    }
}

@media (max-width: 370px) {
    #header .logo {
        width: 99.2px;
        height: 37.12px;
    }
    #header .headerImage {
        width: 90.24px;
        height: 27.68px;
        flex-shrink: 0;
    }
    #header .separator {
        height: 35.2px;
        width: 2px;
        margin: 0 2px 0 7px;
    }
    #header .quiz {
        width: unset;
        max-width: unset;
        height: 37px;
    }
    #header .quiz .content {
        padding: 4px 10px;
        font-size: 16px;
        border-radius: 18px;
        width: unset;
        max-width: unset;
        margin: 5px;
    }
}

#footer .legal {
    font-size: 20px;
}

#hero {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 55px auto 0;
    padding: 0 50px;
    flex-direction: column;
    overflow: hidden;
}

#hero h1 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

#hero .mainImage {
    background-image: url("../../assets/img/kv.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1240px;
    padding-top: 474px;
    margin: 0 auto;
    border: 8px solid #ffffff;
    box-shadow: 4px 4px 15px 0px #0000FF1A;
    border-radius: 25px;
    position: relative;
}

#hero .mainImage .content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#hero h1 .absoluteFirst {
    top: 150px;
    left: -40px;
    position: absolute;
    background-color: #00ff00;
    color: #0014c2;
    font-family: "mBank", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    padding-left: 95px;
    padding-right: 25px;
}

#hero h1 .absoluteFirst:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #00ff00;
    -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    width: 32px;
    height: 20px;
}

#hero h1 .absoluteSecond {
    top: 217px;
    left: -40px;
    position: absolute;
    background-color: #ff0eb2;
    color: #ffffff;
    font-family: "mBank", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 61px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    padding-left: 95px;
    padding-right: 25px;
}

#hero h1 .absoluteSecond:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #ff0eb2;
    -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    width: 32px;
    height: 20px;
}

#hero h1 .absoluteThird {
    top: 283px;
    left: -40px;
    position: absolute;
    background-color: #0000ff;
    color: #ffffff;
    font-family: "mBank", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    padding-left: 95px;
    padding-right: 25px;
}

#hero h1 .absoluteThird:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #0000ff;
    -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    width: 32px;
    height: 20px;
}

#hero .mainImage .img1 {
    background-image: url("../../assets/img/section1-1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 69px;
    height: 75px;
    position: absolute;
    left: 128px;
    bottom: 22px;
    animation-duration: 6s;
    animation-name: imgZoomBig;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    scale: 0.9;
}

@keyframes imgZoomSmall {
    0% {
        scale: 0.95;
    }
    50% {
        scale: 1;
    }
    100% {
        scale: 0.95;
    }
}

@keyframes imgZoomBig {
    0% {
        scale: 0.9;
    }
    50% {
        scale: 1;
    }
    100% {
        scale: 0.9;
    }
}

#hero .mainImage .img4 {
    width: 931px;
    height: 489px;
    background-image: url("../../assets/img/kv-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -130px;
    top: 15px;
    animation-duration: 6s;
    animation-name: imgZoomSmall;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    scale: 0.95;
}

@media (max-width: 1300px) {
    #hero .mainImage .img4 {
        width: 750px;
        height: 440.1px;
        right: -60px;
        top: 50px;
    }
}

@media (max-width: 1150px) {
    #hero .mainImage {
        padding-top: 350px;
    }
    #hero h1 .absoluteFirst {
        top: 109.2px;
        left: -30px;
        font-size: 38.5px;
        line-height: 42px;
        padding-left: 72.8px;
        padding-right: 52.1px;
    }
    #hero h1 .absoluteFirst:after {
        top: -14px;
        width: 22.4px;
        height: 14px;
    }
    #hero h1 .absoluteSecond {
        top: 156.1px;
        left: -30px;
        font-size: 38.5px;
        line-height: 42px;
        padding-left: 72.8px;
        padding-right: 27.3px;
    }
    #hero h1 .absoluteSecond:after {
        top: -14px;
        width: 22.4px;
        height: 14px;
    }
    #hero h1 .absoluteThird {
        top: 203.7px;
        left: -30px;
        font-size: 38.5px;
        line-height: 42px;
        padding-left: 72.8px;
        padding-right: 35.7px;
    }
    #hero h1 .absoluteThird:after {
        top: -14px;
        width: 22.4px;
        height: 14px;
    }
    #hero .mainImage .img4 {
        width: 651.7px;
        height: 342.3px;
        right: -100px;
        top: 20px;
    }
}

@media (max-width: 960px) {
    #hero .mainImage {
        padding-top: 350px;
        background-position: center;
    }
    #hero .mainImage .img4 {
        width: 550px;
        right: -50px;
    }
}

@media (max-width: 850px) {
    #hero .mainImage {
        padding-top: 350px;
        background-position: center;
    }
    #hero .mainImage .img4 {
        width: 450px;
        height: 293.4px;
        top: 70px;
    }
}

@media (max-width: 750px) {
    #hero {
        padding: 0 30px;
        margin-top: 30px;
    }
    #hero .mainImage {
        padding-top: 260px;
        border-width: 5px;
    }
    #hero h1 .absoluteFirst {
        top: 87.36px;
        left: -25px;
        font-size: 30.8px;
        line-height: 33.6px;
        padding-left: 50px;
        padding-right: 37.68px;
    }
    #hero h1 .absoluteFirst:after {
        top: -14px;
        width: 21px;
        height: 14px;
    }
    #hero h1 .absoluteSecond {
        top: 124.88px;
        left: -25px;
        font-size: 30.8px;
        line-height: 33.6px;
        padding-left: 50px;
        padding-right: 21.84px;
    }
    #hero h1 .absoluteSecond:after {
        top: -14px;
        width: 21px;
        height: 14px;
    }
    #hero h1 .absoluteThird {
        top: 161.2px;
        left: -25px;
        font-size: 30.8px;
        line-height: 33.6px;
        padding-left: 50px;
        padding-right: 28.56px;
    }
    #hero h1 .absoluteThird:after {
        top: -14px;
        width: 21px;
        height: 14px;
    }
    #hero .mainImage .img1 {
        width: 38.64px;
        height: 42px;
        left: 90px;
        bottom: 10px;
    }
    #hero .mainImage .img2 {
        width: 40.32px;
        height: 50.96px;
        left: 215px;
        top: 63px;
    }
    #hero .mainImage .img3 {
        width: 87.92px;
        height: 79.52px;
        right: 10px;
        top: 10px;
    }
    #hero .mainImage .img4 {
        width: 350px;
        height: 244.5px;
        top: 28px;
        right: -10px;
    }
}

@media (max-width: 550px) {
    #hero {
        padding: 0 10px;
        margin-top: 20px;
        flex-direction: column-reverse;
    }
    #hero h1 {
        margin-top: 40px;
    }
    #hero .mainImage {
        padding-top: 260px;
        background-position: 80% center;
    }
    #hero h1 .absoluteFirst {
        font-size: 38.5px;
        line-height: 42px;
        padding-left: 50px;
        padding-right: 57.68px;
        position: relative;
        background-color: #00ff00;
        color: #0000ff;
        z-index: 2;
        font-family: "mBank", sans-serif;
        font-style: normal;
        font-weight: 600;
        top: 0;
        left: 0;
        width: fit-content;
    }
    #hero h1 .absoluteSecond {
        font-size: 38.5px;
        line-height: 42px;
        left: 0;
        padding-left: 50px;
        padding-right: 21.84px;
        position: relative;
        background-color: #ff0eb2;
        margin-top: 6px;
        color: #ffffff;
        z-index: 1;
        font-family: "mBank", sans-serif;
        font-style: normal;
        font-weight: 600;
        top: 0;
        left: 0;
        width: fit-content;
    }
    #hero h1 .absoluteThird {
        font-size: 38.5px;
        line-height: 42px;
        padding-left: 50px;
        padding-right: 28.56px;
        position: relative;
        background-color: #0000ff;
        margin-top: 6px;
        color: #ffffff;
        font-family: "mBank", sans-serif;
        font-style: normal;
        font-weight: 600;
        top: 0;
        left: 0;
        width: fit-content;
    }
    #hero .mainImage .img4 {
        right: calc(50% - 232.75px);
    }
}

@media (max-width: 450px) {
    #hero .mainImage {
        padding-top: 220px;
        background-position: 85% center;
    }
    #hero .mainImage .img4 {
        width: 300px;
        height: 202.3px;
        right: calc(50% - 140px);
    }
}

@media (max-width: 400px) {
    #hero .mainImage {
        padding-top: 200px;
        background-position: 85% center;
    }
}

@media (max-width: 450px) {
    #hero h1 .absoluteFirst {
        font-size: 30.8px;
        line-height: 33.6px;
        padding-left: 50px;
        padding-right: 37.68px;
    }
    #hero h1 .absoluteFirst:after {
        top: -14px;
        width: 21px;
        height: 14px;
    }
    #hero h1 .absoluteSecond {
        font-size: 30.8px;
        line-height: 33.6px;
        padding-left: 50px;
        padding-right: 21.84px;
        margin-top: 4px;
    }
    #hero h1 .absoluteSecond:after {
        top: -14px;
        width: 21px;
        height: 14px;
    }
    #hero h1 .absoluteThird {
        font-size: 30.8px;
        line-height: 33.6px;
        padding-left: 50px;
        padding-right: 28.56px;
        margin-top: 4px;
    }
    #hero h1 .absoluteThird:after {
        top: -14px;
        width: 21px;
        height: 14px;
    }
}

@media (max-width: 400px) {
    #hero h1 .absoluteFirst {
        padding-left: 40px;
        font-size: 28px;
    }
    #hero h1 .absoluteSecond {
        padding-left: 40px;
        font-size: 28px;
    }
    #hero h1 .absoluteThird {
        padding-left: 40px;
        font-size: 28px;
        line-height: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

@media (max-width: 350px) {
    #hero h1 .absoluteFirst {
        padding-left: 30px;
        font-size: 26px;
    }
    #hero h1 .absoluteSecond {
        padding-left: 30px;
        font-size: 26px;
    }
    #hero h1 .absoluteThird {
        padding-left: 30px;
        font-size: 26px;
        line-height: 26px;
    }
}


/** Concepts Section **/

#concepts h2 {
    max-width: 790px;
    margin: auto;
}

#concepts .concept-slider-container {
    position: relative;
    margin: 75px auto 65px auto;
    max-width: 820px;
}

#concepts .concept-slider {
    max-width: 550px;
}

#concepts .concept-slider figure {
    margin: 0;
}

#concepts .concept-slider-container .nav-arrow:after {
    display: none !important;
}

#concepts .concept-slider-container .nav-arrow img {
    width: 48px;
    height: 48px;
}

#concepts .concept-slider-container .carousel-nav {
    max-width: 820px;
}

#concepts h3.concept-caption {
    font-size: 24px;
    max-width: 790px;
    margin: auto;
}


/** Lessons Section **/

#lessons {
    padding: 0;
}

#lessons .sectionInner.outer {
    max-width: 100%;
}

.lessons-accordion details.lesson:not(:last-child) {
    margin-bottom: 20px;
}

.lessons-accordion .lesson>summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 18px;
    cursor: pointer;
    list-style: none;
    min-height: 44px;
    width: 1210px;
    max-width: calc(100% - 20px);
    background: #201C17;
    border-radius: 50px;
    border: 4px solid #fff;
    margin: auto;
    z-index: 1;
    position: relative;
}

.lessons-accordion .lesson:last-child>summary {
    background: #0000FF;
}

.lessons-accordion .lesson>summary::-webkit-details-marker {
    display: none;
}

.lessons-accordion .lesson>summary h3 {
    margin: 0;
    color: #fff;
}

.lessons-accordion .lesson>summary::after {
    content: "";
    width: 25px;
    height: 13px;
    background: center / contain no-repeat url("../img/white-chevron-down.svg");
    transform: rotate(0deg);
    transition: transform 200ms ease;
    pointer-events: none;
}

.lessons-accordion .lesson[open]>summary::after {
    transform: rotate(180deg);
}

.lessons-accordion .lesson[open]>summary {
    margin-bottom: -40px;
}

.lessons-accordion .lesson-content {
    padding-bottom: 50px;
}

.lessons-accordion .lesson-content .lesson-section {
    padding: 70px 40px;
    position: relative;
    background: #fff;
}

.lessons-accordion .lesson-content .lesson-section:first-child {
    padding-top: 130px;
}


/** Lesson 1 -1 **/

.lessons-accordion .lesson-content .lesson-1-1 {
    background: #0000FF;
    padding-bottom: 135px;
}

.lessons-accordion .lesson-content .lesson-1-1 .columns::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    transform: translate(-50px, -149px);
    width: 100px;
    height: 100px;
    background: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.lessons-accordion .lesson-content .lesson-1-1 .columnLeft {
justify-items: center;
}

.lessons-accordion .lesson-content .lesson-1-1 .columnLeft p {
    max-width: 480px;
}

.lessons-accordion .lesson-content .lesson-1-1 .columnRight {
    display: flex;
    justify-content: center;
    z-index: 2;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote {
    position: relative;
    z-index: 0;
    max-width: 470px;
    padding: 50px 50px 50px 100px;
    border-radius: 30px;
    background: transparent;
    overflow: visible;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: url(../img/texture-bg.jpg) center/cover no-repeat, #fff;
    border-radius: 30px;
    border: 2px solid #808285;
    z-index: 0;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 2px solid #808285;
    background: #fff;
    transform-origin: top left;
    transform: translate(24px, -15px) rotate(3deg);
    z-index: -1;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote>* {
    position: relative;
    z-index: 1;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote .quote-mark.top {
    font-size: 70px;
    font-weight: 700;
    font-family: mBank;
    position: absolute;
    left: 47px;
    top: 11px;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote .quote-mark.bottom {
    font-size: 70px;
    font-weight: 700;
    font-family: mBank;
    position: absolute;
    right: 40px;
    bottom: 70px;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote .green-pin {
    position: absolute;
    width: 60px;
    top: -42px;
    right: 0;
    transform: rotate(18deg);
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote .green-pin-alt {
    position: absolute;
    width: 92px;
    bottom: 19px;
    left: -49px;
    transform: rotate(-55deg);
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote blockquote p {
    font-family: mBank;
    font-weight: 600;
    font-style: Italic;
    font-size: 20px;
    letter-spacing: 0%;
    margin: 0 0 30px 0;
}

.lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote cite {
    font-family: mBank;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}


.lessons-accordion .lesson-content .lesson-1-1  p{max-width: 830px;
margin: 30px auto 80px auto;}

.lessons-accordion .lesson-content .lesson-1-1 .video-link-container {
    width: 100%;
    max-width: 480px;
    margin: auto;
}

.lessons-accordion .lesson-content .lesson-1-1 .video-link {
    display: block;
    position: relative;
    padding-top: 58%;
    border-radius: 30px;
    border: 4px solid #fff;
    overflow: hidden;
}

.lessons-accordion .lesson-content .lesson-1-1 .video-link img.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -10px 50%;
}

.lessons-accordion .lesson-content .lesson-1-1 .video-link:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/play-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


/** Lesson 1 -2 **/

.lessons-accordion .lesson-content .lesson-1-2 .columnLeft img {
    display: block;
    margin: auto;
    max-width: 540px;
}

.lessons-accordion .lesson-content .lesson-1-2 .columnRight:after {
    content: "";
    position: absolute;
    bottom: -85px;
    left: 50%;
    width: 100px;
    height: 100px;
    background: url(../img/bulb.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-2 .columnRight::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 50px;
    width: 110px;
    height: 110px;
    background: url(../img/target.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


/** Lesson 1 -3 **/

.lessons-accordion .lesson-content .note-cards-section {
    background: url(../img/texture-bg.jpg);
    background-size: cover;
    background-position: center;
}

.lessons-accordion .lesson-content .note-cards-section .columns {
    align-items: stretch;
    margin-top: 120px;
    justify-content: center;
}

.lessons-accordion .lesson-content .note-cards-section .columns .column {
    display: flex;
}

.lessons-accordion .lesson-content .note-cards-section .note-card {
    position: relative;
    z-index: 0;
    padding: 50px 20px 15px 20px;
    border-radius: 30px;
    background: transparent;
    overflow: visible;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lessons-accordion .lesson-content .note-cards-section .note-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #0000FF;
    z-index: 0;
    pointer-events: none;
}

.lessons-accordion .lesson-content .note-cards-section .note-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 2px solid #0000FF;
    background: #fff;
    transform-origin: top left;
    transform: translate(1px, -15px) rotate(5deg);
    z-index: -1;
    pointer-events: none;
}

.lessons-accordion .lesson-content .note-cards-section .note-card>* {
    position: relative;
    z-index: 1;
}

.lessons-accordion .lesson-content .note-cards-section .note-card.pink::after,
.lessons-accordion .lesson-content .note-cards-section .note-card.pink::before {
    border: 2px solid #FF0EB2;
}

.lessons-accordion .lesson-content .note-cards-section .note-card h5 {
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
    font-size: 24px;
    color: #0000FF;
}

.lessons-accordion .lesson-content .note-cards-section .note-card.pink h5 {
    color: #FF0EB2;
}

.lessons-accordion .lesson-content .note-cards-section .note-card p {
    margin: 0px auto 0px auto;
    max-width: 200px;
    font-weight: 600;
}

.lessons-accordion .lesson-content .note-cards-section .note-card .pin {
    position: absolute;
    width: 85px;
    top: -64px;
    left: 50%;
    transform: translate(-30%, 0px);
    pointer-events: none;
}

.lessons-accordion .lesson-content .note-cards-section .note-card.pink .pin {
    width: 60px;
}

.lessons-accordion .lesson-content .note-cards-section .columns .column:nth-child(2) .note-card .pin {
    transform: translate(-61%, 0px) rotate(-39deg);
}

.lessons-accordion .lesson-content .note-cards-section .columns .column:nth-child(3) .note-card .pin {
    width: 107px;
    transform: translate(-37%, 0px) rotate(-39deg);
}

.lessons-accordion .lesson-content .note-cards-section .columns .column:nth-child(2) .note-card::after {
    transform: translate(-19px, 18px) rotate(-5deg);
}

.lessons-accordion .lesson-content .note-cards-section .columns .column:nth-child(4) .note-card::after {
    transform: translate(10px, -2px) rotate(5deg);
}


/** Lesson 1 -4 **/

.lessons-accordion .lesson-content .lesson-1-4 h4 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.lessons-accordion .lesson-content .stages-flip-boxes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 150px;
    margin-bottom: 70px;
}


/* Core card */

.lessons-accordion .lesson-content .stages-flip-box {
    width: 100%;
    padding-top: 20%;
    position: relative;
    border-radius: 50%;
    perspective: 1000px;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    display: inline-block;
    z-index: 1;
}

.lessons-accordion .lesson-content .stages-flip-box::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #000;
    background: #fff;
    position: absolute;
    left: 8px;
    top: -8px;
    z-index: -1;
}

.lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) {
    margin-top: 10%;
}

.lessons-accordion .lesson-content .face {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 8px;
    padding: 30px 19px;
    color: #fff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform .7s ease;
}

.lessons-accordion .lesson-content .face.back-face {
    padding-top: 50px;
}

.lessons-accordion .lesson-content .front-face img {
    width: 62px;
    height: auto;
    display: block;
}

.lessons-accordion .lesson-content .back-face img {
    width: 44px;
    height: auto;
    display: block;
}


/* Default state */

.lessons-accordion .lesson-content .front-face {
    background: #0000FF;
    transform: rotateY(0deg);
}

.lessons-accordion .lesson-content .back-face {
    background: #FF0EB2;
    transform: rotateY(-180deg);
}


/* Flipped state */

.lessons-accordion .lesson-content .stages-flip-box[data-flipped="true"] .front-face {
    transform: rotateY(180deg);
}

.lessons-accordion .lesson-content .stages-flip-box[data-flipped="true"] .back-face {
    transform: rotateY(0deg);
}

.lessons-accordion .lesson-content .stages-flip-box .stage-label {
    color: #00FF00;
    font-family: mBank;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0 0 4px 0px;
}

.lessons-accordion .lesson-content .stages-flip-box h5 {
    color: #fff;
    font-family: mBank;
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    margin: 0 0 12px 0px;
}

.lessons-accordion .lesson-content .stages-flip-box p {
    font-size: 12px;
    font-weight: 600;
    max-width: 190px;
    margin: 0 auto 0 auto;
}

.lessons-accordion .lesson-content .stages-flip-box .stages-path {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: -34%;
    pointer-events: none;
}

.lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) .stages-path {
    transform: rotate(180deg) scaleX(-1);
    top: 34%;
}

@media (max-width: 1200px) {
    .lessons-accordion .lesson-content .stages-flip-box h5 {
        margin: 0px;
    }
}

@media (max-width: 1100px) {
    .lessons-accordion .lesson-content .stages-flip-box h5 {
        font-size: 16px;
        margin: 0px;
    }
    .lessons-accordion .lesson-content .front-face img {
        width: 40px;
    }
    .lessons-accordion .lesson-content .face.back-face {
        padding-top: 35px;
    }
    .lessons-accordion .lesson-content .back-face img {
        width: 30px;
    }
}

@media (max-width: 1024px) {
    .lessons-accordion .lesson-content .front-face h5 {
        font-size: 18px;
    }
    .lessons-accordion .lesson-content .back-face img {
        width: 40px;
    }
    .lessons-accordion .lesson-content .stages-flip-boxes {
        margin-top: 80px;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(3, 220px);
        gap: 24px;
        justify-content: center;
        grid-row-gap: 60px;
    }
    .lessons-accordion .lesson-content .stages-flip-box {
        padding-top: 220px;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(3) .stages-path {
        display: none;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(4),
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(5) {
        margin-top: 0;
        margin-left: 50%;
    }
    .lessons-accordion .lesson-content .stages-flip-box .stages-path {
        top: -20%;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) .stages-path {
        top: 20%
    }
}

@media (max-width: 800px) {
    .lessons-accordion .lesson-content .stages-flip-boxes {
        grid-template-columns: repeat(1, 220px);
        grid-row-gap: 20px;
    }
    .lessons-accordion .lesson-content .stages-flip-box {
        margin-left: -20% !important;
        margin-top: 0 !important;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) {
        margin-top: 0 !important;
        margin-left: 20% !important;
    }
    .lessons-accordion .lesson-content .stages-flip-box .stages-path {
        top: 50%;
        left: 30%;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) .stages-path {
        transform: rotate(180deg) scaleY(-1);
        top: 34%;
        left: -23%;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(3) .stages-path {
        display: block;
    }
}

@media (max-width: 360px) {
    .lessons-accordion .lesson-content .stages-flip-box {
        margin-left: 0 !important;
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) {
        margin-left: 0 !important;
    }
    .lessons-accordion .lesson-content .stages-flip-box .stages-path {
        top: 50%;
        left: 22%;
        transform: rotate(45deg);
    }
    .lessons-accordion .lesson-content .stages-flip-box:nth-child(2n) .stages-path {
        transform: rotate(90deg) scaleY(-1);
    }
}


/** Lesson 1 -5 **/

.lessons-accordion .lesson-content .stage-intro-section {
    background: url(../img/gradient-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
    overflow: hidden;
}

.lessons-accordion .lesson-content .stage-intro-section h4 {
    font-size: 48px;
    color: #231F20;
}

.lessons-accordion .lesson-content .stage-intro-section .stage-label {
    color: #231F20;
    font-family: mBank;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.lessons-accordion .lesson-content .stage-intro-section .stage-nav-trigger {
    display: block;
    margin: auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.lessons-accordion .lesson-content .stage-intro-section .stage-navigation-icon {
    width: 112px;
    display: block;
    margin: auto;
}

.lessons-accordion .lesson-content .stage-intro-section .stage-nav-trigger::after{content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 136px;
height: 67px;
background: url(../img/icon-stage-navigation-shadow.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
opacity: 0;
transition: all .3s ease;}

.lessons-accordion .lesson-content .stage-intro-section .stage-nav-trigger:hover::after {
    opacity: 1;
}

.lessons-accordion .lesson-content .stage-intro-section .columns.intro-video {
    margin-top: 70px;
    margin-bottom: 85px;
}

.lessons-accordion .lesson-content .stage-intro-section .columns.intro-video .video-link-container {
    max-width: 480px;
    margin: auto;
}

.lessons-accordion .lesson-content .stage-intro-section .columns.intro-video .video-link {
    display: block;
    position: relative;
    padding-top: 58%;
    border-radius: 30px;
    border: 4px solid #fff;
    overflow: hidden;
}

.lessons-accordion .lesson-content .stage-intro-section .columns.intro-video .video-link img.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -10px 50%;
}

.lessons-accordion .lesson-content .stage-intro-section .columns.intro-video .video-link:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/play-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.lessons-accordion .lesson-content .stage-intro-section .steps-title {
    font-size: 30px;
    color: #201C17;
    margin-top: 70px;
}

.lessons-accordion .lesson-content .stage-intro-section .steps {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin: 70px 0 0px 0;
    z-index: 2;
    gap: 20px;
}

.lessons-accordion .lesson-content .stage-intro-section .steps::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    border-top: 2px solid #4D4D4D;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.lessons-accordion .lesson-content .stage-intro-section .steps::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% - 42px);
    left: 50%;
    top: 42px;
    transform: translate(-50%, 0%);
    background: #fff;
}

.lessons-accordion .lesson-content .stage-intro-section .steps li::marker {
    content: "";
}

.lessons-accordion .lesson-content .stage-intro-section .steps li {
    width: 300px;
    max-width: 100%;
    position: relative;
    display: flex;
}

.lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-header {
    font-family: mBank;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 78px;
    padding: 10px 20px;
    background: transparent;
    border-radius: 40px;
    position: relative;
    z-index: 0;
    overflow: visible;
}

.lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FF0EB2;
    border-radius: 40px;
    border: 2px solid #4D4D4D;
    z-index: -1;
    /* move behind in-flow content */
}

.lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 8px;
    top: -8px;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #4D4D4D;
    z-index: -2;
}

.lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-content {
    padding: 100px 25px 25px 25px;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #4D4D4D;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-content p {
    text-align: center;
    margin: 0;
}

.lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-content img {
    width: 85px;
    margin: 0 auto;
    display: block;
}

.lessons-accordion .lesson-content .stage-intro-section .steps.expanded-content .steps-pill-header::after {
    display: none;
}

.lessons-accordion .lesson-content .stage-intro-section .steps.expanded-content .steps-pill-header {
    position: absolute;
    width: 100%;
    left: -7px;
    top: 7px;
}


/** Lesson 1 -6 **/

.lessons-accordion .lesson-content .lesson-1-6 {
    padding-top: 100px;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card {
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    overflow: hidden;
    margin-top: 70px;
    overflow: hidden;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-header {
    padding: 20px;
    background: #201C17;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-header h5 {
    margin: 0;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content {
    background: url(../img/texture-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 65px 300px 65px 95px;
    position: relative;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content::after {
    content: "";
    position: absolute;
    width: 144px;
    height: 144px;
    background-image: url(../img/book.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 100px;
    right: 80px;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content ul.check-list {
    list-style: none;
    padding-left: 0;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content ul.check-list li {
    font-weight: 700;
    font-size: 20px;
    font-family: "mBank", sans-serif;
    position: relative;
    padding-left: 65px;
    margin-bottom: 24px;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content ul.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../img/check-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


/** Lesson 1 -7 **/

.lessons-accordion .lesson-content .lesson-1-7 .columns .columnRight {
    max-width: 240px;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container h4 {
    font-size: 30px;
    margin-bottom: 40px;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container {
    max-width: 820px;
    position: relative;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .question-slider {
    max-width: 610px;
    margin: auto
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-card {
    border: 1px solid #111;
    border-radius: 18px;
    overflow: hidden;
    background: #0000FF;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 26px 45px 26px 60px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 18px;
    position: relative;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-head::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 26px;
    top:28px;
    background: url(../img/cross-faq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-head h5 {
    font-family: "mBank", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-head h5 .text-pink {
    font-weight: 700;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .chev {
    margin-left: auto;
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 20px;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .chev::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg);
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-body {
    padding: 22px 36px 22px 60px;
    background: #0811ff;
    color: #fff;
    font-family: "mBank", sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 0 18px 18px;
    position: relative;
}


.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .qa-body::before{
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 26px;
    top:22px;
    background: url(../img/tick-faq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .nav-arrow::after {
    display: none !important
}

.lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .nav-arrow img {
    width: 48px;
}


/** Lesson 1 -8 **/

.lessons-accordion .lesson-content .lesson-1-8 {
    padding-bottom: 120px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow {
    padding: 80px 100px;
    border-radius: 30px;
    background: transparent;
    position: relative;
    z-index: 0;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #4D4D4D;
    background: #fff;
    z-index: -1;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #4D4D4D;
    background: #EAEAEA;
    z-index: -2;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h4.main-heading {
    font-size: 60px;
    font-weight: 700;
    font-family: "mBank", sans-serif;
    color: #231F20;
    line-height: 3em;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h4.main-heading span {
    font-size: 160px;
    line-height: 32px;
    display: block;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h5.secondary-heading {
    color: #231F20;
    margin: auto;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h5.secondary-heading.top {
    max-width: 412px;
    margin-bottom: 50px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h5.secondary-heading.bottom {
    max-width: 727px;
    margin-top: 50px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h5.secondary-heading span {
    color: #0000FF;
    font-size: 32px;
    display: block;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box {
    display: flex;
    border-radius: 20px;
    border: 2px solid #4D4D4D;
    background: url(../img/texture-bg.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-number {
    width: 55px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    background: #fff;
    border-radius: 20px 0 0 20px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-number span {
    font-family: mBank;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -.01em;
    text-align: center;
    vertical-align: middle;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-content {
    padding: 25px 45px;
    width: -webkit-fill-available;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-content p {
    margin: 0;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-question {
    color: #201C17;
    font-weight: 600;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-answer {
    color: #FF0EB2;
    font-weight: 600;
    font-style: italic;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-divider {
    margin: 20px 0px;
    height: 4px;
    background: url(../img/dot-line.svg);
    background-size: auto 4px;
    background-repeat: repeat no-repeat;
    background-position: center;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box:nth-of-type(2) {
    border: 4px solid #4D4D4D;
    border-radius: 30px;
    max-width: 730px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box:nth-of-type(2) .why-box-number {
    width: 70px;
    border-radius: 30px 0 0 30px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box:nth-of-type(2) .why-box-question,
.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box:nth-of-type(2) .why-box-answer {
    font-family: "mBank", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box:nth-of-type(2) .why-box-divider {
    height: 6px;
    background: url(../img/dot-line.svg);
    background-size: auto 6px;
    background-repeat: repeat no-repeat;
    background-position: center;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow {
    position: absolute;
    z-index: 2;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-1 {
    width: 150px;
    bottom: -66px;
    left: -106px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-2 {
    width: 150px;
    bottom: -88px;
    right: -44px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-3 {
    width: 66px;
    bottom: -88px;
    left: -83px;
}

.lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-4 {
    width: 66px;
    bottom: -88px;
    right: -82px;
}


/** Lesson 1 -9 **/

.lessons-accordion .lesson-content .homework {
    background-color: #201C17;
    min-height: 290px;
    display: flex;
    align-items: center;
}

.lessons-accordion .lesson-content .homework .sectionInner .columns .columnLeft:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 170px;
    left: 45px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/rocket.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.lessons-accordion .lesson-content .homework .columns .columnLeft {
    padding-left: 160px;
}

.lessons-accordion .lesson-content .homework .columns .columnRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lessons-accordion .lesson-content .homework .columns .columnRight .btnDownload {
    margin-bottom: 20px;
}


/** Lesson 2 -1 **/

.lessons-accordion .lesson-content .lesson-2-1 {
    padding-top: 85px !important;
}

.lessons-accordion .lesson-content .lesson-2-1 .steps li:first-child .steps-pill-header {
    color: #808285;
}

.lessons-accordion .lesson-content .lesson-2-1 .steps li:first-child .steps-pill-header:before {
    background-color: #fff;
}


/** Lesson 2 -2 **/

.lessons-accordion .lesson-content .lesson-2-2 {
    padding-top: 120px;
}

.lessons-accordion .lesson-content .lesson-2-2 .columns {
    margin-top: 30px;
}

.lessons-accordion .lesson-content .lesson-2-2 .columns .columnRight img {
    display: block;
    max-width: 455px;
    margin: auto;
}

.lessons-accordion .lesson-content .lesson-2-2 .columns .columnLeft h5:nth-of-type(2) {
    margin-top: 40px;
}


/** Lesson 2 -3 **/

.lessons-accordion .lesson-content .lesson-2-3 {padding-bottom: 0 !important;}
.lessons-accordion .lesson-content .lesson-2-3 .stage-intro-section{overflow: visible;
background: #201C17;}

.lessons-accordion .lesson-content .stage-intro-section .steps{margin-top: 100px;}


.lessons-accordion .lesson-content .lesson-2-3 .steps li:first-child .steps-pill-header, .lessons-accordion .lesson-content .lesson-2-3 .steps li:nth-child(2) .steps-pill-header {
    color: #808285;
}

.lessons-accordion .lesson-content .lesson-2-3 .steps li:first-child .steps-pill-header:before, .lessons-accordion .lesson-content .lesson-2-3 .steps li:nth-child(2) .steps-pill-header:before {
    background-color: #fff;
}



/** Lesson 2 -4 **/

.lessons-accordion .lesson-content .lesson-2-4 {
    padding-bottom: 100px;
}

.lessons-accordion .lesson-content .lesson-2-4 .pill-header-card .pill-header {
    background: #00FF00;
    padding: 26px 20px;
}

.lessons-accordion .lesson-content .lesson-2-4 .pill-header-card .pill-content {
    padding-right: 95px;
    padding-top: 30px;
}

.lessons-accordion .lesson-content .lesson-2-4 .pill-header-card .pill-content::after {
    display: none;
}

.lessons-accordion .lesson-content .lesson-2-4 .pill-header-card .pill-content .columns {
    margin-top: 50px;
}

.lessons-accordion .lesson-content .lesson-2-4 .pill-header-card .pill-content .columns .columnRight h6:nth-of-type(2) {
    margin-top: 40px;
}

.lessons-accordion .lesson-content .lesson-2-4 .pill-header-card .pill-content .columns .columnRight ul {
    padding-left: 20px;
}


/** Lesson 2 -5 **/

.lessons-accordion .lesson-content .lesson-2-5.homework .sectionInner .columns .columnLeft:after {
    background-image: url(../img/brain.svg);
    width: 106px;
    height: 122px;
    left: 10px;
    top: 30%;
}


/** Lesson 2 -6 **/


/** Lesson 2 -7 **/

.lessons-accordion .lesson-content .lesson-2-7 .columns {
    margin-top: 75px;
}

.lessons-accordion .lesson-content .lesson-2-7 .columns .columnLeft img {
    max-width: 475px;
    margin: auto;
    display: block;
}

.lessons-accordion .lesson-content .lesson-2-7 .columns .columnRight h5:not(:first-of-type) {
    margin-top: 40px;
}


/** Lesson 2 -8 **/

.lessons-accordion .lesson-content .lesson-2-8.homework .sectionInner .columns .columnLeft:after {
    background-image: url(../img/bulb-pink.svg);
    width: 130px;
    height: 140px;
    left: 0px;
    top: 30%;
}


/** Lesson 2 -9 **/

.lessons-accordion .lesson-content .lesson-2-9 .columns {
    margin-top: 75px;
}

.lessons-accordion .lesson-content .lesson-2-9 .columns .columnRight {
    width: fit-content;
}

.lessons-accordion .lesson-content .lesson-2-9 .columns .columnRight img {
    max-width: 380px;
    display: block;
}

.lessons-accordion .lesson-content .lesson-2-9 .columns .columnRight::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 140px;
    background-image: url(../img/bulb-pink-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    left: 400px;
    top: 0;
    z-index: 0;
}

.lessons-accordion .lesson-content .lesson-2-9 .columns .columnRight::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 110px;
    background-image: url(../img/plus-minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    left: -120px;
    bottom: 0;
    z-index: 0;
}

.lessons-accordion .lesson-content .lesson-2-9 .columns .columnLeft p {
    max-width: 445px;
}


/** Lesson 2 -10 **/

.lessons-accordion .lesson-content .lesson-2-10.homework .sectionInner .columns .columnLeft:after {
    background-image: url(../img/flag.svg);
    width: 137px;
    height: 105px;
    left: 00px;
    top: 30%;
}


/** Lesson 2 -11 **/

.lessons-accordion .lesson-content .lesson-2-11 {
    background: url(../img/texture-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.lessons-accordion .lesson-content .lesson-2-11 h4 {
    margin-bottom: 80px;
}

.lessons-accordion .lesson-content .lesson-2-11 .nav-arrow:after{display: none !important;}
.lessons-accordion .lesson-content .lesson-2-11 .nav-arrow img{width: 48px;}

.lessons-accordion .lesson-content .lesson-2-11 .nav-arrow{top:calc(50% + 50px)}

.lessons-accordion .lesson-content .lesson-2-11 .help-form-slider{position: relative;}

.lessons-accordion .lesson-content .lesson-2-11 .help-form {
    width: 960px;
    margin: 42px auto 20px auto;
    padding: 70px 90px 50px 90px;
    position: relative;
    z-index: 0;
    max-width: calc(100% - 36px);
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .pin {
    position: absolute;
    left: 0;
    top: 0px;
    pointer-events: none;
    width: 90px;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .pin.blue-pin {
    width: 80px;
    left: 30px;
    top: -40px;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .pin.green-pin {
    width: 50px;
    left: auto;
    right: 30px;
    top: -40px;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #4D4D4D;
    z-index: -1;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 14px;
    top: 14px;
    background: #EAEAEA;
    border-radius: 30px;
    border: 2px solid #4D4D4D;
    z-index: -2;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .title-hand {
    font-family: "Caveat", sans-serif;
    font-weight: 400;
    font-size: 54px;
    letter-spacing: -.05em;
    text-align: center;
    margin: 0 0 45px;
    color: #201C17;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .title-hand span{display: block;
    font-family: mBank;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .hand {
    font-family: "Caveat", sans-serif;
    font-size: 46px;
    line-height: 1em;
    font-weight: 400;
    color: #201C17;
}



.lessons-accordion .lesson-content .lesson-2-11 .help-form .row-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    align-items: end;
    margin-bottom: 20px;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .flex-1 {
    flex: 1
}


/* dotted inputs */

.lessons-accordion .lesson-content .lesson-2-11 .help-form .dotted-line {
    position: relative;
    min-height: 36px;
    width: 100%;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .dotted-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: url(../img/dot-line.svg);
    background-size: auto 4px;
    background-repeat: repeat no-repeat;
    background-position: center;
    pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form input {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 32px;
    padding: 6px 0;
    position: relative;
    z-index: 1;
    font-family: "Caveat", sans-serif;
    color: #201C17;
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form input::placeholder {
    font-size: 24px !important;
    opacity: 1 !important;
    color: #201C17;
}


/* buttons */

.lessons-accordion .lesson-content .lesson-2-11 .help-form .actions {
    text-align: center;
    margin-top: 55px;
    display: flex;
    gap: 50px;
    justify-content: center
}

.lessons-accordion .lesson-content .lesson-2-11 .help-form .btn {
    background: #201C17;
    border: 2px solid #201C17;
    color: #fff;
    border: 0;
    padding: 14px 55px;
    font-weight: 600;
    cursor: pointer
}


.lessons-accordion .lesson-content .lesson-2-11 .help-form .btn.outline{
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}


/** Lesson 3 -1 **/

.lessons-accordion .lesson-content .lesson-3-1 {
    padding-top: 85px !important;
}

.lessons-accordion .lesson-content .lesson-3-1.stage-intro-section .steps {
    gap: 160px;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


/** Lesson 3 -2 **/

.lessons-accordion .lesson-content .lesson-3-2 {
    background: #fff;
}

.lessons-accordion .lesson-content .lesson-3-2 h4 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column {
    justify-content: center;
}

.lessons-accordion .lesson-content .lesson-3-2 .note-card {
    max-width: 240px;
    ;
}

.lessons-accordion .lesson-content .lesson-3-2 .note-card::before {
    background: url(../img/texture-bg.jpg);
    background-size: cover;
    background-position: center
}

.lessons-accordion .lesson-content .lesson-3-2 .columns {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.lessons-accordion .lesson-content .lesson-3-2 .note-card h5 {
    min-height: 40px;
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(1) .note-card::after {
    transform: translate(-16px, 15px) rotate(-5deg);
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(2) .note-card::before {
    border-color: #0000FF;
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(2) .note-card::after {
    transform: translate(2px, -17px) rotate(5deg);
    border-color: #FF0EB2;
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(3) .note-card::after {
    transform: translate(14px, 1px) rotate(5deg);
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(1) .note-card .pin {
    transform: translate(-77%, 0px) rotate(-36deg);
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(2) .note-card .pin {
    transform: translate(-31%, 27px) rotate(5deg);
    width: 95px;
}

.lessons-accordion .lesson-content .lesson-3-2 .columns .column:nth-child(3) .note-card .pin {
    transform: translate(-4%, 9px) rotate(5deg);
    width: 60px;
}

.lessons-accordion .lesson-content .lesson-3-2 p {
    max-width: 685px;
    margin: 60px auto 0 auto;
}


/** Lesson 3 -3 **/

.lessons-accordion .lesson-content .lesson-3-3 {
    background: url(../img/texture-bg.jpg);
    background-size: cover;
    background-position: center;
}

.lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container {
    position: relative;
    margin-top: 65px;
}

.lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container .nav-arrow:after {
    display: none !important;
}

.lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container .nav-arrow.swiper-button-next {
    top: 30px;
    right: -5px;
}

.lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container .nav-arrow.swiper-button-prev {
    top: 30px;
    left: -5px;
}

.lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container .nav-arrow img {
    width: 48px;
    height: 48px;
}

.lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider p.slider-description {
    max-width: 650px;
    text-align: center;
    margin: 15px auto 80px auto;
}

.lessons-accordion .lesson-content .pinboard-hanger {
    position: relative;
    width: 500px;
    height: 40px;
    margin: 100px auto 0 auto;
}

.lessons-accordion .lesson-content .pinboard-hanger img.pin {
    position: absolute;
    width: 110px;
    left: 50%;
    top: -64px;
    transform: translate(-50%, 0) rotate(-24deg);
    z-index: 1;
    pointer-events: none;
}

.lessons-accordion .lesson-content .pinboard-hanger::before,
.lessons-accordion .lesson-content .pinboard-hanger::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 253px;
    border-top: 2px solid #000;
    transform-origin: left top;
    pointer-events: none;
}

.lessons-accordion .lesson-content .pinboard-hanger::after {
    transform: rotate(9.09deg);
}

.lessons-accordion .lesson-content .pinboard-hanger::before {
    transform: scaleX(-1) rotate(9.09deg);
}
/**
.lessons-accordion .lesson-content .pinboard {
    cursor: url('../img/custom-cursor.svg') 6 2, url('../img/custom-cursor.svg') 6 2, pointer;
}
*/

/* Make pins keep the same custom cursor */


.lessons-accordion .lesson-content .pinboard {
    position: relative;
    max-width: 1100px;
    height: 620px;
    margin: 0px 12px 2px 12px;
    background: transparent;
    z-index: 0;
}

.lessons-accordion .lesson-content .pinboard::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/pinboard-texture-bg.jpg') center/cover no-repeat;
    border-radius: 50px;
    border: 1px solid #000;
    z-index: -1;
    pointer-events: none;
}

.lessons-accordion .lesson-content .pinboard::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: calc(100% + 20px);
    height: 100%;
    background: #EAEAEA;
    border-radius: 50px;
    border: 1px solid #000;
    z-index: -2;
    pointer-events: none;
}

.lessons-accordion .lesson-content .pinboard .pinboard-center-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    z-index: 0;
    pointer-events: none;
}

.lessons-accordion .lesson-content .pinboard-item {
    position: absolute;
    width: 160px;
    z-index: 1;
}


/* pin button */

.lessons-accordion .lesson-content .pin-btn {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 82%;
    z-index: 4;
}

.lessons-accordion .lesson-content .pin-btn img {
    display: block;
    width: 40px;
    height: auto;
}

.lessons-accordion .lesson-content .pin-btn.blue-pin img {
    width: 60px;
}

.lessons-accordion .lesson-content .pin-btn.pink-pin img {
    width: 55px;
}

.lessons-accordion .lesson-content .pin-btn:focus-visible {
    outline: 3px solid #000;
}


/* note (hidden by default) */

.lessons-accordion .lesson-content .note {
    position: absolute;
    left: 50%;
    top: 36px;
    width: 100%;
    height: 170px;
    transform: translate(0%, 56px) scale(.97);
    opacity: 0;
    pointer-events: auto;
    transition: transform .55s cubic-bezier(.2, .9, .15, 1.2), opacity .25s ease-out;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px 30px 18px 18px;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lessons-accordion .lesson-content .note-text {
    margin: 0;
}


/* note backgrounds */

.lessons-accordion .lesson-content .note-pink {
    background-image: url('../img/note-pink.png');
}

.lessons-accordion .lesson-content .note-blue {
    background-image: url('../img/note-blue.png');
}

.lessons-accordion .lesson-content .note-green {
    background-image: url('../img/note-green.png');
}


/* open state: sibling of the toggled pin */

.lessons-accordion .lesson-content .pin-btn[aria-expanded="true"]+.note {
    transform: translate(0%, 0) scale(1);
    opacity: 1;
    pointer-events: auto;
}


/* placement (tweak to match your design) */

.lessons-accordion .lesson-content .pinboard .item-1 {
    left: 5%;
    top: 10%;
    transform: translate(-50%, -20%);
}

.lessons-accordion .lesson-content .pinboard .item-2 {
    left: 27%;
    top: 6%;
    transform: translate(-50%, -20%) rotate(4deg);
}

.lessons-accordion .lesson-content .pinboard .item-3 {
    left: 62%;
    top: 7%;
    transform: translate(-50%, -20%) rotate(3.5deg);
}

.lessons-accordion .lesson-content .pinboard .item-4 {
    left: 80%;
    top: 16%;
    transform: translate(-50%, -20%) rotate(-5deg);
}

.lessons-accordion .lesson-content .pinboard .item-5 {
    left: 3%;
    top: 55%;
    transform: translate(-50%, -20%);
}

.lessons-accordion .lesson-content .pinboard .item-6 {
    left: 21%;
    top: 33%;
    transform: translate(-50%, -20%) rotate(8deg);
}

.lessons-accordion .lesson-content .pinboard .item-7 {
    left: 26%;
    top: 64%;
    transform: translate(-50%, -20%) rotate(-6deg);
}

.lessons-accordion .lesson-content .pinboard .item-8 {
    left: 59%;
    top: 58%;
    transform: translate(-50%, -20%) rotate(1deg);
    z-index: 3;
}

.lessons-accordion .lesson-content .pinboard .item-9 {
    left: 70%;
    top: 47%;
    transform: translate(-50%, -20%) rotate(-8deg);
    z-index: 2;
}

.lessons-accordion .lesson-content .pinboard .item-10 {
    left: 85%;
    top: 57%;
    transform: translate(-50%, -20%) rotate(8deg);
}

.lessons-accordion .lesson-content .pinboard .item-1 .pin-btn img {
    transform: rotate(-32deg);
}

.lessons-accordion .lesson-content .pinboard .item-2 .pin-btn img {
    transform: rotate(26deg);
}

.lessons-accordion .lesson-content .pinboard .item-4 .pin-btn img {
    transform: translate(-10px, 0) rotate(-36deg);
}

.lessons-accordion .lesson-content .pinboard .item-6 .pin-btn img {
    transform: translate(-24px, 0) rotate(-56deg);
}


/**
.lessons-accordion .lesson-content .note{opacity: 1 !important;
transform: none !important;}

**/

.lessons-accordion .lesson-content .note .note-text {
    color: #201C17;
    font-weight: 600;
}

.lessons-accordion .lesson-content .lesson-3-3 .hats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    align-items: start;
}

.lessons-accordion .lesson-content .lesson-3-3 .hats-grid .grid-item img {
    max-width: 176px;
    width: 100%;
    display: block;
    margin: auto;
}

.lessons-accordion .lesson-content .lesson-3-3 .hats-grid .grid-item h6 {
    margin-bottom: 15px;
}

.lessons-accordion .lesson-content .lesson-3-3 .hats-grid .grid-item p {
    margin: 15px 0 0 0;
}

.lessons-accordion .lesson-content .lesson-3-3 .walt-disney-columns {
    align-items: flex-start;
}

.lessons-accordion .lesson-content .lesson-3-3 .walt-disney-columns img {
    display: block;
    max-width: 248px;
    border-radius: 30px;
    margin: 0 auto 30px auto;
}

.lessons-accordion .lesson-content .lesson-3-3 .walt-disney-columns p {
    max-width: 300px;
    margin: auto;
}






/** Lesson 3 -4 **/

.lessons-accordion .lesson-content .lesson-3-4 .columns {
    align-items: flex-start;
    margin-top: 80px;
    margin-bottom: 30px;
    column-gap: 30px;
}

.lessons-accordion .lesson-content .lesson-3-4 .p-lead {
    font-size: 16px;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card {
    border: 2px solid #0000FF;
    border-radius: 30px;
}



.lessons-accordion .lesson-content .lesson-3-4 .idea-card>summary {
    list-style: none;
    cursor: pointer;
    padding: 25px 25px 35px 25px;
    position: relative;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card>summary::after{content: "";
    position: absolute;
width: 100%;
height: 100%;
left: 0;
top:0;
border-radius: 28px;
background:  #0000FF;
z-index: -1;
pointer-events: none;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card>summary::-webkit-details-marker {
    display: none;
}


/* Chrome/Safari */

.lessons-accordion .lesson-content .lesson-3-4 .idea-card>summary h5 {
    margin: 0;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card .chev {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%) rotate(0deg);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0a19ff;
    transition: all 280ms ease;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card .chev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 14px;
    background: url(../img/blue-chevron-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card .idea-content {
    border-radius: 0 0 14px 14px;
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 280ms ease, opacity 280ms ease;
    padding: 0
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card[open] .idea-content {
    height: auto;
    opacity: 1;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card .idea-content p {
    margin: 0;
    padding: 30px 12px 18px 12px;
    font-size: 16px;
    font-family: mBank;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #111;
    text-align: center;
}

.lessons-accordion .lesson-content .lesson-3-4 .idea-card[open] .chev {
    transform: translateX(-50%) rotate(180deg);
}


/** Lesson 3 -5 **/


/** Lesson 3 -6 **/


/** Lesson 3 -7 **/

.lessons-accordion .lesson-content .lesson-3-7 .columns .columnLeft img {
    max-width: 412px;
    margin: auto;
    display: block;
}

.lessons-accordion .lesson-content .lesson-3-7 .columns .columnRight h4 {
    margin-bottom: 12px;
}

.lessons-accordion .lesson-content .lesson-3-7 .columns .columnRight p:not(:last-of-type) {
    margin-top: 10px;
    margin-bottom: 30px;
}


/** Lesson 3 -8 **/

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin-top: 65px;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery img {
    border-radius: 30px;
    border: 2px solid #00FF00;
    width: 100%;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(1) {
    max-width: 308px;
    margin-left: 10%;
    margin-top: 2%;
    z-index: 1;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(2) {
    max-width: 377px;
    z-index: 1;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(3) {
    max-width: 323px;
    margin-top: 2%;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(4) {
    max-width: 321px;
    margin-left: -0%;
    margin-top: -8%;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(5) {
    max-width: 256px;
    margin-top: -7%;
    z-index: 2;
}

.lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(6) {
    max-width: 382px;
    margin-top: -3%;
    margin-left: 3%;
    z-index: 0;
}

/** Lesson 4-1-1 **/

.lessons-accordion .lesson-content .lesson-4-1-1 {padding-bottom: 60px;}

/** Lesson 4-1 **/

.lessons-accordion .lesson-content .lesson-4-1 h4 {
    max-width: 650px;
    margin: 0 auto 60px auto;
}

.lessons-accordion .lesson-content .lesson-4-1 .columns .columnLeft img {
    max-width: 405px;
    margin: auto;
    display: block;
}


/** Lesson 4-1 **/

.lessons-accordion .lesson-content .lesson-4-2.homework .sectionInner .columns .columnLeft:after {
    background-image: url(../img/brain.svg);
    width: 106px;
    height: 122px;
    left: 10px;
    top: 30%;
}




/** Tablet **/

@media (max-width: 1024px) {

    .lessons-accordion .lesson-content .lesson-1-1 .columns::after {
        top: auto;
        bottom: 20px;
        left: 100%;
        transform: translate(-50px, 137px);
    }

    .lessons-accordion .lesson-content .note-cards-section .columns {
        flex-wrap: wrap;
        row-gap: 40px;
        margin-top: 100px;
    }
    .lessons-accordion .lesson-content .note-cards-section .columns .column {
        min-width: 275px;
        max-width: 275px;
        min-height: 230px;
    }
    .lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content {
        padding-right: 95px;
    }
    .lessons-accordion .lesson-content .pinboard {
        height: 750px;
    }
    .lessons-accordion .lesson-content .pinboard .item-3 {
        left: 55%;
        top: 1%;
        transform: translate(-50%, -20%) rotate(3.5deg);
    }
    .lessons-accordion .lesson-content .pinboard .item-4 {
        left: 73%;
        top: 16%;
        transform: translate(-50%, -20%) rotate(-5deg);
    }
    .lessons-accordion .lesson-content .pinboard .item-8 {
        left: 56%;
        top: 65%;
        transform: translate(-50%, -20%) rotate(1deg);
        z-index: 3;
    }
    .lessons-accordion .lesson-content .pinboard .item-9 {
        left: 61%;
        top: 34%;
        transform: translate(-50%, -20%) rotate(-8deg);
        z-index: 2;
    }
    .lessons-accordion .lesson-content .pinboard .item-10 {
        left: 78%;
        top: 57%;
        transform: translate(-50%, -20%) rotate(8deg);
    }
    .lessons-accordion .lesson-content .lesson-3-1.stage-intro-section .steps {
        width: auto;
    }
    .lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .nav-arrow {
        top: 180px;
    }
    .lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .nav-arrow.swiper-button-next {
        right: 0;
    }
    .lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .nav-arrow.swiper-button-prev {
        left: 0;
    }
}


/** Mobile **/

@media (max-width: 767px) {
    section,
    .section {
        padding: 60px 20px;
        position: relative;
    }
    section .columns {
        flex-direction: column;
    }
    .p-lead {
        font-size: 17px;
    }
    h2,
    .h2 {
        font-size: 30px;
        margin: 0 0 20px 0px;
    }
    h3,
    .h3 {
        font-size: 22px;
        margin: 0 0 15px 0px;
    }
    h4,
    .h4 {
        font-size: 20px;
        margin: 0 0 15px 0px;
    }
    .modal {
        padding-left: 20px;
        padding-right: 20px;
    }
    ul.square-bullet li {
        font-size: 17px;
    }
    .nav-arrow.swiper-button-next {
        right: -10px !important;
    }
    .nav-arrow.swiper-button-prev {
        left: -10px !important;
    }
    #concepts .concept-slider-container {
        margin-top: 40px;
    }
    .lessons-accordion .lesson:last-child>summary h3 {
        max-width: 100px;
    }
    .lessons-accordion .lesson-content .lesson-section {
        padding: 70px 20px;
    }
    .lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote {
        padding-left: 40px;
    }
    .lessons-accordion .lesson-content .lesson-1-1 .lesson-section.quote .quote-mark.top {
        left: 11px;
        top: -25px;
    }
    .lessons-accordion .lesson-content .note-cards-section .columns {
        align-items: center;
    }
    .lessons-accordion .lesson-content .note-cards-section .columns .column:last-of-type {
        margin-top: 20px;
    }
    .lessons-accordion .lesson-content .note-cards-section .note-card h5 {
        min-height: 0;
    }
    .lessons-accordion .lesson-content .stage-intro-section h4 {
        font-size: 34px;
    }
    .lessons-accordion .lesson-content .stage-intro-section .stage-label {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .lessons-accordion .lesson-content .stage-intro-section .steps-title {
        font-size: 26px;
        margin-top: 30px;
    }
    .lessons-accordion .lesson-content .stage-intro-section .columns.intro-video {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lessons-accordion .lesson-content .stage-intro-section {
        padding-bottom: 0px;
    }
    .lessons-accordion .lesson-content .stage-intro-section .steps {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-top: 50px;
    }
    .lessons-accordion .lesson-content .stage-intro-section .steps li {
        max-width: 100%;
    }
    .lessons-accordion .lesson-content .stage-intro-section .steps li .steps-pill-header {
        min-height: 60px;
        font-size: 18px;
    }
    .lessons-accordion .lesson-content .stage-intro-section .steps::before {
        height: 50%;
        top: 50%;
    }
    .lessons-accordion .lesson-content .stage-intro-section .steps::after {
        width: 100vw;
        top: calc(50% + 2px);
    }
    .lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content {
        padding: 40px 20px;
    }
    .lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content ul.check-list li {
        font-size: 18px;
        padding-left: 40px;
    }
    .lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content ul.check-list li::before {
        width: 30px;
        height: 30px;
    }
    .lessons-accordion .lesson-content .lesson-1-2 .columnRight::before,
    .lessons-accordion .lesson-content .lesson-1-2 .columnRight::after {
        opacity: .5;
    }
    .lessons-accordion .lesson-content .lesson-section .pill-header-card .pill-content::after {
        opacity: .5;
        right: 20px;
        width: 100px;
        bottom: 0;
    }
    .lessons-accordion .lesson-content .lesson-section.lesson-1-7,
    .lessons-accordion .lesson-content .lesson-section.lesson-1-8,
    .lessons-accordion .lesson-content .lesson-section.lesson-3-8 {
        padding-top: 40px;
    }
    .lessons-accordion .lesson-content .lesson-2-9 .columns {
        margin-top: 30px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow {
        padding: 80px 30px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h4.main-heading span {
        font-size: 100px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h4.main-heading {
        font-size: 36px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow h5.secondary-heading span {
        font-size: 26px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-number {
        width: 70px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-content {
        padding: 25px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box:not(:nth-of-type(2)) {
        margin-left: 20px;
        margin-right: 20px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-1 {
        width: 100px;
        left: -40px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-2 {
        width: 108px;
        bottom: -62px;
        right: -24px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-3 {
        width: 54px;
        bottom: -88px;
        left: -44px;
    }
    .lessons-accordion .lesson-content .lesson-1-8 .five-whys-flow .why-box .why-box-arrow.arrow-4 {
        width: 54px;
        bottom: -88px;
        right: -44px;
    }
    .lessons-accordion .lesson-content .lesson-1-7 .question-slider-container .nav-arrow {
        top: 200px
    }
    .lessons-accordion .lesson-content .homework .columns .columnLeft {
        padding-left: 80px;
    }
    .lessons-accordion .lesson-content .homework .sectionInner .columns .columnLeft:after {
        max-width: 60px;
        left: 0;
    }
    .lessons-accordion .lesson-content .lesson-2-5.homework .sectionInner .columns .columnLeft:after,
    .lessons-accordion .lesson-content .lesson-4-2.homework .sectionInner .columns .columnLeft:after {
        width: 80px;
        height: 122px;
        left: 00px;
        top: 30%;
    }
    .lessons-accordion .lesson-content .lesson-3-3 .hats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px
    }
    .lessons-accordion .lesson-content .lesson-3-3 .hats-grid .grid-item img {
        max-width: 120px;
    }
    .lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container .nav-arrow.swiper-button-prev,
    .lessons-accordion .lesson-content .lesson-3-3 .idea-generation-slider-container .nav-arrow.swiper-button-next {
        top: -5px
    }
    .lessons-accordion .lesson-content .pinboard-hanger {
        max-width: 90%;
        margin-top: 30px;
    }
    .lessons-accordion .lesson-content .pinboard-hanger img.pin {
        width: 60px;
        top: -34px;
    }
    .lessons-accordion .lesson-content .pinboard-hanger::before,
    .lessons-accordion .lesson-content .pinboard-hanger::after {
        width: 100px;
    }
    .lessons-accordion .lesson-content .pinboard-hanger::after {
        transform: rotate(25.0deg);
    }
    .lessons-accordion .lesson-content .pinboard-hanger::before {
        transform: rotate(-207.0deg);
    }
    .lessons-accordion .lesson-content .pinboard-item {
        width: 140px;
    }
    .lessons-accordion .lesson-content .note .note-text {
        font-size: 16px;
        line-height: 1.2em;
    }
    .lessons-accordion .lesson-content .lesson-2-11 .help-form {
        padding: 50px 25px;
    }
    .lessons-accordion .lesson-content .lesson-3-1.stage-intro-section .steps {
        gap: 40px
    }
    .lessons-accordion .lesson-content .note-cards-section.lesson-3-2 .columns .column:last-of-type {
        margin-top: 0;
    }
    .lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }
    .lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(3) {
        margin-top: -21%;
    }
    .lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(5) {
        max-width: 256px;
        margin-top: -24%;
        margin-right: -16%;
        margin-left: 22%;
    }
    .lessons-accordion .lesson-content .lesson-3-8 ul.image-gallery li:nth-child(4) {
        max-width: 321px;
        margin-left: -18%;
        margin-top: -8%;
    }


    .lessons-accordion .lesson-content .lesson-2-11 .help-form .title-hand {font-size: 40px;}

    .lessons-accordion .lesson-content .lesson-2-11 .help-form .hand {font-size: 30px;}

    .lessons-accordion .lesson-content .lesson-2-11 .help-form input {font-size: 18px;}

    .lessons-accordion .lesson-content .lesson-2-11 .help-form input::placeholder {
        font-size: 16px !important;}

    .lessons-accordion .lesson-content .lesson-2-11 .help-form .actions{flex-direction: column;
    gap:20px}

    .lessons-accordion .lesson-content .lesson-2-11 h4{margin-bottom: 50px;}

    .lessons-accordion .lesson-content .lesson-4-1-1 {padding-bottom: 60px;}
}


/** Smaller Mobile **/

@media (max-width: 500px) {
    .lessons-accordion .lesson-content .pinboard {
        height: 900px;
    }
    .lessons-accordion .lesson-content .pinboard-item {
        width: 120px;
    }
    .lessons-accordion .lesson-content .note .note-text {
        font-size: 14px;
        line-height: 1.2em;
    }
    .lessons-accordion .lesson-content .pin-btn img {
        padding-left: 10px;
        margin-top: 29px;
    }
    .lessons-accordion .lesson-content .pinboard .item-1 {
        left: 5%;
        top: -1%;
        transform: translate(-50%, -20%);
    }
    .lessons-accordion .lesson-content .pinboard .item-2 {
        left: 26%;
        top: 16%;
        transform: translate(-50%, -20%) rotate(4deg);
        z-index: 2;
    }
    .lessons-accordion .lesson-content .pinboard .item-6 {
        left: 4%;
        top: 33%;
        transform: translate(-50%, -20%) rotate(8deg);
        z-index: 3
    }
    .lessons-accordion .lesson-content .pinboard .item-9 {
        left: 58%;
        top: 40% !important;
        transform: translate(-50%, -20%) rotate(-8deg);
        z-index: 2;
    }
    .lessons-accordion .lesson-content .pinboard .item-4 {
        left: 67%;
        top: 21%;
        transform: translate(-50%, -20%) rotate(-5deg);
    }
    .lessons-accordion .lesson-content .pinboard .item-7 {
        left: 0%;
        top: 79%;
        transform: translate(-50%, -20%) rotate(-6deg);
    }
    .lessons-accordion .lesson-content .pinboard .item-8 {
        left: 49%;
        top: 76%;
        transform: translate(-50%, -20%) rotate(1deg);
        z-index: 3;
    }
    .lessons-accordion .lesson-content .pinboard .item-10 {
        left: 62%;
        top: 57%;
        transform: translate(-50%, -20%) rotate(8deg);
        z-index: 2;
    }

    
}