html {
    font-size: 62.5%;
}

.site-branding{
    display: flex;
    width: unset;
    gap: 10px;
}

.container-mightier-logo,
.container-telus-logo{
    max-width: 129px;
}

.header__div--wrapper{
    justify-content: space-between;
    max-width: 1280px;
}

.content-header-right p{
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.content-header-right a{
    color: #0174DF !important;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@font-face {
    font-display: swap;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../font/crimson-pro-v28-latin-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../font/crimson-pro-v28-latin-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../font/crimson-pro-v28-latin-700.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../font/crimson-pro-v28-latin-900.woff2') format('woff2')
}

.container {
    max-width: 128rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 4.8rem);
}

.entry-content {
    margin-top: 0;
}

body {
    background: #FFFCF5;
}

/*Header*/
#header {
    background: #E6F5FD;
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

#header a {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
    display: block;
}

#header span {
    font-weight: bold;
}

/*Logo*/
#logo .container-logo {
    max-width: 56.8rem;
    display: flex;
    gap: 4.8rem;
    margin-top: 6.9rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 4.8rem);
}

/*Games*/
#games {
    margin-top: 140px;
}

#games .container-games {
    display: flex;
    align-items: center;
}

#games .container-games-one,
#games .container-games-two {
    flex-basis: 100%;
}

#games h1 {
    color: #012B60;
    font-family: "Crimson Pro", sans-serif;
    font-size: 8rem;
    line-height: 7rem;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 2.4rem;
    max-width: 600px;
}

#games p {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 427px;
}

#games .container-logos {
    display: flex;
    gap: 28px;
}

.link-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 57px;
    padding: 14px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 150px;
    background: #fecb36;
    text-decoration: none;
    color: #012b60;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    width: fit-content;
    margin-top: 28px;
    box-shadow: unset;
    transition: all 0.3s ease;
}

.link-started:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2);
    background: #0C99F1;
    color: #ffffff !important;
}

.link-started.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

/*Clinically Validated*/
#clinically-validated{
    border-radius: 15px;
    background: #FFFCF5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    margin-top: 39px;
    margin-bottom: 75px;
    padding-top: 10px;
    padding-bottom: 17px;
    max-width: 66.5rem;
    padding-left: 24px;
    padding-right: 24px;
}

#clinically-validated .title{
    color: #012B60;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6px;
}

#clinically-validated .container-logos{
    display: flex;
    justify-content: center;
    gap: 26px;
}

/*Girl*/
#girl {
    margin-top: 75px;
}

#girl .container-girl {
    display: flex;
    gap: 70px;
}

#girl .container-girl container {
    flex-basis: 60%;
}

#girl .container-girl-two {
    flex-basis: 40%;
}

#girl h2 {
    color: #012B60;
    font-family: "Crimson Pro", sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: 4.8rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
}

#girl p {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    margin-bottom: 0;
    margin-top: 0;
}

/*Included*/
#included {
    margin-top: 80px;
}

#included h2 {
    color: #012B60;
    text-align: center;
    font-family: "Crimson Pro", sans-serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: 3.6rem;
}

#parent .container-parent,
#skill .container-skill,
#breaths .container-breaths,
#included .container-included-out {
    display: flex;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

#parent .container-parent-one,
#parent .container-parent-two,
#skill .container-skill-one,
#skill .container-skill-two,
#breaths .container-breaths-one,
#breaths .container-breaths-two,
#included .container-included-two,
#included .container-included-one {
    flex-basis: 100%;
}

#parent p.title,
#skill p.title,
#breaths p.title,
#included p.title {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6rem;
    margin-top: 0;
    margin-bottom: 5px;
}

#parent p,
#skill p,
#breaths p,
#included p {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem; /* 130% */
    margin-top: 0;
    margin-bottom: 0;
}

#skill .container-skill,
#breaths .container-breaths {
    gap: 70px;
}


#new-testimonials {
    background: #FFFCF5;
    padding-bottom: 120px;
}

#new-testimonials .container-testimonials {
    display: flex;
    border-radius: 10px;
    border-radius: 10px;
    gap: 20px
}

