.kl-header {
  position: relative;
}
.kl-header:after {
  content: "";
  position: absolute;
  background-color: #252127;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
@media (max-width: 649px) {
  .kl-header {
    padding-top: 100%;
  }
}
@media (min-width: 650px) {
  .kl-header {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .kl-header {
    height: calc(95vh - 124px - 64px);
  }
}
@media (min-width: 1200px) {
  .kl-header {
    height: calc(100vh - 124px - 64px);
  }
}
.kl-header.vimeo-playing .loading-wrapper {
  opacity: 0;
}
.kl-header .loading-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 950;
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}
.kl-header .loading-wrapper > .progress {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
  height: 4px;
}
@media (min-width: 768px) {
  .kl-header .loading-wrapper > .progress {
    width: 150px;
    height: 5px;
  }
}
@media (min-width: 992px) {
  .kl-header .loading-wrapper > .progress {
    width: 200px;
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .kl-header .loading-wrapper > .progress {
    width: 200px;
    height: 8px;
  }
}
.kl-header .header-overlay {
  background-image: url("./header-overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 150;
}
.kl-header .header-overlay:before {
  content: "";
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 88%, black 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 200;
}
@media (min-width: 576px) {
  .kl-header .header-overlay:before {
    opacity: 0.45;
  }
}
.kl-header .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 140;
}
.kl-header .vimeo-wrapper:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 1s;
  background: #252127;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kl-header .vimeo-wrapper.resize-nighttime:after {
  opacity: 1;
  transition: opacity 0s linear;
}
.kl-header .vimeo-wrapper #vimeo-player-header {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.kl-header .vimeo-wrapper #vimeo-player-header.loaded {
  opacity: 1;
}
.kl-header .vimeo-wrapper iframe {
  transition: opacity 300ms ease-in-out;
}
@media (max-width: 649px) {
  .kl-header .vimeo-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.kl-header .vimeo-wrapper iframe.desktop-only {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 650px) {
  .kl-header .vimeo-wrapper iframe {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    min-height: 100vh;
    width: 100%;
  }
}
.kl-header .vimeo-wrapper .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}
.kl-header .vimeo-wrapper .thumbnail.desktop-only {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 650px) {
  .kl-header .vimeo-wrapper .thumbnail {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    min-height: 100vh;
    width: 100%;
  }
}
.kl-header .vimeo-wrapper.desktop-mode .thumbnail-mobile {
  display: none;
}
.kl-header .vimeo-wrapper.mobile-mode .thumbnail-desktop {
  display: none;
}
.kl-header .kl-header-image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 120;
  top: 0;
  left: 0;
}
.kl-header .kl-header-image .bg-image {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kl-header .header-container-outer {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 960;
  left: 0;
  right: 0;
}
.kl-header .header-container .header-container-inner .title {
  background-color: #252127;
  padding: 5px 40px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-duration: 0.4s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  transition-property: opacity, transform;
  opacity: 0;
  animation-name: fadeInUp;
}
@media (max-width: 575.98px) {
  .kl-header .header-container .header-container-inner .title {
    padding: 5px 29px;
  }
}
@media (min-width: 576px) {
  .kl-header .header-container .header-container-inner .title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .kl-header .header-container .header-container-inner .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .kl-header .header-container .header-container-inner .title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .kl-header .header-container .header-container-inner .title {
    font-size: 4vw;
  }
}
@media (min-width: 1920px) {
  .kl-header .header-container .header-container-inner .title {
    font-size: 4.75rem;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.kl-header .header-container .header-container-inner .title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #252127;
}

.game-logo-wrapper .game-logo img {
  width: 100%;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 300;
}
.game-logo-wrapper .game-logo img.lazyloaded {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-duration: 0.4s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  transition-property: opacity, transform;
  opacity: 0;
  animation-name: fadeInUpLogo;
}
@keyframes fadeInUpLogo {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.game-logo-wrapper .game-logo-ghost img {
  opacity: 0;
  width: 35% !important;
}
.game-logo-wrapper .game-logo img,
.game-logo-wrapper .game-logo-ghost img {
  margin: auto;
  height: auto;
}
.game-logo-wrapper .game-logo img {
  max-width: 250px;
}
@media (min-width: 576px) {
  .game-logo-wrapper .game-logo img {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .game-logo-wrapper .game-logo img {
    max-width: 500px;
  }
}
.game-logo-wrapper .game-logo-ghost img {
  max-width: 125px;
}
@media (min-width: 576px) {
  .game-logo-wrapper .game-logo-ghost img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .game-logo-wrapper .game-logo-ghost img {
    max-width: 250px;
  }
}

/*# sourceMappingURL=header.css.map */
