.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  font-family: Vector, sans-serif;
  font-size: 16px;
}

.logo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.h1 {
  width: 100%;
  margin-top: 0px;
  font-family: Vector, sans-serif;
  color: #fff;
  font-size: 3.3em;
  line-height: 49px;
  font-weight: 400;
  text-align: center;
}

.h1.center {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Vector, sans-serif;
  color: #000;
  font-size: 3.5em;
  text-align: center;
}

.buttont {
  margin: 20px auto;
  padding: 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #2ed5ff;
  -webkit-transition: all 200ms ease, color 150ms ease, background-color 150ms ease;
  transition: all 200ms ease, color 150ms ease, background-color 150ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.buttont:hover {
  background-color: #fff;
  color: #000;
}

.buttont:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.buttont.black {
  display: block;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.buttont.black:hover {
  background-color: #000;
  color: #fffdfd;
}

.section {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.81);
}

.section.white {
  width: 100vw;
  height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.section.grey {
  height: 100vh;
  background-color: #cfcfcf;
}

.h2 {
  width: 100%;
  color: #000;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.h2.faq {
  text-align: center;
}

.h3 {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Vector mono', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.h3.results {
  font-size: 1.4em;
}

.h3.mostlikely {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: 'Vector mono', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}

.bpt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 92%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.2em;
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.81);
}

