/* Above-the-fold hero — loaded before homepages.css when homepage perf mode is active */
.firstsectionhome {
    position: relative;
    background: url(../images/homeslidebg.webp) center center / cover no-repeat;
    background-size: cover;
}

.firstsectionhome h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff;
    max-width: 500px;
    margin-top: 120px;
}

.firstsectionhome h2 {
    color: #fff;
}

.intro-ussearchus .form-group.d-flex,
.intro-ussearchus .form-group {
    min-height: 48px;
}

.intro-ussearchus .select2-container {
    min-height: 40px;
}

@media (max-width: 767px) {
    .firstsectionhome {
        margin-top: 70px;
        height: 558px;
        background-size: 100%;
    }

    .firstsectionhome h1 {
        font-size: 32px;
        line-height: 130%;
        margin-top: 0;
        margin-bottom: 32px;
    }
}
