<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lfl-hero {
   width: 100%;
   height: 600px;
   background-position: center;
   background-size: cover;
   display: flex;
   justify-content: center;
}

.lfl-hero__dots {
   width: 100%;
   display: flex;
   /*justify-content: center;*/

}
.lfl-hero__text-container {
   width: 1320px;
   margin: 0 auto;
   position: relative;
}
@media (max-width: 1320px){
   .lfl-hero__text-container {
      width: 100%;
   }
}
.lfl-hero__text {
   /*align-self: center;*/
   font-size: 4rem;
   width: 640px;
   color: #fff;
   /*text-shadow: 3px 3px 6px #000;*/
   /*margin-top: 11rem*/;
   margin-left: 20px;
   position: absolute;
   bottom: 80px;
}

.lfl-hero h1 {
   display: inline;
   background-color: rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
   .lfl-hero {
      height: 400px;
   }

   .lfl-hero__text {
      font-size: 3rem;
      margin-top: 10.5rem;
      line-height: 0.97 !important;
      width: auto;
   }

   .lfl-hero h1 {
      font-size: 2.5rem !important;
      line-height: 1 !important;
   }
}
</pre></body></html>