
#welcome_background {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#welcome_logo_section {
  position: absolute;
  top: 5cqw;
  left: 34.4cqw;
  text-align: center;
  width: 800px;
  height: 200px;
  transform: scale(calc(0.65 / var(--cqw-px-ratio)));
  transform-origin: 0 0;

  > h1 {
    color: #fff;
    font: 32px/40px var(--almendra);
    margin-top: -30px;
  }
  
  > h1.yellow {
    color: #f4c94a;
    font: bold 36px/40px Almendra, Georgia, serif;
  }
}

#welcome_box_scaler {
  position: absolute;
  top: 18cqw;
  left: 31cqw;
  width: 920px;
  height: 200px;
  transform: scale(calc(0.7 / var(--cqw-px-ratio)));
  transform-origin: 0 0;

  > .fancy_error_message {
    left: 0;
    top: 0;
    width: inherit;
    transform: none;

    > .error_text.no_img {
      padding-left: 130px;
    }
  }

}

.begin_button {
  background: url("/assets/landing/begin-background-ecfe9d5a.png") no-repeat center;
  height: 117px;
  margin-left: -123px;
  left: 50%;
  padding-bottom: 40px;
  position: absolute;
  top: 430px;
  width: 246px;
}
.begin_button:after {
  background: url("/assets/landing/begin-glows-48da4e62.png") no-repeat top center;
  background-size: 100%;
  content: "";
  display: block;
  height: 236px;
  left: -111px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -37px;
  width: 468px;
}
.begin_button a {
  background:  no-repeat center;
  display: block;
  height: 0px;
  left: 26px;
  overflow: hidden;
  padding-top: 75px;
  position: absolute;
  top: 41px;
  width: 195px;
  z-index: 3;
}
.begin_button .button-sprite, .begin_button .button-sprite:after {
  background: url("/assets/ui/buttons/begin-a67d0858.png") no-repeat top center;
  content: "";
  display: block;
  height: 125px;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 17px;
  width: 241px;
  z-index: 1;
}
.begin_button .button-sprite:after {
  background-position: bottom center;
  left: 0px;
  opacity: 0;
  top: 0px;
}
.begin_button.active .button-sprite:after {
  animation: none;
  opacity: 1;
}
.begin_button.active:after { opacity: 0.2; }
