<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noscript-all {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e3332d;
  color: #fff; }
  .noscript-all h2 {
    margin: 0;
    font-size: 30px; }
  .noscript-all p {
    margin: 0; }

#ContactForm noscript {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #e3332d;
  color: #fff;
  font-weight: bold; }

#ContactForm .button {
  display: none !important; }

.home-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home-slider &gt; article {
    width: calc(25% - 10px); }
    @media screen and (max-width: 1000px) {
      .home-slider &gt; article {
        margin: 5px;
        width: calc((100% / 2) - 10px); } }
</pre></body></html>