section {
    overflow: hidden;
    padding: 60px 0;
}

#banner-sec {
    background-color: #161d30;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#banner-sec h1 {
    font-size: 7vw;
    line-height: 5vw;
    margin: 0;
    width: 100%;
    letter-spacing: 0.5vw;
}

#banner-sec p {
    margin: 0;
    font-size: 2vw;
}

#banner-title-arrow {
    height: 3vw;
    margin-right: 1vw;
}

#banner-cnt .l-br {
    display: block;
    font-family: 'Noken', sans-serif;
}

#banner-video {
    position: absolute;
    height: 100%;
    z-index: 0;
}

#banner-cnt {
    position: relative;
    padding: 16% 0;
    z-index: 1;
}

.sec-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
    line-height: 35px;
    letter-spacing: 3px;
}

.sec-header h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    font-family: 'Noken', sans-serif;
}

/* Program Overview Section  */
.pad-bot-0 {
    padding-bottom: 0;
    border-bottom: black 1px solid;
}

#overview-1-cnt {
    display: flex;
    justify-content: space-between;
}

#overview-1-cnt > div:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

#overview-1-cnt > div:first-child img {
    width: 112%;
}

#overview-1-cnt > div:last-child {
    width: 40%;
}

#overview-1-cnt > div:last-child > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

#overview-2-cnt {
    display: flex;
    justify-content: space-between;
}

#overview-2-cnt > div {
    width: 40%;
}

#overview-2-cnt h2 {
    font-size: 96px;
    margin: 0;
    font-family: 'Noken', sans-serif;
    line-height: 60px;
    letter-spacing: 3px;
    margin-bottom: 57px;
}

#overview-title-arrow {
    height: 44px;
}

#overview-2-cnt > div:last-child a {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#overview-2-cnt > div:last-child a > div:first-child {
    width: 100%;
    display: flex;
}

#overview-2-cnt > div:last-child a > div:first-child img {
    width: 100%;
}

#overview-2-cnt > div:last-child a > div:last-child {
    width: 100%;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#overview-2-cnt > div:last-child a > div:last-child > div {
    width: 50%;
}

#overview-2-cnt > div:last-child a > div:last-child > div img {
    width: 100%;
}

#overview-2-cnt > div:last-child a > div:last-child  p {
    margin: 0;
    color: white;
}


/* Key Program Highlights Section  */
#highlights-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    z-index: 0;
}

#highlights-cnt {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#highlights-cnt > div:first-child > h2 {
    font-size: 51px;
    margin: 0;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -2px;
}

#key-title-arrow {
    height: 15px;
    margin-bottom: 10px;
}

#highlights-cnt h3 {
    font-family: 'Noken', sans-serif;
    font-size: 30px;
    margin: 0;
    letter-spacing: 2px;
}

#highlights-cnt > div:first-child {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#highlights-cnt > div:last-child {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.separator {
    border-top: white solid 2px;
    margin: 40px 0;
}

/* Why Join Section  */
#why-cnt {
    display: flex;
    justify-content: space-between;
}

#why-cnt > div:last-child > h2 {
    font-size: 65px;
    font-family: 'Noken', sans-serif;
    line-height: 42px;
    letter-spacing: 4px;
    margin: auto 0 0 0;
}

#why-title-arrow {
    height: 31px;
}

#why-cnt > div:first-child {
    width: 45%;
    display: flex;
    flex-direction: column;
}

#why-cnt > div:first-child h3 {
    font-family: 'Noken', sans-serif;
    font-size: 35px;
    margin: 0;
    letter-spacing: 2px;
}

#why-cnt > div:first-child > div {
    width: 100%;
    margin-bottom: 35px;
}

#why-cnt > div:first-child > div:last-child {
    margin: 0;
}

#why-cnt > div:first-child > div > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 35px;
    min-height: 136px;
}

#why-cnt > div:first-child > div > div p {
    margin: 0;
    width: 80%;
}

#why-cnt > div:first-child > div > div img {
    height: 40px;
}

#why-cnt > div:last-child {
    width: 40%;
    display: flex;
    flex-direction: column;
}

#why-cnt > div:last-child video {
    width: 114%;
}

/* Program Details Section  */
#details-sec {
    background-color: #F1F1F1;
}

#details-cnt {
    display: flex;
    flex-direction: column;
}

#details-cnt p {
    margin: 0;
}

#details-cnt p.blue {
    font-family: 'Noken', sans-serif;
    font-size: 26px;
    letter-spacing: 1.5px;
}

#details-cnt p.semiBold {
    font-family: 'Noken', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
}

.details-row h2 {
    font-size: 40px;
    margin: 0;
    font-family: 'Noken', sans-serif;
    line-height: 35px;
    letter-spacing: 3px;
}

.details-row p {
    margin: 0;
}

