#redirect {
  position: fixed;
  top: 0svh;
  left: 100svw;
  background-color: #fff;
  background-image: url('../ui/redirect-background-f773.jpg');
  background-size: cover;
  background-position: center;
  height: 100svh;
  width: 100svw;
  z-index: 9999;
}

#redirect > #redirect-topbar {
  position: absolute;
  top: 0;
  width: 100svw;
  height: 30px;
  background-color: #ba0c2f;
}

#redirect > #redirect-header {
  position: absolute;
  top: 0;
  height: 259px;
  width: 100svw;
  background-image: url(../ui/redirect-header-f773.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-origin: content-box;
}

#redirect > #redirect-box {
  position: absolute;
  bottom: 0;
  width: 100svw;
  height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100svh;
  justify-content: space-evenly;
  align-items: center;
  justify-items: center;
  align-content: center;
}

#redirect > #redirect-box > #redirect-logo {
  height: 20svh;
}

#redirect > #redirect-box > #redirect-qrcode {
  height: 20svh;
  border: 1px black solid;
  border-radius: 5%;
  background-color: white;
  aspect-ratio: 1/1;
  position: relative;
  left: 0.2svw;
  top: 1.8svh;
  min-height: 150px;
}

#redirect > #redirect-box > #redirect-info {
  height: 20svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30svw;
}

#redirect > #redirect-box > #redirect-info > #redirect-info-icon {
  height: 20svh;
}

#redirect > #redirect-box > #redirect-info > #redirect-info-text {
  text-align: center;
  font-size: 2svh;
  overflow: visible;
}

#redirect > #redirect-box > #redirect-info > #redirect-info-text > a {
  color: #ba0c2f;
  text-decoration: none;
}

#redirect > #redirect-box > #redirect-info > #redirect-info-text > a:visited {
  color: #ba0c2f;
  text-decoration: none;
}

#redirect > #redirect-box > #redirect-info > #redirect-info-text > a:hover {
  color: #ba0c2f;
  text-decoration: none;
}

@media (max-aspect-ratio: 1/1) {
  #redirect > #redirect-box > #redirect-logo {
    height: unset;
    width: 20svw;
  }
  #redirect > #redirect-box > #redirect-qrcode {
    height: unset;
    width: 20svw;
  }
  #redirect > #redirect-box > #redirect-info {
    height: unset;
    width: 20svw;
  }
  #redirect > #redirect-box > #redirect-info > #redirect-info-icon {
    height: unset;
    width: 10svw;
  }
  #redirect > #redirect-box > #redirect-info > #redirect-info-text {
    font-size: 2svw;
  }
}
