/*--------------- Mobile First ---------------*/
.nowrap {
  white-space: nowrap; }

span.line {
  display: inline-block; }

.row {
  margin: 0; }

.col {
  padding: 0; }

html, body {
  background-color: #141432;
  margin: 0;
  padding: 0;
  color: white;
  max-width: 100%;
  overflow-x: hidden;
  font-family: TradeGothicLTPro-Bold, sans-serif;
  font-size: 18px; }

a {
  color: #36a8ff;
  text-decoration: none;
  cursor: pointer !important; }
  a:visited {
    color: #36a8ff; }
  a:hover {
    color: #f0cf38;
    text-decoration: none; }
  a:active {
    color: #36a8ff; }

#featureWrapper {
  background-image: url("https://dr8u6iu2x4v0s.cloudfront.net/website/landing/manager-man.png"), url("https://dr8u6iu2x4v0s.cloudfront.net/website/landing/bg.jpg");
  background-position: right top, left center;
  background-repeat: no-repeat;
  background-size: auto 100%, cover; }
  @media only screen and (min-width: 320px) {
    #featureWrapper {
      height: 59vh;
      background-position: calc(100% + 30px) 50%, 25% center; } }
  @media only screen and (min-width: 576px) {
    #featureWrapper {
      height: 70vh; } }
  @media only screen and (min-width: 768px) {
    #featureWrapper {
      height: 72vh;
      max-height: 700px; } }
  @media only screen and (min-width: 768px) and (orientation: portrait) {
    #featureWrapper {
      height: 59vh;
      max-height: 700px; } }

#signupWrapper {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block; }
  @media only screen and (min-width: 320px) {
    #signupWrapper {
      width: 50vw;
      max-width: 200px; } }
  @media only screen and (min-width: 768px) {
    #signupWrapper {
      width: 250px;
      max-width: none; } }
  @media only screen and (min-width: 992px) {
    #signupWrapper {
      width: 300px;
      max-width: none; } }

#signupInfo {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-family: TradeGothicLTPro-Bold, sans-serif;
  text-transform: uppercase;
  color: white; }
  @media only screen and (min-width: 320px) {
    #signupInfo {
      font-size: 15px; } }
  @media only screen and (min-width: 768px) {
    #signupInfo {
      font-size: 17px; } }
  @media only screen and (min-width: 992px) {
    #signupInfo {
      font-size: 20px; } }

#signupButton {
  width: 100%;
  padding: 15px 0;
  font-family: TradeGothicLTPro-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  border: none;
  outline: none;
  color: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.9);
  background: #6956ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6956ff 0%, #01fdff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6956ff 0%, #01fdff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6956ff 0%, #01fdff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6956ff', endColorstr='#01fdff',GradientType=1 );
  /* IE6-9 */ }
  #signupButton:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.7), inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    transform: translate3d(0, -1px, 0); }
  #signupButton:active {
    box-shadow: 0px 0px 7px black, inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 1px, 0); }
  @media only screen and (min-width: 320px) {
    #signupButton {
      padding: 10px 0;
      font-size: 25px; } }
  @media only screen and (min-width: 768px) {
    #signupButton {
      font-size: 35px;
      box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.9); }
      #signupButton:hover {
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.7), inset 0 0 100px 100px rgba(255, 255, 255, 0.1); }
      #signupButton:active {
        box-shadow: 0px 0px 7px black, inset 0 0 100px 100px rgba(0, 0, 0, 0.2); } }
  @media only screen and (min-width: 992px) {
    #signupButton {
      font-size: 40px;
      box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.9); }
      #signupButton:hover {
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.7), inset 0 0 100px 100px rgba(255, 255, 255, 0.1); }
      #signupButton:active {
        box-shadow: 0px 0px 11px black, inset 0 0 100px 100px rgba(0, 0, 0, 0.2); } }

#ribbonWrapper {
  background-color: #482380;
  background-image: url("https://dr8u6iu2x4v0s.cloudfront.net/website/landing/ribbon.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px;
  width: 100vw; }
  @media only screen and (min-width: 320px) {
    #ribbonWrapper {
      padding: 40px 20px; } }
  @media only screen and (min-width: 576px) {
    #ribbonWrapper {
      padding: 15px; } }
  @media only screen and (min-width: 768px) {
    #ribbonWrapper {
      padding: 30px; } }
  @media only screen and (min-width: 992px) {
    #ribbonWrapper {
      padding: 40px; } }
  @media only screen and (min-width: 1200px) {
    #ribbonWrapper {
      padding: 50px; } }

#ribbonLogo .inner {
  padding: 0px 20px;
  text-align: center; }
  @media only screen and (min-width: 320px) {
    #ribbonLogo .inner {
      padding: 0px 30px; } }
  @media only screen and (min-width: 320px) {
    #ribbonLogo .inner {
      padding: 20px 30px; } }
  @media only screen and (min-width: 768px) {
    #ribbonLogo .inner {
      padding: 0px 40px; } }
  #ribbonLogo .inner img {
    width: 100%;
    max-width: 300px; }
    @media only screen and (min-width: 320px) {
      #ribbonLogo .inner img {
        width: 55vw; } }
    @media only screen and (min-width: 576px) {
      #ribbonLogo .inner img {
        width: 30vw; } }
    @media only screen and (min-width: 768px) {
      #ribbonLogo .inner img {
        width: 25vw; } }

