<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Gears.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Gears.jpeg"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_Gears.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_Gears.jpeg");}
}



.OverTxt {
    position: absolute;
    top: 65%;
    left: 63%;
    color: rgb(255, 255, 255);
    background-color: #555555;
    padding: 0 2% 2%;
}

.Image {
   position: relative;
   margin-top: 10%;     
}

#regGrey .b-lazy.b-loaded {
    border: 1px solid #ccc;
}



@media (max-width: 880px) {
#regGrey .across-three {grid-column: span 4;}
.Image {position: relative; margin-top: 10%; margin-right: 5%; margin-left: 5%;}
}

@media (max-width: 555px) {
#regGrey .across-three {grid-column: span 6;}
.OverTxt{position: absolute; top: 60%; left: 59%;}
.Image {position: relative; margin-top: 10%; margin-right: 5%; margin-left: 5%;}
}

@media (max-width: 400px) {
#regGrey .across-three {grid-column: span 6;}
.OverTxt{position: absolute; top: 50%; left: 60%;}
.Image {position: relative; margin-top: 10%; margin-right: 5%; margin-left: 5%;}
}
</pre></body></html>