/* SCSS Document */
/* MICROSOFT NONSENSE */
/* FONTS */
@font-face {
  font-family: "BarlowExtraBold";
  src: url("../fonts/Barlow-ExtraBold.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowExtraBold";
  src: url("../fonts/Barlow-ExtraBold.woff2");
  src: url("../fonts/Barlow-ExtraBold.woff");
  src: url("../fonts/Barlow-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowLight";
  src: url("../fonts/Barlow-Light.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowLight";
  src: url("../fonts/Barlow-Light.woff2");
  src: url("../fonts/Barlow-Light.woff");
  src: url("../fonts/Barlow-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowLightItalic";
  src: url("../fonts/Barlow-LightItalic.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowLightItalic";
  src: url("../fonts/Barlow-LightItalic.woff2");
  src: url("../fonts/Barlow-LightItalic.woff");
  src: url("../fonts/Barlow-LightItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* MIXINS */
/* ANIMATIONS */
@keyframes grad1 {
  from {
    left: -90vw;
  }
  to {
    left: 0vw;
  }
}
@keyframes grad2 {
  from {
    left: 0vw;
  }
  to {
    left: -90vw;
  }
}
/* RESET STYLES */
html,
body,
ul,
ol,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0.9em;
}

input,
button,
select,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* VARIABLES */
/* ELEMENT STYLES */
strong {
  font-weight: normal;
  font-style: normal;
  font-family: "BarlowExtraBold", sans-serif;
}

em {
  font-style: normal;
  font-family: "BarlowLightItalic", sans-serif;
}

a {
  color: #101921;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-family: "BarlowExtraBold", sans-serif;
}
a img {
  border: none;
}
a:hover {
  opacity: 0.5;
}

body,
html {
  text-align: center;
  color: #101921;
  font-family: "BarlowLight", sans-serif;
  font-size: 15px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background: #101921;
  line-height: 1.5em;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: "BarlowExtraBold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 + p,
h2 + p,
h3 + p {
  margin-top: 0.5em !important;
}

h1.authentic {
  margin: 0;
  background: #00FCA6;
  line-height: 1.5em;
  text-align: center;
}
h1.assigned {
  margin: 0;
  background: orange;
  line-height: 1.5em;
  text-align: center;
}
h1.registered {
  margin: 0;
  background: red;
  line-height: 1.5em;
  text-align: center;
}

hr {
  border: 0;
  height: 1px;
  background: #101921;
}

/* GENERAL STYLES */
.inner {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
  max-width: 1200px;
  text-align: center;
  height: auto;
}

.cta {
  display: block;
  font-family: "BarlowExtraBold", sans-serif;
  color: #00FCA6;
  border-radius: 5px;
  border: none;
  padding: 0;
  margin: 0.25em auto;
  text-transform: uppercase;
  width: 100%;
  background-image: url("../images/corner-button.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-color: #101921;
  background-size: contain;
  line-height: 1.75em;
  font-size: 1.75em;
}
.cta:hover {
  background-position-x: 97.5%;
  background-color: #404040;
  opacity: 1;
}
.cta:focus {
  background-color: #101921;
}

/* LOADER */
#loader {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  width: 100vw;
  height: 100vh;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/cup.gif") 50% 50% no-repeat #101921;
  background-size: 100px;
  z-index: 999999;
  opacity: 1;
}
#loader.hidethis {
  opacity: 0;
}
#loader.remove {
  display: none;
}

/* MATERIAL ICON STYLES */
.material-icons-outlined {
  font-size: 1.5em;
  line-height: 0.75em;
  position: relative;
  top: 0.3em;
}

/* FORM STYLES */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=time],
input[type=number],
input[type=submit],
select,
textarea {
  width: calc(95% - 2px);
  padding: 0 2.5%;
  display: block;
  color: #101921;
  line-height: 1.25em;
  font-size: 1.25em;
  font-family: "BarlowLight", sans-serif;
  margin: 0 auto;
  -webkit-font-smoothing: inherit;
  border-radius: 5px;
  background: #D9DAE4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-align: center;
  border: 1px solid #D9DAE4;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=submit]:focus,
select:focus,
textarea:focus {
  background-color: #FFFFFF;
  border-color: #00FCA6;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=submit]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #101921;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=number]::placeholder,
input[type=submit]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #101921;
}

select {
  width: 100%;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

input[type=number] {
  padding: 0;
  min-width: 2em;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  color: #00FCA6;
  font-weight: normal;
  font-style: normal;
  font-family: "BarlowExtraBold", sans-serif;
  border: none;
  cursor: pointer;
  padding: none;
  margin: 1rem auto;
  text-transform: uppercase;
  width: 100%;
  background-image: url("../images/corner-button.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-color: #101921;
  background-size: contain;
  line-height: 1.75em;
  font-size: 1.75em;
}
input[type=submit]:hover {
  background-position-x: 97.5%;
  background-color: #404040;
}
input[type=submit]:focus {
  background-color: #101921;
}
input[type=submit].secondary {
  background: #D9DAE4;
  color: #101921;
}

textarea {
  font-size: 1.25rem;
  text-align: left;
  height: calc(4.875rem - 2px);
}
textarea.placeholder {
  text-align: left;
}

input[type=file] {
  width: 100%;
}
input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type=file]::before {
  content: "Product Images";
  display: inline-block;
  color: #FFFFFF;
  background-color: #404040;
  border-color: #404040;
  border-radius: 5px;
  text-align: center;
  line-height: 1.25em;
  font-size: 1.5em;
  font-family: "BarlowLight", sans-serif;
  width: 100%;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  padding: 10px 0;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%;
}

.fieldwrapper label {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.fieldwrapper select,
.fieldwrapper input,
.fieldwrapper textarea,
.fieldwrapper password {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-align: center;
  margin: 0;
  padding: 10px 2.5%;
  margin: 1rem auto;
}

.fieldwrapper {
  display: block;
  position: relative;
}

.fieldwrapper label {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  padding: 0 2.5%;
  text-align: center;
  opacity: 0;
  font-size: 0.75em;
  line-height: 1.5em;
}

.fieldwrapper.hasval label {
  opacity: 1;
}

.fieldwrapper.hasval input,
.fieldwrapper.hasval textarea,
.fieldwrapper.hasval password,
.fieldwrapper.hasval select {
  padding-top: 18px;
  padding-bottom: 2px;
}

input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}

/* For mobile, it's typically better to position checkbox on top of clickable area and turn opacity to 0 instead. */
input[type=checkbox] ~ label {
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  display: block;
  margin: 1em 0;
  line-height: 1.5em;
}
input[type=checkbox] ~ label span {
  display: block;
  font-size: 0.5em;
}

input[type=checkbox] ~ label div {
  background: #FFFFFF;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 3px;
  border: 1px solid #101921;
}

input[type=checkbox]:checked ~ label div {
  background: url("/images/tick.svg") #101921 no-repeat 50% 50%;
}

/* FORM MESSAGES */
#message {
  height: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#message .warning {
  border-radius: 5px;
  text-align: center;
  width: 94%;
  padding: 2% 3%;
  margin: 0;
  background: pink;
}
#message .success {
  border-radius: 5px;
  text-align: center;
  width: 94%;
  padding: 2% 3%;
  margin: 0;
  background: #BFFEE9;
}
#message.show {
  height: auto;
  margin-top: 1em;
}
#message.fadeup {
  opacity: 1;
}

/* RECAPTURE STYLES
.grecaptcha-badge { visibility: hidden; }
.recaptchainfo { font-size: 0.5em; } */
/* HEADER STYLES */
#overflowblock {
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: -100vw;
  left: 0;
  background-color: #101921;
  z-index: 99999;
}

header {
  width: 100vw;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #101921;
  z-index: 2;
}
header img {
  height: 36px;
  width: auto;
  margin: 5px 10px 9px 0;
  position: absolute;
  left: 5vw;
}
header #trigger {
  width: 50px;
  height: 22px;
  position: fixed;
  right: 5%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  top: 12px;
  cursor: pointer;
  z-index: 9999;
}
header #trigger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #00FCA6;
  opacity: 1;
  left: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
