<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.responsive div.container {
  max-width: 1767px;
  padding: 0px 100px !important;
}

#blog-hero {
  background-image: url('../images/texture-dark.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 287px 0;
}

#blog-hero .title {
  font-size: 95px;
  line-height: 90px;
  color: #fff;
  font-family: 'Futura PT Demi';
  margin-bottom: 36px;
}

#blog-hero .title span {
  color: #324853;
}

#blog-hero .swiper {
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}

#blog-hero .categ-filter a {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-family: 'Futura PT Bold';
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 90px;
  min-width: 180px;
  padding: 0 20px;
  transition: all 300ms ease-out;
  color: #fff;
  text-align: center;
  width: auto;
  margin-right: 15px;
}

#blog-hero .categ-filter a:last-child {
  margin-right: 0;
}

#blog-hero .categ-filter a:hover,
#blog-hero .categ-filter a.active {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

#blog .load-more {
  display: block;
  width: 204px;
  margin: 0 auto 60px auto;
  color: #000;
  border: 1px solid #000;
  border-radius: 90px;
  transition: all 300ms ease-out;
  font-size: 16px;
  font-family: 'Futura PT Bold';
  height: 44px;
  line-height: 44px;
  text-align: center;
}

#blog .load-more:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1300px ) {

  #blog .container a:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px ) {
  #blog-hero {
    padding: 90px 0 171px 0;
  }

  #blog .container a:first-child {
    margin-top: -112px;
  }

  #blog .container a:nth-child(n+2) {
    margin-top: 0;
  }

  #blog-hero .title {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 27px;
  }

  #blog-hero .categ-filter a {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    min-width: 140px;
    margin-right: 11px;
  }
  #blog .container a:nth-child(-n+3) {
    margin-top:0 !important
  }
  #blog .container  {
    margin-top:-100px !important
  }
  #blog .cat {text-align:center;height:auto !important;line-height: 1.2;padding:5px 10px !important;}
}

@media screen and (max-width: 767px ) {
  .responsive div.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 75px !important;
  }

  #blog .container {
    margin-bottom: 83px !important;
  }
}

@media screen and (max-width: 576px ) {
  .responsive div.container {
    padding: 0 20px !important;
  }

  #blog .load-more {
    width: 150px;
    margin-bottom: 82px;
  }
}</pre></body></html>