<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size:18px;
    font-family: "Poppins", sans-serif;
    
}
#color-container{
    padding-bottom:5%;
}
.maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.maincontent_wrapper {
    padding-top: 0;
}

#reusable img {
    width: 100%;
}
#reusable{padding-bottom:50px;}
  .r-hr{
    margin:0 auto;
    max-width:50%;
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  }
.r-container{
    max-width:1400px;
    padding-inline:2%;
    margin:0 auto;
}

.r-header{
    max-width:1000px;
    padding:2%;
    margin:0 auto;
    text-align: center;
}
.ctaButton {
    margin-top:20px;
background-color:#DA291C;
border-radius:3px;
border:1px solid black;
display:inline-block;
cursor:pointer;
color:#fff;
font-size:15px;
padding:9px 23px;
text-decoration:none;
/* width:170px; */
max-height:41px;
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
transition:.3s;
}
  .myButton {
          margin-top:20px;
      background-color:#DA291C;
      border-radius:3px;
      border:1px solid black;
      display:inline-block;
      cursor:pointer;
      color:#fff;
      font-size:15px;
      padding:9px 23px;
      padding-right:0;
      text-decoration:none;
      width:170px;
      max-height:41px;
      box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
      transition:.3s;
    }
    .myButton,a{
        color:#fff;
    }
    .myButton:hover {
      transition:.3s;
  }
  .arrow{
    max-width:50px;
    transition:.3s;
  }
    .myButton:hover img{
        max-width:45px;
      transition:.3s;
  }
 .ctaButton:hover{
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    scale:.99;
 }
  .ctaButton,a:hover{
    color:#fff;
    text-decoration: none;
  }
  
  .myButton:active {
      position:relative;
      top:1px;
  }
  .caps{
    text-transform: uppercase;
  }
  
  #r-hero{
    min-height:500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #r-hero-logo{
    position: absolute;
    top:5%;
    left:2%;
  }
  #r-hero-content{
    position: absolute;
    top:40%;
    left:10%;
    color:#fff;
  }
  #r-hero-content h1{
    font-size:clamp(28px, 4vw, 60px);
    font-weight:600;
  }
  .header-box {
    text-align:center;
    padding:40px 20px;
  }
  
  .product-wrapper {
    margin-top:50px;
  }
  
  .product-text-box {
    text-align:left;
    padding:20px;
    position:relative;
    z-index:1;
    margin-top:-50px;
    background-color:white;
    max-width:90%;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.19); 
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.19);
  }
  
  .product-text-box img {
    max-width:40px;
  }
  
  .asphalt-img-wrapper {
    max-height:35vh;
    overflow:hidden;
  }
  
  @media only screen and (max-width: 768px) {
     .product-text-box {
     margin-top:0px;
    }
  }</pre></body></html>