header #trigger span:nth-child(1) {
  top: 0px;
}
header #trigger span:nth-child(2) {
  top: 20px;
}
header #trigger.open span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
header #trigger.open span:nth-child(2) {
  top: 9px;
  transform: rotate(-45deg);
}

/* NAV STYLES */
nav {
  width: 100vw;
  height: 100vh;
  background: #101921;
  position: fixed;
  left: -100vw;
  top: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 1;
}
nav.showthis {
  left: 0;
}
nav ul {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 0;
  margin: 0 auto;
}
nav ul li {
  display: list-item;
}
nav ul li a {
  color: #FFFFFF;
  font-size: 1.5em;
  font-family: "BarlowExtraBold", sans-serif;
  line-height: 2em;
  margin: 0.5em 0;
}
nav ul li a:hover {
  color: #00FCA6;
  opacity: 1;
}
nav ul.fadeup {
  opacity: 1;
}

/* CONTENT STYLES */
main {
  width: 100vw;
  min-height: calc(100vh - 50px);
  padding-top: 50px;
  position: relative;
  background: #FFFFFF;
}
main .scan {
  width: 100%;
  height: auto;
  max-width: 300px;
}
main .partners {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 2em auto;
  display: block;
}
main #images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
main #images img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main #images img.mainimg {
  width: 100%;
}
main #prodetails {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0 2em;
}
main #prodetails h1,
main #prodetails h2,
main #prodetails h3,
main #prodetails h4 {
  margin: 1em 0;
}
main #prodetails h2 {
  text-align: center;
}
main #prodetails h3 {
  text-align: center;
  font-weight: 400;
}
main #prodetails ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
  line-height: 1em;
}
main #prodetails li {
  display: list-item;
  margin: 0.25em 0;
}
main #prodetails .desc {
  text-align: justify;
}
main #envelope {
  width: 100vw;
  height: calc(100vh - 50px);
  overflow-x: hidden;
  position: relative;
}
main #envelope .page {
  position: absolute;
  top: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  width: 90vw;
  margin: 0 5vw;
}
main #envelope .page .introcopy {
  width: 100%;
  margin: 0.5em 0;
}
main #envelope .page .introcopy img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
main #envelope .page#p1 {
  left: 0;
}
main #envelope .page#p2, main #envelope .page#p3, main #envelope .page#p4 {
  left: 100vw;
}
main #envelope #progress svg {
  width: 50%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
