html {
  font-size: 62.5%;
  line-height: 1;
}
body {
  font-size: 2rem;
  letter-spacing: 5%;
  background-color: #fff;
}
[v-cloak] {
  visibility: hidden;
}
.subPageBody {
  background-color: #fff;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 2rem !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
a:link,
a:hover,
a:visited,
a:active {
  color: #1d63ea;
  text-decoration: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.imageWrapper {
  height: 600px;
  background: linear-gradient(rgba(29, 31, 32, 0.7), rgba(0, 0, 0, 0.9)),
    url('../background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 0px 0px 40px 40px;
}
.headerBackground {
  height: 90px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .headerBackground {
    height: 80px;
  }
}
.subPageHeaderBackground {
  background-color: #fff;
}
.contain {
  display: grid;
  margin: auto;
  max-width: 1230px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 115px 600px auto auto;
  grid-column-gap: 30px;
  grid-template-areas: 'h h h h h h h h h h h h' 'p p p p p i i i i i i i' 'c c c c c c c c c c c c' 'f f f f f f f f f f f f';
}
.subPageContainer {
  grid-template-rows: 115px auto auto auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .contain {
    grid-template-rows: 80px 811px auto auto;
  }
}
@media only screen and (max-width: 992px) {
  .contain {
    grid-column-gap: 0px;
    grid-template-columns: 1;
    grid-template-rows: 115px auto auto auto auto;
    grid-template-areas: 'h h h h h h h h h h h h' 'i i i i i i i i i i i i' 'p p p p p p p p p p p p' 'c c c c c c c c c c c c' 'f f f f f f f f f f f f';
  }
}
.page {
  margin-top: 30px;
  margin-bottom: 70px;
  grid-column: 3/11;
}
@media only screen and (max-width: 768px) {
  .page {
    margin-top: 30px;
    margin-bottom: 70px;
    grid-column: 1/-1;
  }
}
header {
  grid-area: h;
  display: flex;
  margin-right: -15px;
}
.headerName {
  font-weight: 500;
  letter-spacing: 1px;
}
.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 115px;
  margin-right: 30px;
}
.logo > p {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  display: flex;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .logo {
    height: 80px;
    margin-right: 0px;
  }
  .logo > p {
    display: none;
  }
}
.headerIcon {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 768px) {
  .divider {
    position: relative;
    min-width: 1px;
    max-width: 1px;
    background-color: rgba(127, 127, 127, 0.2);
    display: inline-block;
    margin-left: 15px;
  }
}
.scroll {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  height: 115px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -60px;
    justify-content: flex-start;
  }
}
.scroll::-webkit-scrollbar {
  display: none;
}
nav > ul {
  color: #fff;
  display: flex;
  list-style-type: none;
}
nav > ul li {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  nav > ul li {
    padding-left: 20px;
  }
}
nav > ul li:first-child {
  padding-left: 0px;
  padding-left: 15px;
}
nav > ul li:last-child {
  padding-right: 15px;
}
nav > ul li a:link,
nav > ul li a:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
nav > ul li a:hover,
nav > ul li a:active {
  text-decoration: none;
  color: #fff;
}
.subPageHeaderBackground .logo > p {
  color: #000;
}
.subPageHeaderBackground nav > ul li a:link,
.subPageHeaderBackground nav > ul li a:visited {
  color: rgba(0, 0, 0, 0.6);
}
.subPageHeaderBackground nav > ul li a:hover,
.subPageHeaderBackground nav > ul li a:active {
  color: #000;
}
.appInfo {
  grid-area: i;
  display: flex;
  flex-wrap: wrap;
  padding-top: 67px;
  align-content: flex-start;
}
@media only screen and (min-width: 1500px) {
  .appInfo {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .appInfo {
    padding-top: 50px;
    justify-content: center;
  }
}
.appIconShadow {
  display: flex;
  padding-left: 40px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}
.appIconLarge {
  width: 80px;
  height: 80px;
  /*   -webkit-clip-path: url(#shape120);
  clip-path: url(#shape120); */
}
.appNamePriceContainer {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-left: 30px;
}
.appName {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
}
.appPrice {
  color: #fff;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .appNamePriceContainer {
    width: 100%;
    margin-left: 0px;
    align-items: center;
    justify-content: center;
  }
  .appName {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .appPrice {
    margin-top: 13px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .appIconShadow {
    padding-left: 0;
  }
}
.appDescriptionContainer {
  font-size: 1.8rem;
  font-weight: 100;
  width: 100%;
  align-items: flex-start;
  margin-top: 45px;
  flex: 0 1 auto;
  line-height: 1.5;
}
.appDescriptionContainer1 {
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  align-items: flex-start;
  flex: 0 1 auto;
  line-height: 1.5;
}
.appDescription {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.5px;
  /*   text-align: center;
 */
}
.earlyaccess {
  text-align: center;
  text-transform: uppercase;
  color: floralwhite;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .appDescription {
    font-size: 18px;
    font-weight: 300;

    text-align: center;
  }
}
.downloadButtonsContainer {
  display: inline-block;
  margin-top: 42px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 992px) {
  .downloadButtonsContainer {
    text-align: center;
  }
}
.playStore {
  height: 75px;
  margin-right: 24px;
}
@media only screen and (max-width: 992px) {
  .playStore {
    margin-right: 24px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 528px) {
  .playStore {
    margin-right: 0px;
    margin-bottom: 24px;
  }
}
.appStore {
  height: 75px;
}
.iphonePreview {
  grid-area: p;
  background-image: url('assets/black.png');
  background-size: 400px auto;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.iphoneScreen {
  width: 100%;
  margin-right: 30px;
  margin-top: 30px;
}
.videoContainer {
  width: 349px;
  height: 755px;
  -webkit-clip-path: url(#screenMask);
  clip-path: url(#screenMask);
  margin-left: 26px;
  margin-top: 23px;
}
.videoContainer > video {
  width: 349px;
  height: 755px;
}
@media only screen and (max-width: 1070px) {
  .iphonePreview {
    background-size: 370px auto;
  }
  .iphoneScreen {
    width: 100%;
    margin: 0;
  }
  .videoContainer {
    width: 322px;
    height: 698px;
    margin-left: 24px;
    margin-top: 22px;
  }
  .videoContainer > video {
    width: 322px;
    height: 698px;
  }
}
@media only screen and (max-width: 992px) {
  .iphonePreview {
    display: flex;
    background-size: 260px auto;
    background-position: center 0;
    margin-top: 47px;
    justify-content: center;
    padding-bottom: 75px;
  }
  .iphoneScreen {
    width: 100%;
    margin: 0;
  }
  .videoContainer {
    width: 226px;
    height: 488px;
    margin-left: 0px;
    margin-top: 17px;
  }
  .videoContainer > video {
    width: 226px;
    height: 488px;
  }
}
.features {
  grid-area: c;
  display: flex;
  flex: 0 1 auto;
  align-content: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-top: 93px;
}
.feature {
  display: flex;
  padding-top: 63px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% / 3);
}
.feature:nth-child(-n + 3) {
  padding-top: 0px;
}
.feature:nth-child(3n) {
  padding-right: 0px;
}
.feature:nth-child(3n + 1) {
  padding-left: 0px;
}
.iconBack {
  color: #e6e6e6;
}
.iconTop {
  color: #000000;
}
.socialIconBack {
  color: #e6e6e6;
}
.socialIconTop {
  color: #666;
}
.featureText {
  margin-left: 18px;
}
.featureText > h3 {
  color: #000;
}
.featureText > p {
  color: #666;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .features {
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 11px;
  }
  .feature {
    display: flex;
    padding-top: 41px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .feature:nth-child(-n + 3) {
    padding-top: 41px;
  }
  .feature:nth-child(1) {
    padding-top: 0px;
  }
  .feature:nth-child(3n) {
    padding-right: 15px;
  }
  .feature:nth-child(3n + 1) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .features {
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 11px;
  }
  .feature {
    display: flex;
    padding-top: 41px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .feature:nth-child(-n + 3) {
    padding-top: 41px;
  }
  .feature:nth-child(1) {
    padding-top: 0px;
  }
  .feature:nth-child(3n) {
    padding-right: 0px;
  }
  .feature:nth-child(3n + 1) {
    padding-left: 0px;
  }
}
footer {
  grid-area: f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerText {
  color: #666;
  display: block;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.footerIcons {
  padding-bottom: 20px;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
}
.footerLinks {
  text-align: center;
  padding-bottom: 20px;
}
.footerLinks a {
  color: #666;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.footerLinks a:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .footerLinks {
    flex-direction: column;
  }
  .footerLinks a {
    justify-content: stretch;
    margin-right: 0px;
    margin-top: 20px;
  }
  .footerLinks a:first-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .footerText {
    color: #666;
    display: block;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .footerIcons {
    padding-bottom: 20px;
    display: flex;
  }
}
.hidden {
  display: none;
}
/*****************************************/

.download {
  color: floralwhite !important;
  width: 100px;
  height: 50px;
  font-size: 25px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.7);
}
.search-container {
  background-color: #fff;
  position: relative;
  border-radius: 34px;
  padding: 2.5px 50px 5px 10px;
  border: 0px solid red;
}
.emailerror {
  border: 2px solid red;
}
.search-box {
  background-color: transparent;
  outline: none;
  height: 30px;
  border: 0;
  width: 100%;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 110px;
  font-weight: 400;
  font-size: 13px;
}
.search-button {
  font-size: 12px;
  position: absolute;
  right: 4px;
  top: 4px;
  letter-spacing: 2px;
  background-color: rgb(0, 0, 0);
  border-radius: 50px;
  border: 0;
  color: #fff;
  width: 130px;
  height: 32px;
  outline: none !important;
  font-weight: 600;
}
.shortlink {
  text-decoration: underline;
  cursor: pointer;
  color: floralwhite;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
button:focus {
  outline: none !important;
}
.os {
  color: floralwhite;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  margin-top: 5px;
  font-family: 'Roboto';
}
.dropdown-item:active {
  background-color: #c9cbcc;
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400|Roboto:100);

.countdown {
  display: flex;
}

.block {
  flex-direction: column;
}

.text {
  color: floralwhite;
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
  text-align: center;
}

.digit {
  color: floralwhite;
  font-size: 6rem;
  font-weight: 100;
  font-family: 'Roboto';
  margin: 14px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 528px) {
  .digit {
    font-size: 1.9em;
  }
  .text {
    font-size: 15px;
  }
}
.card {
  background-color: white;
  border-bottom: 0px solid rgb(211, 211, 211) !important;
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.card-header {
  background-color: white;
  border-bottom: 1px solid black;
}
.card-body {
  color: #666;
  font-weight: 300;
  padding-left: 0;
}
.dlbutton {
  font-weight: 300;
  font-size: 18px;
  border-radius: 26px;
  padding-left: 15px;
  background-color: #e6e6e6;
  color: black !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.dlbutton:hover {
  background-color: #e6e6e6 !important;
}
.downloadIcon {
  font-size: 23px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.tooltip{
  font-size: 1.3rem;
}