<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner img.blank {
  width: 5%;
}

.button.download {
  width: 262px;
}
.button.survey {
  width: 262px;
}
.banner .row1 {
  margin-top: -15px;
}
.banner .row2 {
  margin-top: -30px;
}
.banner .row3 {
  margin-top: -15px;
}

.banner .row4 {
  margin-top: 0px;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
  .row2 {
    margin-top: -20px;
  }
  .row3 {
    margin-top: -10px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
  #lottie {
    margin-top: 430px;
  }
  .banner .button {
    min-width: 180px;
  }
  .banner .button img.download {
    margin-left: 10px;
  }

  .banner .button {
    width: 200px;
    height: 70px;
    text-align: left;
    line-height: 1.2;
  }
  .button.download {
    width: 200px;
    margin-top: 20px;
  }
  .button.survey {
    left: 210px;
    margin-top: -70px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
  .button.download, .button.survey {
    text-align: left;
  }
  .banner img.blank {
    width: 15%;
  }

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