<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.experience {
  min-height: 75vh;
  background-image: url(../img/bg-grid-paper-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 10px rgba(0, 0, 0,.05);
  z-index: 2;
  position: relative;
}
section.process {
background-color: #f8f9fa;
  background-image: url(../img/bg-grid-paper-2.png);
  background-size: contain;
  background-position:top,left;
  background-repeat: repeat-y;
  box-shadow: 0 0 10px rgba(0, 0, 0,.15);
}
.fw-light {
    font-size: .8em;
  }
  .experience h1.display-4 {
    font-size: 2em;
    line-height: 1;
  }
  .stats .card {
    height: 170px;
    width: 210px;
    text-align: center;
  }


  .process-list {
    background: #f2f2f2;
    position: relative;
  z-index: 1;
  }
  .process-list ol {
    list-style: none; 
    counter-reset: num; 
    padding-left: 0;
  }
  .pl-item {
    font-weight: 300;
    /* height: 150px; */
    position: relative;
  }
  .pl-item:hover {
    background-color:#e0ecef;
    font-size: 105%;
  }
  .pl-item:hover .display-6{
    font-size: 120%;
  }
  .pl-item:hover .list-item {
    color:#212529;
  }

  ol li.pl-item { 
    counter-increment: num; 
    border-top: dashed 1px lightgray;
} 

ol li.pl-item::before { 
    content: counter(num) ". "; 
    left: .5em;
  position: absolute;
  border-radius:1px;
  width: 30px;
  text-align: center;
  height: 30px;
  top: 3em;
  color: #caf000;
  background-color: #212529;
  line-height: 30px;
} 
ol .display-6 {
    font-size: 1.35rem;
  }
  .pl-item .list-item {
    color: #848484;
  }

  body.modal-open {
    overflow: hidden;
}
.animation-delay-p2 {
  animation-delay: .2s;
}
.animation-delay-p3 {
  animation-delay: .3s;
}
.animation-delay-p4 {
  animation-delay: .4s;
}
.animation-delay-p5 {
  animation-delay: .5s;
}
.animation-delay-1 {
  animation-delay: 1s;
}
.animation-delay-2 {
  animation-delay: 1.1s;
}
.animation-delay-3 {
  animation-delay: 1.2s;
}
.animation-delay-4 {
  animation-delay: 1.3s;
}
.animation-delay-5 {
  animation-delay: 1.4s;
}

.process img.showcase-img {
  opacity: 0;
}
.process img.showcase-img.animate__animated {
  opacity: 100;
}
.egg {
  position: absolute;
  width: 50px;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  left: 234px;
  top: 268px;
  z-index: 9;
}
.header-block {
  background-image: url(../img/bg-dot-pattern.png);
} 
.process-list .nav  {
  border-bottom: none;
}
ol .container-lg.d-flex {
  padding-left: 3rem;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) {
    .pl-item {
        /* height: 170px; */
      }
      ol .display-6 {
        font-size: 1rem;
      }
      .pl-item .list-item {
        font-size: 12px;
      }
      ol li.pl-item::before {
        left: 1em;
        top: .5em;
      }
      .py-5.w-35.display-6 {
        min-width: 155px;
      }
      .w-50.download {
        width: 90% !important;
        margin:auto;
      }
      .dl-link {
        text-align: center;
      }
      
      .otherbrands {

        margin-top: -60px;
      }
      .otherbrands img {
        margin: 3px 10px;
      }
      section.jumbotron, .home section.jumbotron {
        min-height: 90vh;
      } 
      .fox section.jumbotron {
        min-height: 90vh;
      }
      span.ico-brand img {
        margin-top: -10px;
    }
    .ico-brand .text-light, .ico-brand .text-dark {

      font-weight: 200;

      opacity: .85;
  }
  h2.featurette-heading {
    font-size: 38px;
  }
  h2.tight.h1 {
    font-size: 26px;
}
.dots {
  width: 1000px;
  left: -60%;
  top: 0;
  animation-direction: normal;
  height: 100%;
  opacity: .55;
}
ol .container-lg.d-flex {
  padding-left: 1rem;
}
.recent-work a .card {

  min-height: 450px;

}

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