.sw19-hidden {
  display: none !important;
}
.orangematter-header {
  margin-bottom: 30px;
}
.instagram-container {
  margin-bottom: 30px;
}
body.page-template-techpod {
  .orangematter-header {
    margin-bottom: 0;
  }
}
.footer-curve {
  top: 0 !important;
}
.sw19-footer {
  background-color: #141414;
  .legal__footer-block {
    background-color: #111111;
    padding: 18px 30px;
  }
  .footer-info {
    padding: 30px 30px 20px 30px;
  }
  .container {
    
    .footer__left-column {
      display: block;
      max-width: 463px;
      .footer-description {
        margin-bottom: 20px;
        strong {
          font-weight: 500 !important;
        }
        p {
          font-family: "Roboto";
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal;
          color: #eee;
          margin: 0;
        }
      }
      .social-icons {
        a {
          position: relative;
          display: inline-block;
          color: #fff;
          font-size: 25px;
          margin-right: 13px;
          -webkit-font-smoothing: subpixel-antialiased;
          backface-visibility: hidden;
          -o-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
          &:last-child {
            margin-right: 0;
          }
          &:hover {
            transform: translateY(-3px);
          }
        }
      }
    }

    .sw19-footer-links {
      .footer-link {
        a {
          position: relative;
          display: inline-block;
          font-family: "Roboto";
          font-size: 14px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-transform: uppercase;
          margin-bottom: 13px;
          color: #fff;
          text-decoration: none;
          &:hover {
            text-decoration: underline;
          }
        }
        &:last-child {
          a {
            margin-bottom: 0;
          }
        }
      }
    }

    .legal__block {
      .legal__link {
        position: relative;
        display: inline;
        padding: 0 5px;
        &::after {
          position: absolute;
          content: "";
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 1px;
          height: 10px;
          background-color: #eee;;
        }
        &:last-child {
          &::after {
            display: none;
          }
        }
        a {
          font-family: "Roboto";
          font-size: 12px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          color: #eee;
          text-decoration: none;
          &:hover {
            text-decoration: underline;
          }
        }
      }
    }

    .legal__information {
      p {
        font-family: "Roboto";
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #eee;
        text-align: right;
        margin: 0;
      }
    }
  }
}

@media screen and (max-width: 991px) {
  .sw19-footer {
    &.footer {
      margin-top: 0 !important;
    }
    .container {
      .legal__block {
        text-align: center;
        margin-bottom: 5px;
      }
      .legal__information {
        p {
          text-align: center;
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .sw19-footer {
    .footer-info {
      padding: 20px 15px 30px 15px;
    }
    .container {
      padding: 0;
      .footer__left-column {
        margin-bottom: 75px;
      }
      .sw19-footer-links {
        .footer-link {
          a {
            font-size: 12px;
            margin-bottom: 15px;
          }
        }
      }
      .legal__block {
        text-align: center;
        margin-bottom: 5px;
      }
      .legal__information {
        p {
          text-align: center;
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .buttontop-top {
      height: 40px;
      width: 40px;
      padding-top: 9px;
      font-size: 14px;
  }
}