<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.woff2") format("woff2");
}
.coming-soon {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coming-soon::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/landing/home-banner.jpg) top no-repeat;
  background-size: cover;
  opacity: 0.8;
}
.coming-soon h1 {
  color: white;
  z-index: 99;
  font-size: 28px;
}
@media screen and (max-width: 1100px) {
  .coming-soon h1 {
    font-size: 22px;
    text-align: center;
  }
}
</pre></body></html>