/* ============= */
/* base */
/* ============= */

html, body {
  margin: 0px;
  padding: 0px;

  font-family: "Maison Neue Medium", sans-serif;
  color: #333333; 
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;

}

body {
  /* display: flex; */
  /* width: 100vw; */
  /* overflow: hidden; */
  overflow-x: hidden;
  /* transition: all 0.5s ease-in-out; */
}

.preload * {
 /*  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; */

  -webkit-animation: none !important;

          animation: none !important;
}

/* .preload {
  visibility: hidden;
} */

iframe {
  display: none;
}

h1 {
  line-height: 1.15;
  font-weight: normal;
}

h2, h3, h4, h5, h6, p, span {
  line-height: 1.375;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maison Neue Bold", sans-serif;
}

img {
  border: 0px solid transparent;
}

a {
  color: #788187;
  text-decoration: none;
}

.container {
  max-width: 100%;
  width:  2000px;
  margin: 0px auto;
  position: relative;
}

.plans-link {
  margin: 15px 0px;
  font-family: "Maison Neue Medium", sans-serif;
  transition: color 0.2s ease-in-out;
}

.plans-link { 
  margin-top: 20px;
  /* color: #0000ff; */
}


.plans-link:hover {
  color: #0000ff;
}

.get-started {
  margin-bottom: 22px;
}

.intro-fade {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out 0s 1 normal forwards;
          animation: fadeIn 0.5s ease-in-out 0s 1 normal forwards;
  transition: all 0.3s ease-in-out;
}

.blue-text {
  color: #0000FF;
}


/* ============= */
/* navbar */
/* ============= */

