.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
  z-index: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#breadcrumbs {
  max-width: 1520px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-socials {
  position: relative;
  /* padding: 145px 0 0; */
  font-size: 0;
}
.ip-socials::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/logo-mono.png) no-repeat left -14% top 125px/77.31% auto;
  background-attachment: fixed;
  filter: brightness(0);
  opacity: 0.06;
}

.name-Safari .ip-socials::before,
.is-mobile .ip-socials::before {
  background-attachment: scroll;
}

.ip-socials-container {
  position: relative;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-socials-heading {
  margin-top: 70px;
}
.ip-socials-heading .ip-socials-container {
  max-width: 1330px;
}

.ip-socials-smis a {
  font-size: 30px;
  color: rgba(var(--primary-color), 1);
  transition: all var(--default-transition);
}
.ip-socials-smis a:hover {
  color: rgba(var(--secondary-color), 1);
}
.ip-socials-smis a:not(:first-child) {
  margin-left: 35px;
}

.ip-socials-holder {
  margin-top: 12px;
  padding-bottom: 45px;
}

.ip-socials-list {
  margin: 0 -44px;
}

.ip-socials-item {
  width: 33.33%;
  padding: 0 44px;
}
.ip-socials-item a {
  display: block;
  transition: all var(--default-transition);
}
.ip-socials-item a canvas {
  opacity: 0;
}
.ip-socials-item a:hover {
  transform: translateY(-12%);
}
.ip-socials-item:nth-child(1) {
  transform: translateY(170px);
}
.ip-socials-item:nth-child(2) {
  transform: translateY(90px);
}

@media only screen and (min-width: 992px) {
  .ip-socials-heading .gsite-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .ip-socials {
    /* padding: 80px 0 0; */
  }
  .ip-socials-container {
    max-width: 630px;
  }
  .ip-socials-heading .gsite-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .ip-socials-holder {
    margin-top: 50px;
  }
  .ip-socials-item {
    width: 100%;
    transform: none !important;
  }
  .ip-socials-item:not(:last-child) {
    margin-bottom: 30px;
  }
}