#gk-body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#gk-bg {
  position: relative;
  z-index: 30;
}

#page-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#gk-header {
  background: transparent;
}

#gk-header-nav {
  background: #fff;
}

#gk-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}

#gk-mainbody .container {
  background: #fff;
  padding-bottom: 2rem;
}

/* Header module */
.header-text-wrapper {
  flex-direction: column;
  gap: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  .wt-head-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header-text-wrapper h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header-text-wrapper h1 {
    font-size: 48px;
  }
}

.header-text-wrapper p {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 992px) {
  .header-text-wrapper p {
    font-size: 18px;
  }
}

#gk-header-mod {
  background: transparent;
  border: 0;
}

#gk-header-mod .container {
  background: #fff;
  padding: 0;
}

#gk-header-mod .mod-custom {
  padding: 0;
}

#gk-header-mod .mod-custom img {
  width: 100%;
}