body {
	margin: 0;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1rem;
  font-weight: 200;
	line-height: 1.55rem;
  color:whitesmoke;
  color: silver;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

.scale {
  font-size: 1.8rem;
}

/* @media (min-width: 400px) {
	body {
		font-size: 1.3rem;
  }
}

@media (min-width: 600px) {
  .scale {
    font-size: 3rem;
  }
} */

html {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  margin: 0;
  padding:0;
  /* background-color: #303030; */
  background-color: #252525;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  font-family: Roboto;
}

p {
    margin: 0;
}

.title-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.title-center>p {
	font-size: 1.218rem;
	font-weight: 500;
}

.title-center>p:first-child {
  color:rgb(73, 114, 138);
	font-size: 1.218rem;
	font-weight: 500;
  letter-spacing: .1em;
  text-indent: .1em;
}

.main-summary {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 14rem;
  max-width: 50rem;
  margin: auto;
  padding: 1rem;
  box-sizing: border-box;
}

.main-summary>header>h1{
  margin-bottom: 10rem;
}

.main-legal {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 14rem;
  max-width: 50rem;
  margin: auto;
  padding: 1rem;
  box-sizing: border-box;
}

.main-article {
  background-color: olive;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: auto minmax(200px, 500px);
}

.background {
  top: 0;
  z-index: -1000;
  width: 100vw;
  height: 100vh;
  border: 0;
  position: fixed;
  overflow: hidden;
  background: #0f0c29;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.jss17 {
  top: 0;
  z-index: -1000;
  position: fixed;
  overflow: hidden;
  perspective: 10px;
}

.jss12 {
  width: 33vh;
  max-width: 15em;
  margin-bottom: 0.7rem;
  transform: translate(-20px, 20px);
}

.bg-fill {
  top: 0;
  width: 100vw;
  height: 100vh;
  border: 0;
  filter: blur(var(--blurAmt)) brightness(1);
  z-index: -100;
  overflow: hidden;
  transform: translate3d(0, 0, 20px);
  transition: 0.2s linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  backface-visibility: hidden;
}

.jss46 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.jss52 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.jss53 {
  margin: 0;
  box-sizing: border-box;
}

.jss21 {
  margin: 0;
  display: block;
}

.jss30 {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Roboto;
  line-height: 1.46429em;
}

.jss9 {
  font-size: 1rem;
  font-weight: 100;
}

/* .jss149 {
  height: 1px;
  margin: 0;
  border: none;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.12);
} */

.jss11 {
  max-width: 31rem;
  font-size: 1.418rem;
  margin-top: 1.2rem;
  text-align: left;
  line-height: 2.4rem;
  padding-left: 4px;
}

/* .jss47 {
  width: 100%;
  margin: 0.7em 0em 0.8em 0em;
} */

.link-line:focus,
.link-line:hover,
.link-line:visited,
.link-line:link,
.link-line:active {
  text-decoration-color: rgba(255, 215, 10, 0.2);
  text-transform: uppercase;
  text-underline-offset: 3px;
  /* text-decoration-color: rgba(255, 255, 255, 0.292); */
}

.link-line {
  color: inherit;
  text-decoration: underline;
}

.jss13 {
  width: 100%;
  display: flex;
  margin-top: 4.5em;
  margin-left: 4.7em;
  padding-bottom: 3.7em;
  flex-direction: column;
}

.jss6 {
  top: 0;
  width: 100%;
  margin: 0.1em;
  display: flex;
  position: relative;
  max-width: 2560px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
}

.subHeading {
  max-width: 45rem;
  color: lightblue;
  font-weight: 500;
  /* text-indent: .1em; */
  letter-spacing: .1em;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.sub-heading-lg {
  max-width: 45rem;
  color: lightblue;
  font-weight: 500;
  /* text-indent: .1em; */
  letter-spacing: .1em;
  font-size: 1.3rem;
}

footer {
  /* width: unset !important; */
  /* background-color: rgb(73, 114, 138); */
  grid-row-start: 2;
  grid-row-end: 3;
  margin: auto !important;
  max-width: 50rem;
  line-height: 1.3rem; 
  padding: 0rem 1rem 1rem 1rem;
}

footer>.link {
  text-align: justify;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

footer>.link>a:not(:first-child) {
  margin-left: .4rem;
}

footer>.notice {
  text-align: justify;
  font-size: .9rem;
  line-height: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
}

footer>.hrp {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}

footer>div>span>.link-line {
  color: rgba(255, 255, 255, 0.75);
}

footer>div>hr {
  width: 100%;
  margin: .7em 0em 0.7em 0em;
  height: 1px;
  border: none;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.12);
}

footer>.notice>button{
  background-color: rgba(255, 215, 10, 0.5);
 	background:linear-gradient(to bottom, #ffec64 5%, #c78d30 100%);
	background-color:#ffec64;
	border-radius:2px;
	border:0;
	cursor:pointer;
	color:#252525;
	font-size:.8rem;
  font-weight:600;
	padding:.3rem .5rem;
	text-decoration:none;
}

.footer-top {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #252525;
}

.legal-notice-button-hidden {
  display: none;
  visibility: hidden;
}

.legal-notice-button-visible {
  visibility: visible;
  display: inline-block;
}

.grecaptcha-badge {
	visibility: collapse !important;  
}

.full-grid {
  grid-column: 1/4;
  margin: auto;
  padding-bottom: 6rem;
  /* text-align: justify; */
}

.vision-title {
  grid-column: 1;
  max-width: 13rem;
}

.vision-body {
  padding: 0 1rem 6rem 4em;
  grid-column: 2;
}

.vision-body p:not(:first-child) {
    margin-top: 1.45em;
}

.vision-body>.indent{
  padding: 0rem 1.5rem 0rem 1rem;
  margin-top: 0;
}

.vision-body>ul{
  margin: auto;
  padding: 0px;
}

.vision-body>ul>li>span{
  font-weight: 500;
}

.game-icon {
  width: 90%;
  margin: 1em 0em 1em 0em;
  border-radius: 5%;
}

.sticky-title {
  top: 1em;
  position: sticky;
  padding-bottom: 6rem;
}

header {
  grid-column: 1/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100vh;
}

.main-legal>header {
  height: unset;
  padding: 6rem 0 5rem 0; 
}

h1 {
  font-size: 4.418rem;
  font-weight: 400;
  font-family: Roboto;
  margin: 0;
}

h1 sup {
    display: inline-block;
    font-size: .35em;
    transform: translate(-5px, -5px);
}

h5 {
  padding: 0vh 0em 0em 0em;
  font-family: Roboto;
  margin: 0;
  color: lightblue;
  font-size: 1.318rem;
  /* font-weight: 500; */
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 2em;
}


.c1 {
  grid-column: 1/4;
  text-align: center;
  height: 98vh;
}

.c2 {
  top: 0;
  z-index: -1000;
  position: fixed;
  overflow: hidden;
  perspective: 10px;
  perspective:100px
}

.c3 {
  top: 0;
  width: 100vw;
  height: 100vh;
  border: 0;
  filter: blur(var(--blurAmt)) brightness(1);
  z-index: -100;
  overflow: hidden;
  transform: translate3d(0, 0, 20px);
  transition: 0.2s linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  backface-visibility: hidden;
}

.c4 {
  grid-column: 1/4;
  text-align: center;
  height: 98vh;
}

.c5 {
  padding: 39vh 0em 0em 0em;
  font-family: Roboto;
  margin: 0;
  color: lightblue;
  font-size: 1.218rem;
  font-weight: 500;
  letter-spacing: .3em;
  line-height: 2em;
}

.c6 {
  font-size: 4.418rem;
  font-weight: 600;
  font-family: Roboto;
  margin: 0;
  padding: 0em 0em 2em 0em;
}

address {
  font-style: normal;
}

.article-nav {
  top:0;
  position: sticky;
  height: 100vh;
  overflow-y: auto;
}

ul {
  list-style-type: none;
}

li:not(:first-child) {
  margin-top: 1.15em;
}

@media only screen and (max-width: 1100px) {

  .main-summary {
    display: inline;
  }

  .subHeading{
    padding-left:0;
  }

  .main-legal {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 14rem;
    max-width: 50rem;
    margin: auto;
  }

  .full-grid {
    text-align: left;
  }

}

@media (max-width: 560px) {
  .vision-title{
    grid-column: 1/3;
  }
  .vision-body{
    grid-column: 1/3;
    padding: 0 0 4rem 0rem;
  }
  .sticky-title{
    padding-bottom: 1rem;
  }
  .full-grid {
    text-align: left;
    padding-bottom: 5rem;
  }
  .game-icon {
    width: 90%;
    margin: .5em 0em .5em 0em;
    border-radius: 5%;
  }
}

.main-page {
  display: grid;
  grid-template-columns: 14rem;
  max-width: 50rem;
  margin: auto;
  padding: 1rem;
  box-sizing: border-box;
}

.main-page>header {
  height: unset;
  padding: 6rem 0 5rem 0; 
}

.heading-sm {
  color: lightblue;
  font-weight: 100;
  /* letter-spacing: .1em; */
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.heading-lg {
  max-width: 45rem;
  font-size: 3.236rem;
  text-align: left;
  font-weight: 500;
  line-height: 3.836rem;
  padding-bottom: 10px;
}

header h1 {
  font-size : clamp(12px, 10vw, 70px);
}

header h5 {
  font-size : 1.3rem;
  font-weight: 100;
}

img.download {
  padding: 20px 3px 0px;
  align-self:center;
  width:10em;
}

div.sticky-title p.body {
  padding-bottom: 15px;
  text-indent: 2em;
}

.phone {
  align-self:center;
  width:40vw;
  max-width:30rem;
}

.sm {
  display: none;
}

.tm {
  vertical-align: super;
  font-size: .4em;
  line-height: -20px;
}

@media (max-width: 560px) {

  .lg { display: none; }

  .sm { display: unset; }

  .main-page header {
    padding: 1em 0 1em 0;
  }

  header h5 {
    font-size: 1.0rem;
    align-self: center;
  }

  div.vision-title {
    grid-column: 1/4;
    max-width: unset;
  }

  .heading-sm {
    text-align: center;
  }

  .heading-lg {
    font-size: 2.0rem;
    text-align: center;
    margin: auto;
    padding: 0;
  }

  div.sticky-title p.body {
    text-indent: unset;
    text-align: center;
    max-width: 80vw;
    margin: auto;
    padding-top: 5px;
  }

  .main-page div.sticky-title img.sm {
    width: 75vw;
    padding: 1em;
  }

  .main-page .sticky-title {
    text-align: center;
  }

}