.details-row  > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#details-cnt .details-row {
    border-bottom: black 1px solid;
    min-height: 130px;
}

#details-cnt .details-row:last-child {
    border-bottom: none;
}

.details-row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: start;
}

.details-row > div:first-child {
    width: 20%;
}

.details-row > div:nth-child(2) {
    width: 30%;
}

.details-row > div:last-child {
    width: 40%;
}

/* Eligibility Criteria Section  */
#eligibility-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    z-index: 0;
}

#eligibility-cnt {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

#eligibility-cnt > div:first-child > h2 {
    font-size: 51px;
    margin: 0;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -2px;
}

#eligibility-title-arrow {
    height: 15px;
    margin-bottom: 10px;
}

#eligibility-cnt h3 {
    font-size: 30px;
    margin: 0;
}

#eligibility-cnt > div:first-child {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#eligibility-cnt > div:last-child {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.zig-zag-right {
    width: 100%;
    display: flex;
    justify-content: end;
    min-height: 145px;
}

.zig-zag-right > div {
    width: 80%;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.zig-zag-right p {
    font-size: 18px;
    margin: 0;
}

.zig-zag-left {
    width: 100%;
    display: flex;
    justify-content: start;
}

.zig-zag-left > div {
    width: 20%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.zig-zag-left > div > img {
    width: 50%;
}

/* Ready to Apply Section  */
.gform_heading {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .sec-header {
        display: block;
    }

    .sec-header h1:last-child, .sec-header h2:last-child {
        width: unset;
    }

    /* Banner Section  */
    #banner-video {
        height: 70%;
    }

    #banner-cnt {
        padding: 25vh 0;
    }

    #banner-sec p {
        font-size: 20px;
    }

    #banner-sec h1 {
        font-size: 40px;
        line-height: 30px;
    }

    #banner-title-arrow {
        height: 18px;
        margin-right: 8px;
    }
    
    /* Program Overview Section 1 */
    #overview-1-cnt {
        flex-direction: column;
    }

    #overview-1-cnt > div:first-child, #overview-1-cnt > div:last-child {
        width: 100%;
    }

    #overview-1-cnt > div:first-child img {
        width: 100%;
        margin-bottom: 60px;
    }

    /* Program Overview Section 2 */
    #overview-2-cnt {
        flex-direction: column;
    }

    #overview-2-cnt > div {
        width: 100%;
    }

    #overview-2-cnt > div:last-child {
        margin-top: 40px;
    }

    #overview-2-cnt > div:last-child a > div:last-child img {
        width: 50px;
    }

    #overview-2-cnt h2 {
        font-size: 42px;
        line-height: 28px;
    }

    #overview-title-arrow {
        height: 20px;
    }

    /* Key Program Highlights Section */
    #highlights-cnt {
        flex-direction: column;
    }

    #highlights-cnt > div:first-child, #highlights-cnt > div:last-child {
        width: 100%;
    }

    #highlights-cnt > div:first-child > h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    #key-title-arrow {
        height: 10px;
        margin-bottom: 6px;
    }

    /* Why Join Section */
    #why-cnt {
        flex-direction: column;
    }

    #why-cnt > div:first-child, #why-cnt > div:last-child {
        width: 100%;
    }

    #why-cnt > div:last-child video {
        width: 100%;
        margin-top: 40px;
    }

    #why-cnt > div:last-child {
        flex-direction: column-reverse;
    }

    #why-cnt > div:last-child > h2 {
        font-size: 42px;
        line-height: 28px;
        margin-top: 40px;
    }

    #why-title-arrow {
        height: 20px;
    }

    #why-cnt > div:first-child > div > div {
        padding: 15px 20px;
        min-height: 115px;
    }

    #why-cnt > div:first-child > div > div p {
        font-size: 16px;
    }

    #why-cnt > div:first-child > div > div img {
        height: 30px;
    }

    #why-cnt > div:first-child h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }


    /* Program Details Section */
    .details-row {
        flex-direction: column;
    }

    .details-title > div:nth-child(2) {
        margin-bottom: 35px;
    }

    .details-row > div:first-child, .details-row > div:nth-child(2), .details-row > div:last-child {
        width: 100%;
    }

    #details-cnt p.semiBold {
        margin-bottom: 15px;
    }

    /* Eligibility Criteria Section */
    #eligibility-cnt {
        flex-direction: column;
    }

    #eligibility-cnt > div:first-child, #eligibility-cnt > div:last-child {
        width: 100%;
    }

    #eligibility-cnt > div:first-child > h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }

    #eligibility-title-arrow {
        height: 10px;
        margin-bottom: 5px;
    }

    .zig-zag-right {
        min-height: unset;
    }

    .zig-zag-right > div {
        padding: 20px;
    }

    /* Form Section  */

}