<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footerSectionWrapper {
  background: url(../images/footer_girl_image.jpg) no-repeat 100% top / cover
    #000;
  font-family: "Montserrat", sans-serif;
  height: 62.549vw;
  position: relative;
}
.footerSectionWrapper .copylinks span,
.footerSectionWrapper .copylinks a {
  font-family: "Montserrat", sans-serif;
  color: #fff5de;
  font-size: 0.825vw;
  line-height: 0.782vw;
  text-decoration: underline;
  text-transform: uppercase;
}
.copylinks {
  position: static;
  bottom: 1.164vw;
  width: 100%;
  text-align: center;
  padding: 0;
}
span.septr {
  padding: 0 0.1vw;
  text-decoration: none !important;
}
.footerSectionWrapper {
  background: url(../images/footer_girl_image.jpg) no-repeat 100% top / cover
    #000;
  font-family: "Montserrat", sans-serif;
  height: 6.549vw;
  position: relative;
  background: #312a20;
  height: auto;
  z-index: 1;
  padding: 2.5vw 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .footerSectionWrapper {
    /* background: url(../images/footer_girl_image_mobile.jpg) no-repeat 100% top / cover #000; */
    /* height: 160vw; */
    padding: 5vw 0;
  }
  .copylinks {
    bottom: 3.733vw;
  }
  .footerSectionWrapper .copylinks span,
  .footerSectionWrapper .copylinks a {
    font-size: 11px;
    line-height: 2.667vw;
  }
}
</pre></body></html>