#new-testimonials .container-main-testimonial {
    flex-basis: 100%
}

#new-testimonials .container-inner {
    display: flex;
    gap: 8px
}

#new-testimonials .name {
    color: #012B60;
    font-family: Poppins;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 7px
}

#new-testimonials .occupation {
    color: #012B60;
    font-family: Poppins;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0
}

#new-testimonials .main-testimonial p {
    color: #012B60;
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

#new-testimonials h2 {
    color: #012B60;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: calc(100% - 4.8rem);
    margin-top: 69px;
    margin-bottom: 62px;
    margin-left: auto;
    margin-right: auto
}


#new-testimonials {
    overflow: hidden;
    position: relative
}

#new-testimonials .container-testimonials {
    display: flex;
    gap: 20px;
    transition: transform 0.1s linear;
    will-change: transform
}

#new-testimonials .container-main-testimonial {
    flex: 0 0 auto;
    max-width: 350px;
    background: #E6F5FD;
    border-radius: 10px;
    padding: 25px
}

#skill,
#parent,
#new-testimonials{
    background: #FFF9EA;
}

#skill{
    clip-path: url(#skillClip);
    background: #FFF9EA;
    width: 100%;
    padding-top: 250px;
    margin-top: -250px;
    z-index: -1;
    position: relative;
}

@media screen and (max-width: 980px) {
    #logo .container-logo{
        gap: 2rem;
    }

    #header a{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    #new-testimonials h2 {
        margin-top: 0;
        font-size: 2.4rem;
        margin-bottom: 20px
    }

    /*Games*/
    #games .container-games{
        flex-direction: column-reverse;
        gap: 0;
        max-width: 600px;
    }

    #games h1{
        color: #012B60;
        font-family: "Crimson Pro", sans-serif;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 1.6rem;
        margin-top: 0;
    }

    #games p{
        color: #012B60;
        font-family: Poppins, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    #games .container-logos{
        margin-top: 28px;
    }

    /*Girl*/
    #girl{
        margin-top: 45px;
    }

    #girl .container-girl{
        flex-direction: column;
        gap: 0;
        align-items: center;
        max-width: 600px;
    }

    #girl h2{
        color: #012B60;
        font-family: "Crimson Pro", sans-serif;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 1.6rem;
    }

    #girl p{
        color: #012B60;
        font-family: Poppins, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        margin-top: 0;
    }

    /*Included*/
    #included h2{
        color: #012B60;
        text-align: center;
        font-family: "Crimson Pro", sans-serif;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 900;
        line-height: 3.6rem;
    }

    #included .container-included-out{
        flex-direction: column-reverse;
        max-width: 600px;
    }


    #included p{
        color: #012B60;
        font-family: Poppins, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.6rem;
    }

    /*Breaths*/
    #breaths{
        margin-top: 40px;
    }

    #breaths .container-breaths{
        flex-direction: column;
        gap: 13px;
    }

    #breaths p{
        color: #012B60;
        font-family: Poppins, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.6rem;
    }

    /*Skill*/
    #skill .container-skill{
        flex-direction: column-reverse;
    }

    #skill p{
        color: #012B60;
        font-family: Poppins, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.6rem;
    }

    #skill {
        padding-top: 100px;
        margin-top: -65px;
    }

    #skill .container-skill{
        gap: 13px;
    }

    /*Parent*/
    #parent{
        padding-top: 40px;
    }

    #parent .container-parent{
        flex-direction: column;
    }

    #parent p{
        color: #012B60;
        font-family: Poppins, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    /*Testimonials*/
    #new-testimonials{
        padding-top: 40px;
    }

    .header__div--wrapper{
        flex-direction: column;
        gap: 5px;
        height: unset;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .content-header-right p{
        font-size: 14px;
        text-align: center;
    }

    .content-header-right a{
        font-size: 14px;
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    .container-logos svg{
        max-width: 100%;
    }

    #clinically-validated{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 600px) {
    #games .container-logos svg{
        max-width: 100%;
    }
}