<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
}

.heading video {
    width: 100%;
}

.width80 {
    /* width: 80%; */
    /* margin: auto; */
}

.flexdiv {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.headingdiv1 {
    width: 100%;
    text-align: left;
    color: #1F3E49;
}

    .headingdiv1 h1 {
        font-size: large;
        /* line-height: 55px; */
        color: #dc2a2a;
        margin-left: 3px !important;
    }

.nolanfont {
    /* font-family: 'Nolan Next Regular'; */
}

.headingdiv1 h2 {
    font-size: 80px;
    /* line-height: 72px; */
    margin: 0;
}

.dpp {
    font-size: 19.5px;
    /* line-height: 40px; */
}

.pinkdiv {
    color: #2c3375;
}

.padtop30 {
    padding-top: 30px !important;
}

.nolanfont {
    /* font-family: 'Nolan Next Regular'; */
    margin: 0;
    padding: 0;
}

.greycolor {
    color: #282828;
    font-size: 17px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.subhead {
    padding-left: 0px !Important;
}

.lineheight24 {
    line-height: 24px;
}

.font14 {
    font-size: 14px;
}

.nolanbold {
    /* font-family: 'Nolan Next Bold'; */
}

.centertext {
    text-align: center;
}

.flexdivleft a {
    text-decoration: none;
    cursor: pointer;
}

.fontwhite {
    color: #ffffff !important;
}

.loadmore-border {
    /* border: 1px solid #AA0A6C; */
    width: max-content;
    padding: 0;
    /* background-color: #AA0A6C; */
}

    .loadmore-border img {
        width: 100%;
    }

.paddingleft60 {
    padding-left: 15px;
}

.flexdiv {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.flexdivleft a {
    text-decoration: none;
    cursor: pointer;
}

.videobtn {
    height: 80px;
    padding: 25px 20px 25px 0;
}

.watch-video {
    font-size: 15px;
}

@media(min-width:768px) {
    .decision-making-header {
        font-size: 5vw;
    }

    .flexdivleft {
        margin: 1rem 0 2rem 0;
    }

    .headingdiv1 {
        padding-top: 80px;
    }
}

@media(max-width:767px) {
    .decision-making-header {
        font-size: 11vw;
    }

    .flexdivleft {
        margin: 1rem auto 2rem auto;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .heading video {
        padding-top: 3rem;
    }
}

.flexdivleft {
    display: flex;
    align-items: center;
    max-width: max-content;
}
</pre></body></html>