    html,
    body {
      font-family: 'Whitney SSm', 'Whitney', 'Avenir', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Arial Unicode MS", sans-serif;
      background: #201e2d;
      color: #ffffff;
    }
    #app__wrapper {
      background: radial-gradient(50% 50% at 50% 50%, #3399ff 0%, #0066cc 100%);
      position: fixed;
      top: 0;
      overflow: auto;
      left: 0;
      bottom: 0;
      right: 0;
      max-width: none;
      width: auto;
    }
    .app-coming-soon__content {
      margin: 0 auto;
      width: 800px;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .app-coming-soon-logo {
      display: inline-block;
      margin-bottom: 1rem;
      background-image: url(https://www.pingsec.com/images/tcdp_large.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 326px;
      height: 105px;
    }
    .app-coming-soon-soon-text__wrapper {
      font: 500 32px "mandrel-condensed", "Georiga", "serif";
      margin: 1.5rem 0 0.5rem 0;
    }
    .app-coming-soon-soon-sub-text__wrapper {
      font: 500 20px "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Arial Unicode MS", sans-serif;
      color: #aaa;
      margin: 0.5rem 0 1rem 0;
    }
    .app-coming-soon-terms__wrapper {
      bottom: 1rem;
      font-size: 0.8rem;
      color: #3399ff;
      position: absolute;
      left: 50%;
      bottom: 5%;
      text-align: center;
      transform: translate(-50%, 0);
    }
    .app-coming-soon-terms__attribution-links {
      position: relative;
      text-align: center;
    }
    .app-coming-soon-terms__attribution-link {
      color: #3399ff;
      cursor: pointer;
      display: inline-block;
      margin: 0 0.2rem;
    }
    a {
      transition: all 0.2s ease;
      cursor: pointer;
      color: #d0d0d0;
    }


@font-face {
font-family:"questa-sans";
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"questa-sans";

font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"mandrel-condensed";

font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"manometer-sans";
font-display:auto;font-style:italic;font-weight:400;
}

.tk-questa-sans { font-family: "questa-sans",sans-serif; }
.tk-mandrel-condensed { font-family: "mandrel-condensed",sans-serif; }
.tk-manometer-sans { font-family: "manometer-sans",sans-serif; }



.footer a{text-decoration:none;}
.footer a:link{color:#aaa; text-decoration:none}
.footer a:visited{color:#aaa;text-decoration: none;}
.footer a:hover,a:active,a:focus{color:#aaa;}
.footer{color:#aaa;}
.come{display:block; height:290px; margin:auto; margin-top:100px; font-size:81px; color:#336699; text-align:center;}