@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  color: #fbfbff;
  text-align: left;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 12px; }
  h1 span::after {
    content: ".";
    color: #ec008b; }

h2 {
  color: #ec008b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 24px;
  margin-bottom: 24px; }

.rose {
  color: #ec008b; }

/* .display {
	background-color: #e52a55;
	padding: 2px 12px 2px 12px;
	display: block;
	width: fit-content;
} */
@media only screen and (max-width: 370px) {
  h1 {
    font-size: 12vw; } }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #000;
  background-image: url(/images/lights_Static.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.lights {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.download-non-mobile a,
.download-mobile a {
  color: transparent; }

.links {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  .links a {
    color: #fff;
    text-decoration: none; }
    .links a:not(:last-child)::after {
      content: "|";
      margin: 0 6px 0 8px;
      color: #ec008b; }

.nav {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0px 0px 16px; }

.logo {
  background-image: url(/images/qlive_logo.png);
  height: 80px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat; }

.download {
  margin-bottom: 24px; }

.button {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out; }
  .button:hover {
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5); }

.app_store {
  background-image: url(/images/apple_store.png);
  height: 49px;
  width: 166px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat; }

.play_store {
  background-image: url(/images/google_play.png);
  height: 49px;
  width: 167px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat; }

.phone {
  background-image: url(/images/phone_PH.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }

@media only screen and (min-width: 760px) {
  .container {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0; }

  .left,
  .right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    justify-content: center; }

  .left {
    left: 0;
    align-items: center; }

  .right {
    right: 0;
    margin-bottom: 40px; } }
@media only screen and (max-width: 759px) {
  body {
    background-size: cover;
    background-repeat: no-repeat; }

  .lights {
    height: 100%; }

  .container {
    bottom: 0;
    left: 0;
    padding-left: 16px; }

  .right {
    display: none; }

  .text-block {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 24px; }

  .links {
    margin-bottom: 0; }
    .links a::before {
      content: "•";
      font-size: 16px;
      color: #ec008b;
      margin-right: 4px; }
    .links a:not(:last-child)::after {
      content: "\a";
      margin: 0;
      white-space: pre; } }
@media only screen and (max-width: 370px) {
  .app_store {
    height: 40px;
    width: 138px; }

  .play_store {
    height: 40px;
    width: 139px; } }
.download-mobile {
  display: none; }

@media screen and (max-width: 600px) {
  .download-mobile {
    display: block; }

  .download-non-mobile {
    display: none; } }
.legal strong {
  font-weight: 900;
  color: #ec008b; }
.legal h1,
.legal h2,
.legal h3,
.legal h4 {
  margin-bottom: 0.2em; }
.legal h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff; }
.legal h2 {
  margin-top: 1.5em;
  font-size: 18px;
  color: #ec008b;
  font-weight: 600;
  text-transform: uppercase; }
.legal h3 {
  margin-top: 1.5em;
  font-size: 18px;
  color: #ec008b;
  font-weight: 600;
  text-transform: uppercase; }
.legal b {
  font-weight: 700; }
.legal p {
  margin-top: 0;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 10px; }
.legal a {
  color: #ec008b;
  text-decoration: none; }
.legal ul,
.legal ol {
  padding: 8px 0 14px 18px;
  list-style-type: disc; }
  .legal ul li,
  .legal ol li {
    line-height: 1.5; }
  .legal ul > li:not(:last-child),
  .legal ol > li:not(:last-child) {
    margin-bottom: 10px; }
.legal ul {
  padding-left: 35px; }
.legal.faqs ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  .legal.faqs ul > li {
    color: #ec008b; }
.legal .legal-nav {
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  .legal .legal-nav li {
    margin-right: 2.5em;
    display: inline-block;
    font-size: 16px; }
    .legal .legal-nav li.active a {
      font-weight: 700;
      color: #ec008b; }
    .legal .legal-nav li a {
      list-style: none;
      font-weight: 500;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }

@media only screen and (max-width: 759px) {
  .legal .legal-nav li {
    font-size: 12px;
    display: block;
    margin-bottom: 8px; }
    .legal .legal-nav li a::before {
      content: "•";
      font-size: 16px;
      color: #ec008b;
      margin-right: 4px; } }

