*:not(input, button, a) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
p {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}

button {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 800;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.app-label {
  position: relative;
  width: 30.7rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-radius: 3.1rem;
  margin-top: 12rem;
  z-index: 1;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label {
    width: 30.7rem;
    height: 7.45rem;
  }
}

.app-label .logo {
  position: absolute;
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7rem;
  height: 7rem;
  background: url(../images/icons/logo.png) center/contain no-repeat;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label .logo {
    top: -6.3rem;
    width: 7.3rem;
    height: 7.3rem;
  }
}

.app-label .info {
  position: relative;
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.app-label .info .label {
  font-size: 2.2rem;
  font-weight: bold;
}

.app-label .info .icon-stars {
  width: 8rem;
  height: 1rem;
  background: url(../images/icons/stars.svg) center/contain no-repeat;
}

.title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .title {
    font-size: 4.3rem;
    margin-bottom: 2.6rem;
  }
}

.title strong {
  color: #ee3554;
}

.buttons {
  margin-bottom: 0.9rem;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .buttons {
    margin-bottom: 4rem;
  }
}

.buttons .download-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 27.5rem;
  height: 5.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  border-radius: 9.52rem;
  background: #fff;
  -webkit-box-shadow: 0 0.38rem 0.38rem 0 rgba(40, 0, 64, 0.7);
          box-shadow: 0 0.38rem 0.38rem 0 rgba(40, 0, 64, 0.7);
  margin: 0 auto;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .buttons .download-button {
    width: 30rem;
    height: 5.7rem;
    font-size: 1.8rem;
  }
}

html {
  font-size: 1.602vh;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  html {
    font-size: 1.397vh;
  }
}

body {
  background: center -1rem / cover no-repeat;
  background-color: #13001f;
}

#app {
  height: 100%;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.app-bg {
  position: relative;
  width: 100%;
  height: 320px;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-bg {
    height: 430px;
  }
}

.app-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #0c0c17), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #0c0c17 20%, rgba(0, 0, 0, 0) 50%);
  margin: 0 auto;
  z-index: 1;
}
