#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content .entry-title, #content .archive-title {
  display: none;
}

.hp-welcome {
  position: relative;
  padding: 192px 0 0;
  font-size: 0;
}

.hp-welcome .gsite-bg {
  height: 420px;
}

.hp-welcome .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
}

.welcome-container {
  position: relative;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.welcome-title {
  width: 100%;
  padding: 0 30px;
}

.welcome-title .gsite-title {
  font-size: 107px;
  font-weight: 500;
  line-height: 1;
}

.welcome-title .gsite-title small {
  font-family: var(--font-family-questrial);
  font-weight: 400;
  color: #a9a9a9;
  margin-bottom: 5px;
}

.welcome-title .gsite-title small::before {
  display: none;
}

.welcome-title .gsite-title span {
  display: flex;
  align-items: center;
  width: 100%;
}

.welcome-title .gsite-title span::after {
  content: "";
  display: block;
  width: 155px;
  height: 1px;
  margin-left: 35px;
  background: rgba(var(--primary-color), 1);
}

.welcome-text {
  width: 48.76%;
  padding: 50px 30px 100px;
}

.welcome-text p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: var(--font-color-default);
  line-height: 1.7;
  margin-bottom: 30px;
}

.welcome-text a.gsite-button {
  margin-top: 15px;
}

.welcome-image {
  position: relative;
  width: 48.46%;
  margin-top: -365px;
}

.welcome-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 117.5%;
  height: 37.6%;
  bottom: 0;
  right: -66.5%;
  background: url(../../images/logo-mono.png) no-repeat right bottom/contain;
  opacity: 0.1;
}

.welcome-image canvas {
  background: none;
}

@media only screen and (max-width: 1366px) {
  .welcome-image {
    margin-top: -165px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-welcome .gsite-bg {
    height: 380px;
  }
  .welcome-title .gsite-title {
    font-size: 85px;
  }
  .welcome-text {
    padding: 25px 30px 50px;
  }
  .welcome-text p {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .hp-welcome {
    padding: 50px 0 0;
  }
  .hp-welcome .gsite-bg {
    height: 182px;
  }
  .welcome-title {
    padding: 0;
  }
  .welcome-title .gsite-title {
    font-size: 55px;
  }
  .welcome-text {
    width: 100%;
    padding: 25px 0 50px;
    text-align: center;
  }
  .welcome-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .hp-welcome .gsite-bg {
    height: 138px;
  }
  .welcome-title .gsite-title {
    font-size: 35px;
  }
  .welcome-title .gsite-title span::after {
    width: 55px;
  }
}