@import url("./banner1.css");
@import url("./banner10reasons.css");

:root {
    --bannerBackground: #ACD5DE;
    --primary: #1A4E8D;
}
body{
    font-family: 'Montserrat', sans-serif;
}
body p{
    color:#333;
    font-size: 18px;
}
header{
    padding: 20px;
}
video{
    max-width: 100%;
}
h3{
    font-weight: 900;
    color: var(--primary);
    font-size: 39px;
}
h4{
    font-weight: 900;
    color: var(--primary);
    font-size: 29px;
}
.margin-100{
    margin-top: 100px;
}
.margin-50{
    margin-top: 50px;
}
.margin-b-50{
    margin-bottom: 50px;
}
.margin-b-100{
    margin-bottom: 100px;
}
.padding-100{
    padding-top: 100px;
}
.padding-50{
    padding-top: 50px;
}
.padding-b-100{
    padding-bottom: 100px;
}
.padding-b-50{
    padding-bottom: 50px;
}
.ticker{
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
}
.cta{
    background-color: var(--primary);
    border-radius: 56px;
    padding: 28px;
    text-align: center;
    font-weight: 900;
    width: 100%;
    max-width: 990px;
    margin: auto;
    display: block;
    text-decoration: none;
    color:#fff;
    font-size: 25px;

}
footer{
    background-color: #000;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer a{
    text-decoration: none;
    
    color: rgba(255,255,255,1);
    
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 10px;
    
}
footer .bottom-links{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    color: #ccc;
    font-size: 12px;

}
.disclaimer p{
    color: rgba(182,182,182,1);    
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: justified;
    line-height: 17px;
}
.modal input {
    border: none;
    background-color: rgba(240,240,240, 1);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.modal  .submitButton {
    background-color: rgba(0,0,0, 0.9);
    color: rgba(255,255,255,1);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
}
small{
    font-size: 10px;
    line-height: 8px;
}
@media (max-width: 991.98px) {
    h3{
        font-size: 30px;
    }
    .cta{
        font-size: 15px;
    }
}