:root {
    --rib-blue: #0067B1;
    /* RIB Blue */
    --light-grey: #D9D9D6;
    /* Light Grey */
    --dark-grey: #363D42;
    /* Dark Grey */
    --blue: #298FC2;
    /* Blue */
    --growing-green: #2A5B6C;
    /* Growing Green */
    --leadership-light-green: #43B02A;
    /* Leadership Light Green */
    --leadership-green: #43b02a;
    --progressive-grey: #919D9D;
    /* Progressive Grey */
    --white: #FFFFFF;
    /* White */
    --black: #000000;
    /* Black */
    --empowering-purple: #642667;
    /* Empowering Purple */
}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Global Styles */
body {
    font-family: Roboto,sans-serif !important;  
    margin: 0;
}

h2, h3, h4, h5, h6 {
    font-family: Roboto,sans-serif !important;
    color: var(--rib-blue) !important;
    font-weight: bold !important;
    margin-bottom: 0.5em;
}

.gradient {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    background: linear-gradient(113.23deg,
            #43b02a -34.99%,
            #105ca5 55.37%,
            #632667 109.59%
        );
}

a {
    color: var(--blue);
}

h1 {
    color: var(--white) !important;
    font-size: 65px !important;
    font-weight: bold !important;
}

h2 {
    color: var(--rib-blue) !important;
    font-size: 40px !important;
    text-align: center;
    font-weight: 600;
    line-height: 65px;
}

h2 strong {
    color: var(--black) !important;
    font-size: 40px !important;
    text-align: center;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 40px;
}

h3 {
    color: var(--rib-blue) !important;
    font-size: 40px !important;
    font-weight: bold !important;
}

h4 {
    color: var(--rib-blue) !important;
    font-size: 33px !important;
    font-weight: bold !important;
}

h5 {
    color: var(--rib-blue) !important;
    font-size: 23px !important;
    font-weight: bold !important;
}

h6 {
    color: var(--rib-blue) !important;
    font-size: 14px !important;
    margin: 7px !important;
}

@media (max-width: 768px) {
    h1 {
        color: var(--white) !important;
        font-size: 40px !important;
        font-weight: bold !important;
    }

    h2 {
        color: var(--rib-blue) !important;
        font-size: 33px !important;
        font-weight: 500 !important;
    }

    h2 strong {
        color: var(--black) !important;
        font-size: 33px !important;
        text-align: center;
        font-weight: 500;
        line-height: 65px;
    }

    h3 {
        color: var(--rib-blue) !important;
        font-size: 28px !important;
        font-weight: bold !important;
    }

    h4 {
        color: var(--rib-blue) !important;
        font-size: 24px !important;
        font-weight: bold !important;
    }

    h5 {
        color: var(--rib-blue) !important;
        font-size: 21px !important;
        font-weight: bold !important;
    }

    h6 {
        color: var(--rib-blue) !important;
        font-size: 16px !important;
    }

    p {
        color: var(--black) !important;
        font-size: 17px !important;
        font-weight: normal !important;
    }
}

hr {
    border: 0;
    margin: 1.35em auto;
    max-width: 100%;
    background-position: 50%;
    box-sizing: border-box;
    border-top: 1px solid var(--white) !important;
}
