@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.wrapper{
    font-family: "Poppins", sans-serif;
}
.primary_btn{
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    border-radius: 4px;
    background-color: #0000FF;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
}
.primary_btn.lg{
    padding: 16px 32px;
}
.primary_btn:hover{
    background-color: #0000A4;
    color: #ffffff;
}
.primary_btn.white{
    color: #0000FF;
    background-color: transparent;
    border: 1px solid #7E8A90;
    transition: all 0.3s ease;
}
.primary_btn.white:hover{
    background-color: #F2F2FF;
    color: #0000FF;
    border-color: #0000FF;
}
.text-btn{
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0000FF;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.text-btn:hover{
    color: #0000A4;
}
.secondary_btn{
    padding: 12px 24px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#1D1B20;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #DADAE3;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
}
.secondary_btn:hover{
    color: #0000A4;
    border-color: #0000A4;
    background-color: #F2F2FF;
}
.footer {
    background: #0000A4;
    color: #ffffff;
    padding: 47px 0px 1px 0px;
}
.invert-logo {
    filter: brightness(0) invert(1);
}
.footer__bottom{
    padding-bottom: 1em;
}