<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.next {
    position: absolute;
    top: 40%;
    right: 20px;
    border: 2px solid white;
    z-index: 1;    
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}



.prev {
  position: absolute;
  top: 40%;
  left: 20px;
  border: 2px solid white;
  z-index: 1;    
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.next:hover, .prev:hover {
    background-color: rgba(255, 255, 255, 0.75);
    /* animation: zoomInOut 0.5s infinite;
    animation-direction: alternate; */
}
/* @keyframes zoomInOut {
    from {}
    to {
    transform: scale(1.1); }
  } */
.text {
    font: 48px Titillium Web;    
    z-index: 1;
    position: absolute;
    top: 22%;
    left: 10%;
    font-weight: bold;
}   
.text a:hover {
    background-color: black;
    color: white;
}
.word {
    margin: auto;
    color: white;
    font: 700 normal 18px 'tahoma';
    
  }
 
  body {
    background-color: #f9f9f9;
  }
  .fa-user-large, .fa-person-digging, .fa-industry, .fa-magnifying-glass-dollar {
    color: #de110d;
  }
  td {
    padding-right: 20px;
  }
 
  .special {
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;   
    width: 100%;
    top: 90vh; 
  }
  
  
  .col1 {
    position: relative;
    padding: 101px 0;
  }
  
  .table1 {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
    
  }
  .col2 {
    position: relative; 
   
  }
  .table2 {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
    margin-left: 10px;
    
  }
  .col3 {
    position: relative; 
    padding: 101px 0;
   
  }
  .table3 {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
    margin-left: 20px;
  }
  .col4 {
    position: relative; 
   
  }
  .table4 {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
  }
  .slideInfo {
    background-color: #da2128;    
    color: #FFFFFF;
    padding: 50px 30px;
  }
  

  .slideInfo a {
    background-color:white;
    color:#333333;
    font-size:14px;
    padding:9px 20px
  }

  .slideInfo a:hover {
    background-color: #de100c;
    color: white;
    border: 1px solid white;
  }</pre></body></html>