<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-wall {
  display: none; }

.branding.wall .b-wall {
  position: absolute;
  top: 740px; }
  .branding.wall .b-wall.left {
    display: block;
    width: calc((100% - 1330px) / 2);
    height: calc(100vh - 60px);
    left: 0;
    z-index: 100;
    background-color: white;
    text-align: center; }
    @media screen and (max-width: 1190px) {
      .branding.wall .b-wall.left {
        display: none; } }
    .branding.wall .b-wall.left span {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("400_1150_left.jpg?1745477747416");
      background-repeat: no-repeat;
      background-position: right top;
      background-size: cover; }
      @media screen and (max-width: 1600px) {
        .branding.wall .b-wall.left span {
          background-image: url("140_930_left.jpg?1745477747416"); } }
  .branding.wall .b-wall.right {
    display: block;
    width: calc((100% - 1330px - 20px) / 2);
    height: calc(100vh - 60px);
    right: 0;
    z-index: 100;
    background-color: white;
    text-align: center; }
    @media screen and (max-width: 1190px) {
      .branding.wall .b-wall.right {
        display: none; } }
    .branding.wall .b-wall.right span {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("400_1150_right.jpg?1745477747416");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover; }
      @media screen and (max-width: 1600px) {
        .branding.wall .b-wall.right span {
          background-image: url("140_930_right.jpg?1745477747416"); } }
  .branding.wall .b-wall.stick {
    position: fixed;
    top: 60px;
    margin-top: 0; }
</pre></body></html>