<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.last-photos {
  background:#ffffff;
  position:relative;
  overflow:hidden;
  padding:60px 0;
  z-index:2;
}
.last-photos &gt; .inner {
  width:100%;
  max-width:1280px;
  padding:0 50px;
  margin:0 auto;
}
.last-photos:before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  right:calc(50% + 510px);
  width:100vw;
  bottom:0;
  background-color:#ffffff;
  z-index:1;
}
.last-photos .last-photos-header {
  position:relative;
  z-index:2;
  margin-bottom:32px;
}
.last-photos .last-photos-title {
  font-size:30px;
  line-height:30px;
  font-weight:900;
  color:#040418;
  margin-bottom:5px;
}
.last-photos .last-photos-subtitle {
  font-size:20px;
  line-height:30px;
  font-weight:300;
  color:#040418;
}
.last-photos-slider {
  width:100%;
  max-width:370px;
  height:240px;
  margin:0 0 0 90px;
  position:relative;
}
.last-photos-slider &gt; .wrapper { visibility:hidden; }
.last-photos-slider &gt; .wrapper.extra-slider-processed { visibility:visible; }
.last-photos-slider li {
  list-style:none;
  display:block;
  padding:0 20px 0 0;
  width:100%;
  height:auto;
}
.last-photos-slider .navigation {
  display:block;
  width:80px;
  height:100%;
  background-color:#f5f5f5;
  position:absolute;
  top:0;
  left:-100px;
  z-index:2;
}
.last-photos-slider .navigation-button { margin:0 0 20px auto; }
.last-photos-links {
  display:flex;
  padding:20px 0 0 90px;
}
.last-photos-links .last-photos-all-link {
  flex:1 1 auto;
  width:100%;
}
@media only screen and (max-width: 1200px) {
  .last-photos:before {
    right:auto;
    width:40px;
  }
}
@media only screen and (max-width: 780px) {
  .last-photos &gt; .inner { padding:0 10px; }
  .last-photos:before { display:none; }
  .last-photos-slider {
    width:100%;
    max-width:none;
    margin:0;
  }
  .last-photos-slider .wrapper {
    width:100%;
    max-width:370px;
    margin:0 auto;
    padding:0 5px;
  }
  .last-photos-slider ul {
    width:100%;
    height:100%;
  }
  .last-photos-slider li {
    width:100%;
    padding:0 10px;
  }
  .last-photos-slider .extra-post, .last-photos-slider .extra-post .extra-post-figure {
    width:100%;
    max-width:350px;
  }
  .last-photos-slider .navigation {
    height:70px;
    width:160px;
    top:-90px;
    left:auto;
    right:0;
    display:flex;
    justify-content:space-between;
    flex-direction:row-reverse;
  }
  .last-photos-slider .navigation .navigation-button { margin:0; }
  .last-photos-links { padding:20px 0 0; }
  .last-photos .last-photos-header { padding-right:160px; }
}
@media only screen and (max-width: 540px) {
  .last-photos .last-photos-header { padding-right:0; }
  .last-photos-slider li {
    width:100%;
    padding:0 5px;
  }
  .last-photos-slider .navigation { display:none; }
}
</pre></body></html>