* {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    margin: 0;
}

body {
    overflow-x: hidden;
}

/* ================ italic ================ */

.italic {
    font-style: italic;
}


/* ================ header text ================ */

.headerOne {
    font-size: 70px;
    line-height: 74px;
    font-weight: 700;
    color: #292929;
    letter-spacing: -2px;
    margin: 0;
    padding-bottom: 30px;
}

.headerOne span {
    font-weight: 900;
}

.headerTwo {
    font-size: 70px;
    line-height: 74px;
    font-weight: 700;
    color: #3A4775;
    letter-spacing: -1.2px;
    margin: 0;
    padding-bottom: 10px;
}

.headerThree {
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #292929;
    margin: 0;
    padding-bottom: 30px;
}

.headerFour {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #3A4775;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.headerFive {
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #292929;
    margin: 0;
    padding-bottom: 30px;
}

.headerSix {
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #292929;
    margin: 0;
    padding-bottom: 30px;
}


/* ================ body text ================ */

.bodyText1 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    color: #3A4775 !important;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 10px;
}

.bodyText2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #292929 !important;
    margin: 0;
    margin-bottom: 10px;
}

.bodyText3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #3A4775 !important;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 10px;
}

.bodyText4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #292929 !important;
    margin: 0;
    margin-bottom: 15px;
}

.bodyText5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #292929 !important;
    margin: 0;
    margin-bottom: 10px;
}

.bodyText6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #3A4775 !important;
    margin: 0;
}

.bodyText7 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #3A4775 !important;
    margin: 0;
}

.bodyText8 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #292929 !important;
    margin: 0;
}


/* ================ nav footer text ================ */

.navFooterText1 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.navFooterText2 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #CCCED9;
    margin: 0;
}

.navFooterText2:hover {
    color: #FFFFFF;
}

.navFooterText3 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #CCCED9;
    margin: 0;
}

.navFooterText4 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    color: #3A4775;
    margin: 0;
}

.navFooterText4:hover {
    color: #7A8ABC;
}


/* ================ text link ================ */

.textLink1 {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    color: #18ABFF;
    text-decoration: none;
}

.textLink2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    color: #18ABFF;
    text-decoration: none;
}

.textLink1:hover,
.textLink2:hover {
    text-decoration: underline;
}


/* ================ buttons ================ */

.solidButton1 {
    position: relative;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 22px;
    line-height: 24px;
    background: #3A4775;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s;
    border: none;
    outline: none;
}

.solidButton1:hover {
    background: #202844;
    color: #FFFFFF;
    transition: 0.4s;
}

.solidButton2 {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 17px;
    line-height: 20px;
    background: #3A4775;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
    border: none;
    outline: none;
}

.solidButton2:hover {
    background: #202844;
    color: #FFFFFF;
    transition: 0.4s;
}

.outlinedButton1 {
    position: relative;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    background: transparent;
    color: #3A4775;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid #3A4775;
    cursor: pointer;
    transition: 0.4s;
}

.outlinedButton1:hover {
    color: #202844;
    border: 2px solid #202844;
    transition: 0.4s;
}

.outlinedButton2 {
    position: relative;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    font-size: 22px;
    line-height: 24px;
    background: transparent;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 700;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    transition: 0.4s;
    text-decoration: none;
}

.outlinedButton2:hover {
    color: #64BADD;
    border: 2px solid #64BADD;
    transition: 0.4s;
}

.outlinedButton3 {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-size: 17px;
    line-height: 20px;
    background: transparent;
    color: #3A4775;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #3A4775;
    cursor: pointer;
    transition: 0.4s;
    text-decoration: none;
}

.outlinedButton3:hover {
    color: #202844;
    border: 1px solid #202844;
    transition: 0.4s;
}



@media (max-width: 768px) {

    /* ================ header text ================ */

    .headerOne {
        font-size: 60px;
        line-height: 64px;
    }

    .headerTwo {
        font-size: 60px;
        line-height: 64px;
    }

    .headerThree {
        font-size: 52px;
        line-height: 55px;
    }

    .headerFour {
        letter-spacing: 0.5px;
    }

    .headerFive {
        font-size: 52px;
        line-height: 55px;
    }

    .headerSix {
        font-size: 36px;
        line-height: 39px;
    }

    /* ================ body text ================ */

    .bodyText1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }

    .bodyText2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .bodyText3 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 14px;
    }

    .bodyText4 {
        margin-bottom: 20px;
    }

    .bodyText5 {
        margin-bottom: 14px;
    }


    /* ================ nav footer text ================ */

    /* .navFooterText1 {
        font-size: 20px;
        line-height: 26px;
    }

    .navFooterText2 {
        font-size: 20px;
        line-height: 26px;
    }

    .navFooterText3 {
        font-size: 16px;
        line-height: 19px;
    }

    .navFooterText4 {
        font-size: 23px;
        line-height: 26px;
    } */

    /* ================ text link ================ */

    .textLink1 {
        font-size: 20px;
    }

    .textLink2 {
        font-size: 19px;
    }


    /* ================ buttons ================ */

    .solidButton1 {
        width: 100%;
        height: 80px;
        padding: 10px 12px;
        font-size: 22px;
        line-height: 24px;
        border-radius: 15px;
    }

    .solidButton2 {
        width: 100%;
        height: 62px;
        padding: 4px 8px;
        font-size: 25px;
        line-height: 28px;
        border-radius: 15px;
    }

    .outlinedButton1 {
        width: 100%;
        height: 80px;
        padding: 10px 12px;
        font-size: 22px;
        line-height: 24px;
        border-radius: 15px;
    }

    .outlinedButton2 {
        width: 100%;
        height: 80px;
        padding: 10px 12px;
        font-size: 22px;
        line-height: 24px;
        border-radius: 15px;
    }

    .outlinedButton3 {
        width: 100%;
        height: 62px;
        padding: 4px 8px;
        font-size: 25px;
        line-height: 28px;
        border-radius: 15px;
    }

}


@media (max-width: 575px) {


    .headerOne {
        text-align: center;
    }

    .headerTwo {
        text-align: center;
    }

    .headerThree {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -1px;
        text-align: center;
    }

    .headerFour {
        text-align: center;
    }

    .bodyText3 {
        font-size: 23px;
        line-height: 29px;
    }

}

@media (max-width: 450px) {

    .headerOne,
    .headerTwo {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -1px;
        padding-bottom: 20px !important;
    }

    .headerThree {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: -1px;
        text-align: center;
        padding-bottom: 20px;
    }

    .headerFour {
        font-size: 17px;
        padding-bottom: 10px;
        letter-spacing: 0.2px;
    }

    .bodyText1 {
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .bodyText2 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 0px;
    }

    .bodyText3 {
        font-size: 19px;
        line-height: 25px;
        letter-spacing: 0;
    }

    .bodyText4 {
        font-size: 17px;
        line-height: 24px;
    }

    .bodyText6 {
        font-size: 20px;
        line-height: 28px;
    }

    .bodyText7,
    .bodyText8 {
        font-size: 18px;
    }

    .solidButton1,
    .outlinedButton1,
    .outlinedButton2 {
        height: 70px;
        font-size: 20px;
        line-height: 22px;
        border-radius: 10px;
    }
}