.sectiontitlediv {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.tick {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 15px;
  padding-right: 0px;
}

.bp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content {
  display: block;
  max-width: 50%;
  min-width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.bpholder {
  display: block;
  overflow: visible;
  width: 50%;
  max-width: 100%;
  min-width: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bodycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.buttonholder2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bulletspacer {
  max-height: 20px;
  min-height: 20px;
}

.contentvspacer {
  position: static;
  max-height: 0px;
  min-height: 0px;
}

.imagelaptop {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  -webkit-transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.imagelaptop:focus {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.phoneskinholder {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 410px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.phonescreenholder {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 0;
  display: block;
  height: 0%;
  max-width: 95%;
  margin: 0px;
  padding: 11px 6px 0px;
  float: left;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
}

.phoneskin {
  position: absolute;
  z-index: 999;
  margin-bottom: -20px;
}

.doublephoneholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.androidphone {
  display: none;
  padding-top: 0px;
}

.aindroidscreen {
  display: block;
  margin-right: 8px;
}

.androidlabel {
  display: none;
}

.androidwaitscreen {
  z-index: 1;
  margin-right: 7px;
  padding-right: 0px;
  border-radius: 20px;
  line-height: 10px;
}

.iosphone {
  padding-bottom: 0px;
}

.ioswaitscreen {
  z-index: 2;
  padding-top: 6px;
  border-radius: 30px;
  line-height: 10px;
}

.witscreenholder {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.link {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.loading {
  position: fixed;
  z-index: 9999;
  display: none;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffdfd;
  color: #fff;
}

.text-block-22 {
  color: #aaa;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.81);
}

.outputsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graphdiv {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.81);
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
  overflow: hidden;
}

.tileholderall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tilefront {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fffdfd;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.81);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tilefront:hover {
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
}

.strapline {
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Vector, sans-serif;
  font-size: 1em;
  line-height: 21px;
}

.summarytile {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 4px 4px 3px 0 #000;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.summarytile:hover {
  -webkit-transform: translate3d(0px, 0px, 10px);
  transform: translate3d(0px, 0px, 10px);
}

.summarytile.games {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: transparent;
  background-color: #b4fcff;
}

.summarytitle {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Vector, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.summarycontent {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vector, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
}

.summarycontent.strapline {
  margin-bottom: 15px;
  line-height: 1.2em;
  text-align: left;
}

.grid {
  width: 100%;
  margin: 15px 0px 0px;
  justify-items: stretch;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.summartcontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.containert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datadiv {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.statusholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.statustext {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 2px;
  color: #fff;
  font-size: 1em;
  font-style: italic;
  text-align: center;
  white-space: pre-wrap;
}

.statustext.title {
  padding-right: 6px;
  font-style: normal;
}

.summarytitlediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statusdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.tileholder {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 8px;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.tileback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #b4fcff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.81);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d; 
  transform-style: preserve-3d;
}

.tilephrase {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Vector, sans-serif;
  font-size: 1.2em;
}

.heading {
  font-family: 'Vector mono', sans-serif;
  font-size: 1.4em;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tilephrase {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Vector, sans-serif;
  font-size: 1.2em;
}

.heading {
  font-family: 'Vector mono', sans-serif;
  font-size: 1.4em;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.81);
}

.icon {
  color: hsla(0, 0%, 46.7%, 0.81);
}

.icon-2 {
  color: #777;
}

.slider {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  background-color: #fffdfd;
  box-shadow: 1px 1px 3px 0 #000;
}

.slide {
  border-radius: 6px;
  background-color: #fffdfd;
}

.slide-nav {
  border-radius: 6px;
  background-color: transparent;
}

.right-arrow {
  width: 5%;
  border-radius: 6px;
  background-color: transparent;
}

.slidecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.slideused {
  position: relative;
  display: block;
  width: 90%;
  height: 87%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.tableholder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 83%;
  margin-top: 0px;
  padding: 0px 4px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tablerow {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vector, sans-serif;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-27.tablecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.text-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vector, sans-serif;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.text-block-28.tablecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 #000;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-top: 0px;
}

.submit-button {
  color: #000;
  background-color: #b4fcff;
  border-radius: 6px;
  width: 15%;
  font-size: 1.2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 6px;
  font-family: Vector, sans-serif;
  font-size: 1.2em;
}

.tablecontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gamesholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4 {
  width: 70%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #c9c9c9;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 0px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menudiv {
  width: 50px;
  height: 50px;
}

.image {
  background-color: hsla(0, 0%, 100%, 0);
}

.link-block {
  width: 50px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-29 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.body-2 {
  display: block;
}

.div-block-7 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6c29c;
}

.text-block-30 {
  font-size: 80px;
}

@media screen and (max-width: 991px) {
  .h1.center {
    max-width: 80%;
    font-size: 3em;
  }

  .buttont {
    overflow: visible;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 1.6em;
  }

  .content {
    max-width: 80%;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bpholder {
    min-width: 100%;
  }

  .bodycontainer {
    max-width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .titlecontainer {
    max-width: 90%;
  }

  .contentvspacer {
    position: static;
    min-height: 40px;
  }

  .outputsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tileholderall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tilefront {
    width: 100%;
    height: 100%;
  }

  .summarycontent {
    font-size: 1.2em;
  }

  .containert {
    width: 90%;
  }

  .statustext {
    font-size: 0.9em;
  }

  .tileholder {
    width: 200px;
    height: 200px;
  }

  .left-arrow {
    width: 6%;
  }

  .right-arrow {
    width: 6%;
  }

  .slideused {
    width: 88%;
  }

  .text-block-27 {
    width: 85%;
    font-size: 1em;
  }

  .text-block-27.tablecontent {
    font-size: 1em;
  }

  .text-block-28 {
    font-size: 1em;
  }

  .submit-button {
    font-size: 1em;
  }

  .text-field {
    font-size: 1em;
  }

  .text-block-29 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2.9em;
  }

  .section {
    padding: 60px 10px;
  }

  .section.white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 1.4em;
  }

  .h3 {
    text-align: left;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bodycontainer {
    max-width: 88%;
  }

  .contentvspacer {
    min-height: 0px;
  }

  .tileholderall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tilefront {
    margin: 6px;
    padding: 5px;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .summarytile {
    box-shadow: 4px 4px 3px 0 #000;
  }

  .summarytitle {
    font-size: 0.9em;
  }

  .summarycontent {
    font-size: 1em;
  }

  .grid {
    max-width: 100%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .containert {
    width: 95%;
  }

  .statustext {
    font-size: 0.8em;
  }

  .statusdiv {
    margin-right: 10px;
    margin-left: 10px;
  }

  .left-arrow {
    width: 8%;
  }

  .right-arrow {
    width: 8%;
  }

  .slidecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slideused {
    width: 84%;
  }

  .slideused.imputmessage {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .tableholder {
    overflow: auto;
    height: 82%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-27 {
    font-size: 0.9em;
  }

  .text-block-27.tablecontent {
    font-size: 0.9em;
  }

  .text-block-28 {
    font-size: 0.9em;
  }

  .text-block-28.tablecontent {
    font-size: 0.8em;
  }

  .submit-button {
    font-size: 0.9em;
  }

  .text-field {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 479px) {
  .h1.center {
    font-size: 2em;
    line-height: 49px;
  }

  .buttont {
    font-size: 1em;
    text-align: center;
  }

  .h2 {
    font-size: 1.4em;
  }

  .h3 {
    font-size: 1em;
  }

  .bpt {
    width: 90%;
    font-size: 1em;
  }

  .footer {
    width: 100%;
  }

  .bp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bodycontainer {
    max-width: 88%;
  }

  .buttonholder2 {
    width: 80%;
  }

  .titlecontainer {
    max-width: 88%;
  }

  .contentvspacer {
    min-height: 40px;
  }

  .header {
    margin-bottom: -20px;
  }

  .outputsection {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tileholderall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .summarytile {
    height: 90px;
  }

  .summarytitle {
    font-size: 0.7em;
    line-height: 10px;
  }

  .summarycontent {
    font-size: 0.9em;
    line-height: 1em;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .summartcontentdiv {
    padding-bottom: 2px;
  }

  .containert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .datadiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .statusholder {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .statustext {
    margin-right: 0px;
    margin-left: 5px;
    font-size: 0.7em;
  }

  .summarytitlediv {
    height: 20px;
  }

  .statusdiv {
    margin-right: 2px;
    margin-left: 2px;
  }

  .tileholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tilephrase {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 1em;
  }

  .left-arrow {
    width: 13%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    background-color: transparent;
  }

  .right-arrow {
    width: 13%;
  }

  .slidecontainer {
    color: #fff;
  }

  .slideused {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 74%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .tableholder {
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tablerow {
    overflow: visible;
  }

  .text-block-27 {
    width: 75%;
    font-size: 0.8em;
  }

  .text-block-27.tablecontent {
    font-size: 0.8em;
  }

  .text-block-28 {
    width: 25%;
    font-size: 0.8em;
  }

  .submit-button {
    width: 25%;
    font-size: 0.8em;
  }

  .text-field {
    font-size: 0.8em;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@font-face {
  font-family: 'Vector mono';
  src: url('../fonts/vector-Mono.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Vector';
  src: url('../fonts/vector-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Vector';
  src: url('../fonts/vector-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}