.v2SplashPage {
  position: relative;
  background-color: #1a1a1a;
  min-height: 2000px; }
  .v2SplashPage .kvWrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    top: -75px;
    width: 100%;
    height: 65%;
    max-height: 1250px; }
  .v2SplashPage .header {
    -webkit-box-flex: 2;
        -ms-flex: 2 0;
            flex: 2 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/splash-header.svg); }
  .v2SplashPage .kv {
    -webkit-box-flex: 3;
        -ms-flex: 3 1;
            flex: 3 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/splash-kv.svg); }
  .v2SplashPage .buttons {
    position: absolute;
    width: 100%;
    top: 104%; }
    .v2SplashPage .buttons .wrapper {
      position: absolute;
      width: 100%; }
  .v2SplashPage .splashButton {
    display: block;
    margin: 0 auto;
    width: 570px;
    height: 130px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 0, 0, 0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    .v2SplashPage .splashButton span {
      display: none; }
    .v2SplashPage .splashButton + .splashButton {
      margin-top: 50px; }
  .v2SplashPage .fbLoginButton {
    color: #fff;
    background-color: #345289;
    border: solid 4px #90a1c6;
    background-image: url(../img/splashButton-fbLogin.svg); }
  .v2SplashPage .loginButton {
    color: #fff;
    background-color: #0e840e;
    background-image: url(../img/splashButton-login.svg); }
  .v2SplashPage .directButton {
    color: #fff;
    background-color: #e13837;
    background-image: url(../img/splashButton-direct.svg); }
  .v2SplashPage .footer {
    position: absolute;
    z-index: -100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/splash-footer.svg); }
