<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.app-power-hero {
  background-color: #94c025;
}

.col-text.app-power-hero {
  height: 100vh;
}

#block-app-power {
  background: #94c025 url(../images/app-power/with-mysugr.png) no-repeat center;
  background-size: contain;
}

#block-with-mysugr {
  background: #f5f5f5 url(../images/app-power/illustration-mysugr.png) no-repeat center;
  background-size: 600px;
  /*background-color: #94c025;*/
}

.Aligner-item h2 {
  color: #8EB927;
}

.testimonial {
  background-color: #8EB927;
}

.app-stores {
  margin-top: 40px;
}

.app-stores a {
  display: inline;
}

.app-stores a:first-child {
  margin-right: 20px;
}

/* Mobile fixes */
@media screen and (max-width:768px) {
  h1, h1 span {
    font-size: 46px !important;
  }
  .col-text.app-power-hero {
    height: auto;
  }
  .app-power-hero .Aligner-item {
    padding-bottom: 0;
  }
  #block-app-power {
    min-height: 300px;
    margin-bottom: 40px;
  }
  .hero-container {
    background-color:#0095c8;
  }
  .col-text.product {
    display:block;
    height: auto;
  }
  .product-section {
    width: 100%;
  }
  .product-section img {
    width: 200px;
    margin: 0 auto 30px;
  }
}
</pre></body></html>