<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wr-home-hilltop{
    background:url(../../images/asset-bird-bg.jpg) no-repeat;
    background-size:cover;
    display:flex;
    display:none;
}
.wr-home-hilltop .wr-content {
    width: 69%;
    margin-bottom: 75px;
    padding: 60px 0 90px 40px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
.wr-home-hilltop .wr-content h2.wr-heading{
    font-size: clamp(40px, 5vw, 80px);
    line-height: .81375;
    color: #fff;
    margin: 0 0 30px;
    letter-spacing: .04em;
    font-weight:500;
    text-transform:uppercase;
    font-family: var(--font-secondary);
}
.wr-home-hilltop .wr-content p.wr-text,
.wr-home-hilltop .wr-content p{
    font-size: 15px;
    line-height: 1.5733333333;
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: .04em;
}
.wr-home-hilltop .wr-content .left-content{
    width: 48%;
}
.wr-home-hilltop .wr-content .right-content{
    width: 48%;
    align-self: center;
}
.wr-home-hilltop .wr-content .right-content h4.wr-small-heading{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .04em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-family:  var(--font-secondary);
}
.wr-home-hilltop .wr-content .right-content a.wr-btn{
    text-align: center;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
    letter-spacing: .1em;
    max-width: 472px;
    padding: 20px 15px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    box-shadow: 11px 12px 6px 0 rgba(0, 0, 0, .43);
    background-color: #fff;
    color: #a16d38;
    display: block;
    margin: 0 auto;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.wr-home-hilltop .wr-content .right-content a.wr-btn:hover{
    background-color: #a16d38;
    color:#fff;
}
.wr-home-hilltop .wr-image{
    width:31%;
}
.wr-home-hilltop .wr-image img{
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .wr-home-hilltop{
        flex-direction:column;
    }
    .wr-home-hilltop .wr-content {
        width: 100%;
        padding: 40px 20px;
    }
    .wr-home-hilltop .wr-image {
        width: 0;
    }
}

@media only screen and (min-width: 992px) {
    .wr-home-hilltop{
        flex-direction:row;
    }
    .wr-home-hilltop .wr-content {
        width: 69%;
        padding: 60px 0 90px 40px;
    }
    .wr-home-hilltop .wr-image {
        width:31%;
    }
}

@media screen and (max-width: 767px){
    .wr-home-hilltop{
        flex-direction:column-reverse;
    }
    .wr-home-hilltop .wr-content .right-content h4.wr-small-heading{
        text-align: left;
    }
    .wr-home-hilltop .wr-content {
        width: 100%;
        padding: 60px 20px 90px 20px;
        flex-direction:column;
    }
    .wr-home-hilltop .wr-image {
        width:0%;
    }
    .wr-home-hilltop .wr-image img{
        -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    }
    .wr-home-hilltop .wr-content .left-content,
    .wr-home-hilltop .wr-content .right-content{
        width:100%;
    }
    .wr-home-hilltop .wr-content .right-content{
        margin-top:10px;
    }
    .wr-home-hilltop .wr-content .right-content a.wr-btn{
        font-size: 20px;
        max-width: 300px;
    }
    .wr-home-meet-builders .img-block.image-block{        
        width: 120%;
    }
    .wr-home-meet-builders .img-block.image-block img{        
        min-height: 1px;
        height: 100%;
        position: relative;
        left: -12%;
    }
}
</pre></body></html>