main #envelope #progress svg .background {
  transform: translateX(-90%);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
main #envelope.p2 #p1 {
  left: -100vw;
}
main #envelope.p2 #p2 {
  left: 0;
}
main #envelope.p2 #progress svg .background {
  transform: translateX(-45%);
}
main #envelope.p3 #p1,
main #envelope.p3 #p2 {
  left: -100vw;
}
main #envelope.p3 #p3 {
  left: 0;
}
main #envelope.p3 #progress svg .background {
  transform: translateX(0%);
}
main #envelope.p4 #p1,
main #envelope.p4 #p2,
main #envelope.p4 #p3 {
  left: -100vw;
}
main #envelope.p4 #p4 {
  left: 0;
}
main #dashboard h2,
main #setup h2,
main #addprod h2 {
  margin: 0.5em 0 1em;
}
main #dashboard section,
main #setup section,
main #addprod section {
  padding: 1em 0 2em;
}
main #dashboard section#intro,
main #setup section#intro,
main #addprod section#intro {
  padding-top: 2em;
}
main #dashboard section#details,
main #setup section#details,
main #addprod section#details {
  width: 90vw;
  margin: 0 auto;
  padding: 1em 0 2em;
  text-align: left;
}
main #dashboard section#details .desc,
main #setup section#details .desc,
main #addprod section#details .desc {
  text-align: left;
}
main #dashboard section#details form #grid,
main #setup section#details form #grid,
main #addprod section#details form #grid {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  padding: 1% 1% 5em;
  justify-content: center;
  text-align: center;
}
main #dashboard section#details form #grid input[type=radio],
main #setup section#details form #grid input[type=radio],
main #addprod section#details form #grid input[type=radio] {
  display: none;
}
main #dashboard section#details form #grid input[type=radio] + label,
main #setup section#details form #grid input[type=radio] + label,
main #addprod section#details form #grid input[type=radio] + label {
  width: 29.33333%;
  margin: 1%;
  padding: 1%;
}
main #dashboard section#details form #grid input[type=radio] + label h3,
main #setup section#details form #grid input[type=radio] + label h3,
main #addprod section#details form #grid input[type=radio] + label h3 {
  font-size: 0.75em;
  margin: 0;
}
main #dashboard section#details form #grid input[type=radio] + label p,
main #setup section#details form #grid input[type=radio] + label p,
main #addprod section#details form #grid input[type=radio] + label p {
  margin: 0;
  font-size: 0.75em;
}
main #dashboard section#details form #grid input[type=radio] + label img,
main #setup section#details form #grid input[type=radio] + label img,
main #addprod section#details form #grid input[type=radio] + label img {
  width: 100%;
  height: auto;
}
main #dashboard section#details form #grid input[type=radio]:checked + label,
main #setup section#details form #grid input[type=radio]:checked + label,
main #addprod section#details form #grid input[type=radio]:checked + label {
  background-color: #101921;
  color: #FFFFFF;
}
main #dashboard section#details form#filterform,
main #setup section#details form#filterform,
main #addprod section#details form#filterform {
  display: flex;
  flex-wrap: wrap;
}
main #dashboard section#details form#filterform .fieldwrapper,
main #setup section#details form#filterform .fieldwrapper,
main #addprod section#details form#filterform .fieldwrapper {
  width: 80%;
}
main #dashboard section#details form#filterform .fieldwrapper input[type=text],
main #setup section#details form#filterform .fieldwrapper input[type=text],
main #addprod section#details form#filterform .fieldwrapper input[type=text] {
  width: calc(95% - 2px);
  padding: 10px 2.5%;
  margin: 0 auto;
}
main #dashboard section#details form#filterform .fieldwrapper.hasval input,
main #setup section#details form#filterform .fieldwrapper.hasval input,
main #addprod section#details form#filterform .fieldwrapper.hasval input {
  padding-top: 18px;
  padding-bottom: 2px;
}
main #dashboard section#details form#filterform button,
main #setup section#details form#filterform button,
main #addprod section#details form#filterform button {
  padding: 0;
  background: #101921;
  border: 1px solid #101921;
  border-radius: 5px;
  width: calc(20% - 1em - 2px);
  margin-left: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
