<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
}
section.single_page_sec p {
  line-height: 1.4;
  font-size: 1.6rem;
  margin: 0;
}

.single_page_sec {
  padding: 40px 0;  
} 

section.subpage_hero p{
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 481px) {
  section.single_page_sec p {
    line-height: 1.4;
    display: inherit;
    text-align: inherit;
    margin: inherit;
    margin-bottom: 0;
}
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

td,th,dt,dd,p {
  font-size: 1.6rem;
}

.subpage .wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.company .wrapper {
  max-width: 800px;
  padding: 0 10px;
}

.company h1 {
  background: rgb(194,228,116);
  background: -moz-linear-gradient(top, rgba(194,228,116,1) 0%, rgba(155,203,96,1) 65%, rgba(155,203,96,1) 99%);
  background: -webkit-linear-gradient(top, rgba(194,228,116,1) 0%,rgba(155,203,96,1) 65%,rgba(155,203,96,1) 99%);
  background: linear-gradient(to bottom, rgba(194,228,116,1) 0%,rgba(155,203,96,1) 65%,rgba(155,203,96,1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e474', endColorstr='#9bcb60',GradientType=0 );
  color: white;
  padding: 10px 0;
  margin-bottom: 30px;
}

.company h2 {
  margin-bottom: 20px;
}

.company table {
  width: 100%;
  max-width: 600px;
  margin:  0 auto 40px;
}


.company table th {
  background-color: #B8D200;
  font-size: 2rem;
  padding: 5px 10px;
}

.company table td {
  border-bottom: 1px solid #ccc;

  font-size: 2rem;
  padding: 5px 10px;
  text-align: left;
}

.company table tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}

.company .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.6%;
  overflow: hidden;
}
.company .map &gt; iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
</pre></body></html>