.navbar {
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
  /* -webkit-animation: fadeIn 0.25s ease-in-out;
          animation: fadeIn 0.25s ease-in-out; */
  background-color: #fff;
  padding: 0px 15px;
  position: fixed;  
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.navbar.active {
  position: absolute;
}

.navbar-container {
  width: 2000px;
  max-width: 100%;
  margin: 0px auto;

  background: #FFFFFF;
  /* padding: 15px; */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

.navbar-container .link {
  padding: 10px 10px;
  float: right;  
  /* color: #5B5B5B; */
  color:  #333;
  text-decoration: none;
  font-family: "Maison Neue Demi", sans-serif;
}

.navbar-container .link:hover {
  color:  #0000ff;
}

.navbar-hamburger-container .link {
  padding: 15px 10px;
  float: right;  
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  /* color: #5B5B5B; */
  color:  #fff;
  text-decoration: none;
  outline: none;
  font-family: "Maison Neue Bold", sans-serif;
}

.navbar-container .link-signin, .navbar-hamburger-container .link-signin {
  /* color:  #FF26FF; */
}

.navbar-container .link-active, .navbar-hamburger-container .link-active {
  color:  #0000ff;
}

.link {
  transition: all 0.2s ease-in-out;
}

.navbar-hamburger-container a img {
  /* width: 48%; */
  float: left;
  height: 38px; 
}

.navbar-hamburger-container > a > img:first-child{
  height: 50px;
}

/* .navbar-hamburger-container a img:first-child {
  height: 70px;
  width: auto;
} */

.link-signin {
  margin-right: 15px;
}

.link-signup, .link-signin {
  transition: opacity 0.2s ease-in-out;
}

.link-signup {
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.link-signup, .link-signup.purple {
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #0000ff;
}

.link-signup.pink {
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff !important;
  background-color: #ff0064;
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}


.navbar-logo {
  margin-right: 15px;
  width:  230px;
  height: 79px;
  border: 0px solid transparent;
}

.logo-mobile {
  display: none;
}

.logo-mobile img {
  width: 150px;
  padding: 0px;
}

.navbar-links-container {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-left .link {
  float: left;
}

.navbar-hamburger-button-container {
  margin-right: 10px;

  display: none;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.navbar-hamburger-button {
  position: relative;
  float: right;
  cursor: pointer;
  border-radius: 5px;
  width: 25px;
  margin-right: 5px;
  height: 44px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.2s ease-in-out;
}

.navbar-hamburger-button .trigger {
  cursor: pointer;
  width: 25px; 
  height: 18px;
  margin: auto;  
}

.navbar-hamburger-button .trigger i {
  background-color: #5B5B5B;
  border-radius: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
}

.navbar-hamburger-button.active .trigger i {
  opacity: 0.5;
}

.navbar-hamburger-button .trigger i:nth-child(2) {
  margin: 5px 0;
}

.navbar-hamburger-container {
  width: 300px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;

  color: #fff;
  font-size: 15px;

  z-index: 1;
  background: linear-gradient(49deg, #0000FF 0%, #FF00FF 120%);

  -webkit-transform: translate3d(-300px, 0, 0);

          transform: translate3d(-300px, 0, 0);
  transition: all 0.2s ease-in-out;
}

.navbar-hamburger-container .scroll-wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ios {
  margin-right: 5px;
}

.body-wrapper {
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.hamburger-logo img {
  height: 50px;
}

.navbar-hamburger-container a {
  /* padding: 30px 15px;
  text-decoration: none;
  width: 100%; */
  /* text-align: center; */
}

.body-wrapper .screen { 
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.sub-navbar {
  width: 100%;
  /* background-color: #FCFCFC; */
  border-bottom: 1px solid #eee;
  box-shadow:  0 2px 4px 0 rgba(0,0,0,0.03);
  text-align: center;
}

.sub-navbar-container {
  width: 1440px;
  max-width: 100%;
  margin: 0px auto;
  padding: 15px 0px;
  color: #788187;
}

.sub-navbar-container a, .sub-navbar-container span { 
  margin-right: 15px;
}

.sub-navbar-container a:last-child{
  margin-right: 0px;
}

.sub-navbar-container span {
  color:  #333;
}

.sub-navbar-container a.active { 
  color: #6F00FF;
}

/* ============= */
/* footer */
/* ============= */

.footer {
  min-height: 100px;
  padding:  30px;
  color: #fff;
  background-image: linear-gradient(49deg, #0000FF 0%, #FF00FF 100%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

.footer .container {
  align-items: center;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .container .text p {
  /* padding-right: 30px; */
  margin: 0px;
}

.footer .container .text{
  margin-top: 15px;
  /* padding-right: 30px; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-button {
  /* width: 45%; */
  float: left;
  margin: 2.5%;
}

.footer a, .footer a:visited, .footer a:hover, .footer a:active {
  color: #fff;
  text-decoration: none;
}

.buttons {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#footer-twitter_button {
  margin-right: 10px;
}

/* ============= */
/* email submit */
/* ============= */

.email-submit {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
}

.email-input {
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 0px 15px;
  width: 66%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.email-submit .submit .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px;
  height: 50px;
}

.email-submit .submit {
  min-width: 110px;
}

.error1, .error2 { 
  opacity: 0;
}

.footer .text {
  text-align: center;
}

.issuer-statement {
  padding: 15px 15px;
  width: 700px;
  max-width: 100%;
  text-align: left;
  margin: 0px auto;
  color: #788187;
}

.footer-nav {
  border-top: 1px solid #eee;
}

.footer-nav .container {
  border-top: none !important;
  width: 410px;
  display: flex;
  justify-content: center;
}

.footer-nav .container a {
  padding: 15px;
  color: #0000ff;
}

.bottom-nav .container {
  border-top: none !important;
  width: 410px;
  display: none;
  justify-content: center;
}

.bottom-nav .container a {
  padding: 15px;
  color: #333;
}

.bottom-nav .container a.active {
  background-color: #fbfbfb;
}


/* ============= */
/* helpers */
/* ============= */

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

.bold {
  font-family: "Maison Neue Bold", sans-serif;
}

.pink {
  color: #FF26FF;
}

.green {
  color: #3BBF88;
}

.gray {
  color: #788187;
}

.red {
  color: #FF0064;
}

/* ============= */
/* common elements */
/* ============= */
.btn {
    background-size: 100%;
    background-color: #0000ff;
    background-image: linear-gradient(to top right, #0000ff 0%, #38CBF6 100%);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 20px 20px;
    font-size: 20px;
    z-index: 100;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: "Maison Neue Demi", sans-serif;
    margin-bottom: 10px;
}

.btn:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.btn-red {
  background-size: 100%;
  background-image: linear-gradient(to top right, #ff0064 0%, #6F00FF 1000%);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 13px 18px;
  width: 94%;
  font-size: 24px;
  z-index: 100;
  color: #fff;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
}
.btn-red:before {
  border-radius: inherit;
  background-image: linear-gradient(to top right, #ff0064 0%, #6F00FF 120%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.32s ease-in-out;
}
.btn-red:visited {
  color: #fff;
}
.btn-red:hover:before, .btn-red:focus:before {
  opacity: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

a.btn:focus {
  outline: none;
}

.btn-block {
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}

.btn-invite {
  background-image: linear-gradient(to top right, #0000ff 0%, #38CBF6 100%);
}

/* .btn-red { 
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;

  background: linear-gradient(to top right, #ff0064 0%, #6F00FF 1000%);
} */

.btn-red:hover {
  /* opacity: 0; */
  /* background: linear-gradient(to top right, #ff0064 0%, #6F00FF 100%); */
}

.btn-facebook {
  background-image: none;
  background-color: #3B5998;
}

.btn-twitter {
  background-image: none;
  background-color: #1DA1F2;
}

table {
  width: 100%;
  border:  1px solid #eee;
}

td, th {
  padding: 15px;
  border:  1px solid #eee;
}



/* ============= */
/* modals */
/* ============= */

.modal {
  position: fixed;
  visibility: hidden;

  width: 0px;
  height: 0px;
  background-color: rgba(0,0,0,0.8);
  z-index: 10000;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;

  overflow: hidden;
  top: 0px;
}

.modal.active {
  visibility: visible;
  width: 100%;
  height: 100vh;
}

.modal-card {
  position: relative;
  width: 450px;
  max-width: 92%;
  margin-top: 4%;
  background-color: #fff;
  /* min-height: 50px; */
  border-radius: 5px;
  padding-top: 45px;
}

.modal .x {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.modal-content {
  padding: 0px 15px 15px;
}

.modal-content .title {
  margin-top: 0px;
}

/* ============= */
/* queries */
/* ============= */
@media (max-width: 1065px) {
  .nav-right .link {
    display: none;
  }

  .link-signup, .link-signin {
    display: block !important;
  }

  .navbar-hamburger-button-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  /* hamburger active */
  body.hamburger-active {
    /* overflow-y: hidden; */
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* transform: translate3d(300px, 0, 0); */
  }

  body.hamburger-active .display-wrapper{
    width: 100%;
    overflow:  hidden;
    height: 100vh;
  }

  body.hamburger-active .navbar-hamburger-container {
    /* display: block; */
    /* opacity: 1; */
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    /* transition: all 0.25s ease-in-out; */

    -webkit-transform: translate3d(0px, 0, 0);

            transform: translate3d(0px, 0, 0);
  }

  body.hamburger-active .body-wrapper {
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0);
  }

  body.hamburger-active .body-wrapper .screen {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    opacity: 1;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  /*  */
}

@media (min-width: 1065px) {
  .navbar-hamburger-container.active {
    height: 0px;
  }
}

@media (max-width: 820px) {
  .navbar-logo {
    height: 60px;
  }

  .navbar-container img {
    width: 150px !important;
  }

  .nav-left {
    display: none;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .bottom-nav .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .bottom-nav .container a {
    border-top: 1px solid #eee;
    width: 100%;
    text-align: center;
  }

}

@media (max-height: 720px) { 
  .navbar-hamburger-container .scroll-wrapper {
    overflow: scroll;
  }

  .navbar-hamburger-container .scroll-wrapper::-webkit-scrollbar { 
    display: none; 
  }
}

@media (max-width: 430px) {
  .footer-nav .container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .footer-nav .container a {
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: center;
  }

  .footer-nav .container a.active {
    background-color: #fbfbfb;
  }

  .link-signin {
    color: #ff0064 !important;
    display: none !important;
  }
}

/* keyframes */
@-webkit-keyframes fadeInUp {
  0% { 
    opacity: 0; 
    margin-top: -2px;
  }
  100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}
@keyframes fadeInUp {
  0% { 
    opacity: 0; 
    margin-top: -2px;
  }
  100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}

@-webkit-keyframes fadeIn {
  0% { 
    opacity: 0; 
  }
  100% { 
    opacity: 1; 
  }
}

@keyframes fadeIn {
  0% { 
    opacity: 0; 
  }
  100% { 
    opacity: 1; 
  }
}

/* hamburger */
@-webkit-keyframes inM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes inM{
50%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
}

@-webkit-keyframes outM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes outM{
50%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
}

@-webkit-keyframes inT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT{
0%{-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes outT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT{
0%{-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes inBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);transform: translateY(-9px) rotate(135deg);}
}

@-webkit-keyframes outBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);transform: translateY(-9px) rotate(135deg);}
}



















