.sg-pagehead.v4 {
  position: relative;
}
.sg-pagehead.v4.this-is-the-top-of-the-page {
  padding-top: 0 !important;
}
.sg-pagehead.v4 .pagehead-slider {
  height: 100vh;
  /*width: calc(100vw - 17px);*/
  width: 100%;
  position: absolute;
  z-index: -1;
}
.sg-pagehead.v4 h2 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
}
.sg-pagehead.v4 h3 {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
}
.sg-pagehead.v4 p {
  font-size: 16px;
}
.sg-pagehead.v4 .pagehead-container {
  padding-top: 122px !important;
  height: 100vh;
  /*width: calc(100vw - 17px);*/
  overflow: hidden;
  background: rgba(0, 0, 0, 0.55);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .sg-pagehead.v4 .pagehead-container {
    padding-top: 115px !important;
  }
}
@media (max-width: 768px) {
  .sg-pagehead.v4 .pagehead-container {
    padding-top: 110px !important;
  }
}
.sg-pagehead.v4 .pagehead-inner-container, .sg-pagehead.v4 .pagehead-inner-container.center {
  flex-direction: row;
}
.sg-pagehead.v4 .pagehead-inner-container.left {
  flex-direction: row-reverse;
}
.sg-pagehead.v4 .pagehead-inner-container.center .pagehead-tab-content {
  position: absolute;
  flex: 0 0 100%;
  max-width: 100%;
}
.sg-pagehead.v4 .pagehead-inner-container.center .pagehead-nav-pills {
  margin-left: auto;
  margin-right: auto;
}
.sg-pagehead.v4 .pagehead-inner-container.center .sg-pagehead-hidden {
  animation: fadeitout 0.5s forwards;
  z-index: -1;
}
.sg-pagehead.v4 .pagehead-title {
  font-size: 18px;
  color: white;
  border: 2px solid white;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding: 4px;
}
@media (max-width: 768px) {
  .sg-pagehead.v4 .pagehead-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.sg-pagehead.v4 .pagehead-title-description h2 {
  font-weight: 200;
  color: white;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .sg-pagehead.v4 .pagehead-title-description h2 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sg-pagehead.v4 .pagehead-title-description h2 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 22px;
  }
}
.sg-pagehead.v4 .pagehead-faded-background {
  background: #ffffffeb;
}
.sg-pagehead.v4 .pagehead-box {
  overflow-y: auto;
}
.sg-pagehead.v4 .pagehead-box-container {
  display: flex;
  flex-flow: column;
}
.sg-pagehead.v4 .pagehead-box-container h2 {
  font-size: 20px !important;
}
.sg-pagehead.v4 .pagehead-nav-pills {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .sg-pagehead.v4 .pagehead-nav-pills {
    position: absolute;
  }
}
.sg-pagehead.v4 .pagehead-nav-pills h1, .sg-pagehead.v4 .pagehead-nav-pills h2, .sg-pagehead.v4 .pagehead-nav-pills h3, .sg-pagehead.v4 .pagehead-nav-pills h4, .sg-pagehead.v4 .pagehead-nav-pills h5, .sg-pagehead.v4 .pagehead-nav-pills h6 {
  color: white !important;
}
.sg-pagehead.v4 .pagehead-tab-content {
  height: 100%;
}
@media (max-width: 1200px) {
  .sg-pagehead.v4 .pagehead-tab-content {
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .sg-pagehead.v4 .sg-pagehead-hidden {
    animation: fadeitout 0.5s forwards;
    -webkit-animation: fadeitout 0.5s forwards;
    z-index: -1;
  }
}
@keyframes fadeitout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeitout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sg-pagehead.v4 .nav-item {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 15px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .sg-pagehead.v4 .nav-item {
    font-size: 14px;
  }
}
.sg-pagehead.v4 .nav-item .nav-link {
  color: white;
  padding: 0;
  text-decoration: none;
  letter-spacing: 2px;
}
.sg-pagehead.v4 .nav-item .nav-link.active {
  background: none !important;
  color: #b4934a !important;
}
.sg-pagehead.v4 .nav-item .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}
.sg-pagehead.v4 .nav-item .nav-link:hover:after {
  transform-origin: center;
  transform: scaleX(1);
}
.sg-pagehead.v4 .extra-link-button {
  color: white;
  padding: 0;
  text-decoration: none;
  letter-spacing: 3px;
}
.sg-pagehead.v4 .extra-link-button.active {
  background: none !important;
  color: #b4934a !important;
}
.sg-pagehead.v4 .extra-link-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.sg-pagehead.v4 .extra-link-button:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.sg-pagehead.v4 .more-content-arrow {
  right: 50%;
  left: 50%;
  bottom: 0;
  cursor: pointer;
}
.sg-pagehead.v4 .more-content-arrow .fa-arrow-circle-down {
  padding: 5px;
  z-index: 98;
  -webkit-animation: heartbeat 0.9s both;
  animation: heartbeat 0.9s both;
  animation-delay: 3s;
  font-size: 50px;
  color: white;
  background: #b4934aab;
  border-radius: 100%;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.57);
}

/* ----------------------------------------------
 * Generated by Animista on 2021-9-23 12:24:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}