<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    html, body {
      height: 100%;
      min-height: 100%;
      user-select: none;
      margin:0;
      padding: 0;
    }

    body {
      height: 15000px;
      overflow-y: scroll;
      color: white;
      font-family: 'Open Sans', sans-serif;
    }
    h1,h2,h3,p,ul,li{
      filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.75));

    }
    #viewport {
      position: relative;
      position: fixed;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    #world {
      position: absolute;
      background-color: black;
      background-size: 40px 40px;
      background-image:
        linear-gradient(to right, #333333 1px, transparent 1px),
        linear-gradient(to bottom, #333333 1px, transparent 1px);
      width: 800vw;
      height: 800vw;
      will-change: transform;
    }
.underground{
  position:absolute;

  height: auto;
  opacity: 0.5;
}


    #svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 800vw;
      height: 800vw;
      pointer-events: none;
    }

    #path {
      fill: none;
      stroke-width: 20;
      stroke: grey;
      stroke-linecap:square !important;
      stroke-linejoin:round !important;
      stroke-miterlimit:10 !important;
    }

    .section{
      width:100vw;
      height:100%;
      position: absolute;
      top:0;
      color: white;

      display: flex;
      align-items: center;
      flex-direction: column;
      font-size: 1em;
      z-index: 2;
    }
    .one{
      left:0;
      text-align: center;

    }
    .two{
      text-align: center;
      left:100vw;
    }
    .three{
      left:200vw;    }
    .four{
      left:300vw;
    }
    .five{
      left:400vw;
    }
    .six{
      left:500vw;
    }
    .seven{
      left:600vw;
    }
    .eight{
      left:700vw;

    }


    #pilottool {
        z-index: 1;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        width: 100%;
        background-image: url('img/mud.png');
        background-repeat: no-repeat;
        background-position: 0 50%;
        display: inline-block;



    }
    .maxititle{
      width: 70%;

    }
    #scrollformore{
      width:30%;

      text-align: center;
    }

    .arrows {
      width: 60px;
      height: 72px;

    }

    .arrows path {
      stroke: #fba81a;
      fill: transparent;
      stroke-width: 1px;
      animation: arrow 2s infinite;
      -webkit-animation: arrow 2s infinite;
    }

    @keyframes arrow
    {
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
    }

    @-webkit-keyframes arrow /*Safari and Chrome*/
    {
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
    }

    .arrows path.a1 {
      animation-delay:-1s;
      -webkit-animation-delay:-1s; /* Safari 和 Chrome */
    }

    .arrows path.a2 {
      animation-delay:-0.5s;
      -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
    }

    .arrows path.a3 {
      animation-delay:0s;
      -webkit-animation-delay:0s; /* Safari 和 Chrome */
    }

    .customsub{
      position: fixed;
      top:0%;
      left: 100vw;

    }
    .maintitle {
      font-size: 4em;
      margin-bottom: 5px;
      text-transform: uppercase;
    }
    .subtitle {
        font-size: 2em;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    #threads {
      width: 100%;

    }
    #threads .toprow{
      width:100%;
      text-align: center;
    }
    #threads .toprow img{
      width:16%
    }
    #threads .bottomrow{
      width:100%
    }
    #threads  .bottomrow img{
      width:16%
    }
  .customsub p{
    padding-left: 5%;
    padding-right: 5%;
  }
  .sonde{
    position: fixed;
    top: 4vh;
    left: 200vw;

  }
  .content{
    width: 90%;
    height: 100%;
    margin: auto;

  }
  .contentfull {
    width: 90%;
    height: 100%;
    margin: auto;
    text-align: left;
  }
  .orange{
    color:#fba81a;
  }
  .copy {
      float: left;
      width: 50%;
      padding-top: 0%;
  }
  .sideimage {
      float: left;
      width: 50%;
      height: 100%;
  }
  .sideimage img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
  }
  .mud{
  position: fixed;
    top:0%;
    left: 300vw;
    text-align: left;
  }

  .gallery{
    padding-top: 5%;
    float: left;
    width: 50%;
  }
  .galleryfull{
    padding-top: 5%;
    width: 100%;
  }
  .gallery img{
    float:left;
    margin: auto;
    padding:2%;
    width:46%;
  }
  .galleryfull{
    padding-top: 5%;
    width: 100%;
  }
  .galleryfull img{
    float:left;
    margin: auto;
    padding:2%;
    width:23%;
  }
  .galleryleft{
    padding-top: 5%;
    float: left;
    width: 100%;
  }
  .gallerylabel{
    float:left;
    margin: auto;
    padding:2%;
    width:21%;
  }
  .galleryleft img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  #salesinfo{
        padding:15px;
  }
  #salesteam{
    padding: 2%;
  }
  #salesteaminfo{
    display: none;
    padding:15px;
  }
  #ytplayer{
    padding-top: 10px;
  }
  #ytframe{
    width:560px;
    height:315px;
  }

  #map{
height: 100vh;
margin: 0;
padding: 0;
  }
  .instructions{
    font-weight: 100;
    font-style: italic;
    font-size: .8em;

  }
  #salesname{
    font-size: 1.5em;
  }
  a:link#salesemail{
     color: white;
  }
  a:visited#salesemail{
     color: white;
  }
  a:visited#salesemail{
    text-decoration: underline;
  }

  #salesarea{

  }
  #salesimg{
    width:200px;
    height:auto;
  }
  #legend{
    position: relative
  }

  .row {
    display: flex;
    width: 100%;
  }
  .column {
    flex: 30%;
    padding: 0px;

  }
  .columntwo {
    flex: 70%;
    padding: 0px;
  }



  @media only screen
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
#path {

  fill: none;
  stroke-width: 5;
  stroke: grey;

}
.row{
  display:block;
  text-align: center;
}
#ytframe{
  width:350px;
  height:205px;
}
      .maxititle{
        width: 100%;
        margin-top:50%;
      }
      .maintitle {
        font-size: 2em;
        margin-bottom: 5px;
        text-transform: uppercase;
      }
      .subtitle{
        font-size: 1.2em;
        margin-bottom: 5px;
        text-transform: uppercase;
      }
      #scrollformore{
        width:60%;

        text-align: center;
      }
      .sideimage{
        padding: 0;
        margin: 0;
        display: none;
      }
    p {
      font-size: 1em}
    ul {
      font-size: .6em;
    }
      .copy {

          width: 100%;
          padding-top: 0%;
      }
      .gallery {
          padding: 5%;
          width: 100%;
      }

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