main #dashboard section#details form#filterform button img,
main #setup section#details form#filterform button img,
main #addprod section#details form#filterform button img {
  width: 2em;
  height: auto;
}
main #dashboard section#collection,
main #setup section#collection,
main #addprod section#collection {
  background: #D9DAE4;
}
main #dashboard section#collection #artifacts,
main #setup section#collection #artifacts,
main #addprod section#collection #artifacts {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  justify-content: center;
}
main #dashboard section#collection #artifacts .artifact,
main #setup section#collection #artifacts .artifact,
main #addprod section#collection #artifacts .artifact {
  width: 46%;
  margin: 1%;
  padding: 1%;
  background: #FFFFFF;
}
main #dashboard section#collection #artifacts .artifact img,
main #setup section#collection #artifacts .artifact img,
main #addprod section#collection #artifacts .artifact img {
  width: 90%;
  margin: 5%;
}
main #dashboard section#collection #artifacts .artifact .reg,
main #setup section#collection #artifacts .artifact .reg,
main #addprod section#collection #artifacts .artifact .reg {
  font-size: 0.75em;
}
main #dashboard section#collection .cta,
main #setup section#collection .cta,
main #addprod section#collection .cta {
  width: 90vw;
}

/* ADMIN STYLES */
.admin header {
  background: repeating-linear-gradient(45deg, #00FCA6, #00FCA6 10px, #101921 10px, #101921 20px);
}
.admin header img {
  border-width: 5px 15px 9px;
  border-style: solid;
  border-color: #101921;
  background-color: #101921;
  margin: 0;
}
.admin header #trigger span {
  background: #101921;
  border: 1px solid #00FCA6;
}
.admin main section {
  margin: 3vw;
  width: 94vw;
}
.admin main section#intro {
  padding: 0 !important;
}
.admin main section#stats {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 4vw;
}
.admin main section#stats h2 {
  width: 92vw;
  margin: 0 auto 0.5em;
  text-align: left;
}
.admin main section#stats p {
  width: 92vw;
  margin: 1em auto;
  text-align: left;
}
.admin main section#stats .tile {
  background: #101921;
  color: #FFFFFF;
  border-radius: 5px;
  width: 43vw;
  margin: 1vw;
  padding: 1vw 1vw 2vw;
  text-align: left;
}
.admin main section#stats .tile h3 {
  color: #00FCA6;
}
.admin main section#stats .tile h3 span {
  display: block;
  font-size: 0.75em;
}
.admin main section#stats .tile .counter {
  font-size: 3em;
  margin: 0.25em 0;
  display: block;
}
.admin main section#stats .tile:nth-of-type(odd):last-of-type {
  width: 96vw;
}
.admin main section #grid {
  display: flex;
  flex-wrap: wrap;
  padding: 1vw 0 2vw;
  justify-content: center;
  text-align: center;
}
.admin main section #grid .item {
  width: 27.33333vw;
  margin: 1vw;
  padding: 1vw;
}
.admin main section #grid .item h3 {
  font-size: 0.75em;
  margin: 0.25em 0;
}
.admin main section #grid .item p {
  margin: 0;
  font-size: 0.75em;
  line-height: 1em;
  margin: 0.25em 0;
}
.admin main section #grid .item img {
  width: 27.33333vw;
  height: 27.33333vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

