body {
    margin: 0;
    padding: 0;
    background-color: #F3EEE5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
h1{
    font-size: 26px;
    line-height: 48px;
}

@media (max-width: 767.98px) {
    h1 {
        line-height: 36px;
    }
}

p{
    font-family: 'Duper', sans-serif;
}

section {
    overflow-x: hidden;
}

.row-custom {
    background-color: #427B84;
    padding: 40px 0;
}

.img-left {
    position: absolute;
    bottom: -20px;
    left: -20px;
    height: 200px;
}

.img-right {
    position: absolute;
    width: 400px;
    bottom: -30px;
}

label{
    color: #427B84;
    font-weight: bold;
}

input, textarea, select {
    border-radius: 0 !important;
}

input[type="checkbox"] {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    margin-right: 20px;
}

.cta-primary{
    background-color: #A41515;
    padding: 10px 30px;
    color: #fff;
    font-size: 30px;
}
.cta-primary:hover{
    color: #fff;
    background-color: #720d0d;
}

footer img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*@media (max-width: 1432px) {*/
/*    #excel-text {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width: 770px) {
   .row-custom {
        display: none;
    }
}

.error-message {
    color: red;
    font-size: 0.875rem;
}

input:focus {
    border-color:  #427B84; !important;
    box-shadow: 0 0 0 0.25rem rgb(111, 191, 203) !important;
}

input[type="checkbox"]:checked {
    background-color: #427B84 !important;
    border-color: #427B84 !important;
}

@media (max-width: 767.98px) {
    .cta-primary{
        font-size: 20px;
    }
}