#ribbonPlatforms {
  min-height: 100px; }
  #ribbonPlatforms .inner {
    padding: 30px 15px;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 320px) {
      #ribbonPlatforms .inner {
        padding: 20px 30px; } }
    @media only screen and (min-width: 768px) {
      #ribbonPlatforms .inner {
        padding: 40px 20px; } }
    #ribbonPlatforms .inner img {
      height: 35px;
      margin: 2px; }
      @media only screen and (min-width: 768px) {
        #ribbonPlatforms .inner img {
          height: 45px;
          margin: 3px; } }
      @media only screen and (min-width: 992px) {
        #ribbonPlatforms .inner img {
          height: 50px;
          margin: 4px; } }
      @media only screen and (min-width: 1200px) {
        #ribbonPlatforms .inner img {
          height: 55px;
          margin: 4px; } }

#ribbonClassic {
  text-align: center; }
  #ribbonClassic #classicButton {
    background-color: #482380;
    background-image: url("https://dr8u6iu2x4v0s.cloudfront.net/website/landing/classic-btn.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3px 15px 0px;
    color: white;
    font-family: TradeGothicLTPro-Bold, sans-serif;
    text-transform: uppercase;
    border: none;
    outline: none;
    width: 163px;
    height: 70px;
    font-size: 14px;
    background-size: 163px 70px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); }
    #ribbonClassic #classicButton:hover {
      box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.3), inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
      transform: translate3d(0, -1px, 0); }
    #ribbonClassic #classicButton:active {
      box-shadow: 0px 0px 5px black, inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
      transform: translate3d(0, 1px, 0); }
    @media only screen and (min-width: 768px) {
      #ribbonClassic #classicButton {
        width: 187px;
        height: 80px;
        font-size: 16px;
        background-size: 187px 80px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5); } }
    @media only screen and (min-width: 992px) {
      #ribbonClassic #classicButton {
        width: 210px;
        height: 90px;
        font-size: 18px;
        background-size: 210px 90px;
        box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.5); }
        #ribbonClassic #classicButton:hover {
          box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3), inset 0 0 100px 100px rgba(255, 255, 255, 0.03); }
        #ribbonClassic #classicButton:active {
          box-shadow: 0px 0px 7px black, inset 0 0 100px 100px rgba(0, 0, 0, 0.2); } }

h1 {
  font-size: 30px;
  color: #00aaff;
  margin: 30px 0 15px; }

.baseBlock {
  padding: 25px 50px 40px;
  max-width: 777px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .baseBlock {
      padding: 20px 70px 39px; } }

#featuresBlock {
  padding: 59px 30px 40px;
  background-color: #332955; }
  @media only screen and (min-width: 768px) {
    #featuresBlock {
      padding: 70px 40px 50px; } }
  #featuresBlock .featureCell {
    padding: 0 35px;
    margin: 0 0 50px 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #featuresBlock .featureCell {
        padding: 0 40px;
        margin: 0 0 70px 0; } }
    #featuresBlock .featureCell img {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto 20px;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5); }
      @media only screen and (min-width: 768px) {
        #featuresBlock .featureCell img {
          margin: 0 auto 30px; } }

#footer {
  padding: 40px; }
  #footer #bWrapper {
    text-align: center;
    margin-bottom: 20px; }
    #footer #bWrapper img {
      width: 30px; }
      @media only screen and (min-width: 768px) {
        #footer #bWrapper img {
          width: 40px; } }
      @media only screen and (min-width: 992px) {
        #footer #bWrapper img {
          width: 50px; } }
  #footer #footerText {
    text-align: center;
    color: #776ad8; }

#uviframe {
  border-radius: 7px;
  padding-bottom: -2px; }

#blackout {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none; }
  #blackout .sub {
    color: black; }

#modalWrapper {
  width: auto;
  height: auto;
  position: absolute;
  top: 50vh;
  left: -10000px;
  transform: translate3d(-50%, calc(-52% - 25px), 0); }

#modal {
  background: none; }

#modalContent {
  width: 90vw;
  max-width: 500px;
  max-height: 77vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

#modalCloseButton {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  transform: translate3d(50%, 50%, 0);
  border-radius: 50%;
  background-color: #6023A8;
  color: white;
  font-weight: 900;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  font-size: 27px;
  padding: 0;
  z-index: 100;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.9); }
  #modalCloseButton:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.7), inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    transform: translate3d(50%, calc(50% - 1px), 0); }
  #modalCloseButton:active {
    box-shadow: 0px 0px 7px black, inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
    transform: translate3d(50%, calc(50% + 2px), 0); }

@-webkit-keyframes fadeInUpBlackout {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBlackout {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBlackout {
  -webkit-animation-name: fadeInUpBlackout;
  animation-name: fadeInUpBlackout;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

@-webkit-keyframes fadeOutDownBlackout {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
@keyframes fadeOutDownBlackout {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
.fadeOutDownBlackout {
  -webkit-animation-name: fadeOutDownBlackout;
  animation-name: fadeOutDownBlackout;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

@-webkit-keyframes fadeInBlackout {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@keyframes fadeInBlackout {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
.fadeInBlackout {
  -webkit-animation-name: fadeInBlackout;
  animation-name: fadeInBlackout;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

@-webkit-keyframes fadeOutBlackout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }
@keyframes fadeOutBlackout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }
.fadeOutBlackout {
  -webkit-animation-name: fadeOutBlackout;
  animation-name: fadeOutBlackout;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

.noscroll {
  position: fixed;
  overflow-y: scroll; }