/* FOOTER STYLES */
footer {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #00FCA6;
  font-size: 1.5em;
  line-height: 2;
  text-transform: uppercase;
  cursor: pointer;
}

.admin footer {
  font-size: 1em;
}
.admin footer input[type=submit] {
  width: 90vw;
  margin: 1em auto;
}

/* HELP STYLES */
#helpage {
  width: 100vw;
  height: 100vh;
  background: #00FCA6;
  position: fixed;
  bottom: -150vh;
  left: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  text-align: center;
  color: #101921;
}
#helpage.showthis {
  bottom: 0;
}
#helpage #hpclose {
  position: absolute;
  top: 80px;
  right: 5vw;
  font-size: 1.5em;
}
#helpage .inner {
  font-size: 1.25em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 0;
  margin-top: 80px !important;
}
#helpage .inner #hologram {
  width: 90vw;
  height: 35vw;
  max-width: 450px;
  max-height: 175px;
  position: relative;
  background: #FFFFFF;
  margin: 0 auto;
  overflow: hidden;
}
#helpage .inner #hologram #grad1 {
  width: 180vw;
  height: 35vw;
  position: absolute;
  top: 0;
  left: -90vw;
  background: rgb(0, 102, 238);
  background: linear-gradient(90deg, rgba(0, 102, 238, 0.25) 10%, rgba(0, 255, 241, 0.25) 30%, rgba(247, 255, 0, 0.25) 65%, rgba(255, 0, 247, 0.25) 85%, rgba(0, 102, 238, 0.25) 100%);
  animation: 4s linear 0s infinite alternate grad1;
}
#helpage .inner #hologram #grad2 {
  width: 180vw;
  height: 35vw;
  position: absolute;
  top: 0;
  left: 0vw;
  background: rgb(0, 102, 238);
  background: linear-gradient(270deg, rgba(0, 102, 238, 0.25) 10%, rgba(0, 255, 241, 0.25) 30%, rgba(247, 255, 0, 0.25) 65%, rgba(255, 0, 247, 0.25) 85%, rgba(0, 102, 238, 0.25) 100%);
  animation: 4s linear 0s infinite alternate grad2;
}
#helpage .inner #hologram img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#helpage .inner img {
  width: 100%;
  max-width: 500px;
}
#helpage .inner.fadeup {
  opacity: 1;
}

/* Phone Styles *//*# sourceMappingURL=styles.css.map */