#footerBlock,
.sqs-block-map,
.sqs-block-socialaccountlinks-v2,
.sqs-svg-icon--list,
.sqs-svg-icon--wrapper,
.video-block,
iframe { display: none !important; }

.project-image { overflow: hidden !important; }
.project-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
}

#block-5da7cc86dc61f86de45c,
#block-5da7cc86dc61f86de45c .image-block-outer-wrapper,
#block-5da7cc86dc61f86de45c .image-block-wrapper { display: none !important; height: 0 !important; min-height: 0 !important; padding: 0 !important; }

body#collection-55775562e4b0748cc60c47af .sqs-slice-gallery-item,
body#collection-55775562e4b0748cc60c47af .sqs-slice-gallery-item.content-fill {
  background-image: linear-gradient(rgba(20,20,20,.35),rgba(20,20,20,.35)), url('/_restore-assets/f378b44260af69ab57e2afbee7943adafd9cfa69.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
}
body#collection-55775562e4b0748cc60c47af .sqs-slide { opacity: 1 !important; }
body#collection-55775562e4b0748cc60c47af .restore-footer {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  max-width: none;
  margin: 0;
  padding: 20px max(calc((100vw - 1076px) / 2), 28px);
  background: rgba(255, 255, 255, .96);
}
.restore-footer {
  max-width: 1076px;
  margin: 42px auto 0;
  padding: 24px 0 18px;
  border-top: 1px solid #ddd;
  color: #666;
  font: 13px/1.6 Merriweather, Georgia, serif;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.restore-footer div,
.restore-footer nav { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.restore-footer a { color: #333; text-decoration: none; cursor: pointer; }
.restore-footer a:hover,
.restore-footer a:focus { text-decoration: underline; outline-offset: 3px; }

@media (max-width: 760px) {
  .restore-footer { margin: 28px 24px 0; flex-direction: column; }
}
