/* CSS Document */
.menu,
.footer { display: none}
.hero-landing {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 80px 0;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: url(../img/4lnj/landing-bg2.jpg) 50% / cover no-repeat;
    background-blend-mode: multiply, normal, normal, normal, normal, normal;
    backdrop-filter: blur(10.100000381469727px);
}
.info-row {
    margin: 50px 0 0;
}
.info-row .hero-lede {
    text-align: center;
    max-width: 100%;
}
.contact-4lnj {
    margin: 50px 0 0;
}
.contact-4lnj .h1-style {
    color: #fff;
    margin: 0 0 20px 
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
    color: #fff!important;
    background: transparent;
    border: solid 1px #fff;
}
input::placeholder,
selec::placeholder,
textarea::placeholder {
    color: #fff;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}