@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face{
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
}
.pdfobject-container { height: 1200px; border: 1px solid #ccc; }
body{
    font-family:'Montserrat', 'Arial', sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
header{
    margin-top:50px;
}
header img{
    width:350px;
}
header .text-content{
    max-width:912px;
    margin:50px auto;
}
header h1{
    color:#D02A4C;
    font-size: 70px;
    line-height: 76px;
    font-weight:bold;
}
header .text-content h3{
    color:#121212;
    font-size: 30px;
    line-height: 52px;
    font-weight:bold;
}
#my-pdf{
    margin-bottom:70px;
}
form .form-container{
    display: flex;
    flex-direction: row;
    background-color:#121212;
    justify-content: space-between;
    border-radius: 17px;
    padding:30px 25px;
    align-items: center;
}
form .form-container .form-group{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
form .form-container .form-group input{
    width:27px;
    height:27px;
    margin-right:15px;
    border:none;
    border-radius: 5px;
    accent-color: #D02A4C;
}
form .form-container .form-group label{
    font-family: 'Roboto', sans-serif;
    color:#FFFFFF;
    font-size: 16px;
    line-height:22px;
    margin-bottom:0;
    font-weight: normal;
}
.btn{
    border-radius:50px;
    padding:23px 19px;
}
.btn.btn-primary{
    background-color:#D02A4C;
    color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height:24px;
    padding:10px 20px;
    border:none;
}
footer{
    margin-top:140px;
    background-color:#F5F5F5;
    color:#121212;
    padding:50px 0;
}
footer .legals p{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color:#121212;
}
