<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-background {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.hero-link a{
  color : white !important; 
  border-bottom: none !important;
  font-size: 16px !important;
  line-height: 24px !important;}

.hero-bottom-tiles {
  color: #1a5059;
	min-height: 25vh !important;
	height:auto; }

.hero-bottom-tile-topbar hr {
  border : 2px solid #C4C4C4;
  margin-bottom: 5px;

}

@media only screen and (max-width: 990px) {
  .hero-title {
   line-height:1.2;
  }
  .hero-bottom-title {
    line-height: 1.2 ;}

  .hero-bottom-link a {
	font-size: 14px !important;
	line-height: 20px !important; }
}

@media only screen and (max-width:500px) {
  .hero-title {
   font-size: calc(1rem + 0.6vw);
  }
  .hero-link {
	margin-top:0 !important;}
  .hero-description {
	line-height: 1.2em;}
  .hero-bottom-tiles {
	width:90% !important; }
  .hero-bottom-title {
	font-size: calc(0.9rem + 0.6vw);}

}</pre></body></html>