#modalUnlock {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 5; }
  #modalUnlock .modalContent {
    box-sizing: border-box;
    width: 500px;
    max-width: 92%;
    background-color: white;
    border-radius: 4px;
    padding: 20 20;
    padding-bottom: 60px;
    margin: auto;
    margin-top: 30vh;
    text-align: left;
    font-size: 15px; }
  #modalUnlock input {
    font-size: 15px;
    padding: 4 13; }
  #modalUnlock button {
    display: block;
    margin-top: 15px;
    padding: 5 16;
    font-size: 17px; }
  #modalUnlock .bad-pw {
    display: none;
    color: #d20000;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px; }

body {
  box-sizing: border-box;
  font-family: 'Open sans';
  background-color: #04192f;
  background-image: url("https://s3.wasabisys.com/app-grapevine/ppods/u1_chrisscavongelli/globe_desktop.jpg");
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  background-position: top right; }

.bg-mask {
  box-sizing: border-box;
  background: white;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.93) 36%, rgba(221, 226, 244, 0.86) 53%, rgba(169, 181, 227, 0.86) 72%, rgba(110, 129, 208, 0.58) 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.logo-frame {
  margin-top: 20px;
  position: absolute;
  top: 0;
  right: 20; }

.logo {
  font-size: 30px;
  font-family: Rubik;
  text-transform: uppercase;
  text-align: right; }
@media only screen and (max-width: 800px) {
  .logo {
    font-size: 22px; } }
.logo .r1 {
  margin-bottom: 0; }
  .logo .r1 > * {
    display: inline-block;
    vertical-align: top; }
  .logo .r1 .the {
    margin-top: 7px;
    margin-right: -3px;
    font-size: 0.6em;
    font-weight: 300; }
    .logo .r1 .name .main {
      margin: 0;
      font-weight: 700;
      font-size: 1.1em; }
    .logo .r1 .name .project {
      font-weight: 300;
      font-size: 0.94em;
      margin-top: -5px; }
  .logo .r1 .tm {
    font-size: 0.5em;
    margin-top: 5px;
    margin-left: -4px; }

.splash-frame {
  box-sizing: border-box;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 60px; }
@media only screen and (max-width: 800px) {
  .splash-frame {
    margin-top: 120px; } }

.splash {
  box-sizing: border-box;
  color: black;
  width: 740px;
  max-width: 93vw;
  margin: auto;
  text-align: left; }
  .splash h1 {
    font-family: Rubik;
    font-size: 55px;
    line-height: 1.1em;
    margin-block-end: 0.2em; }
  .splash .head {
    border-bottom: 2.5px solid black;
    padding-bottom: 12px; }
    .splash .head p {
      font-size: 23px;
      margin-block-start: 0.2em;
      margin-block-end: 0.5em; }
    @media only screen and (max-width: 800px) {
      .splash .head p {
        font-size: 20px; } }
  .splash .description {
    margin-top: 12px;
    border-radius: 4px;
    padding: 1 20; }
    .splash .description p {
      font-size: 16px;
      color: black; }
    .splash .description .address {
      margin-left: 25px;
      font-size: 0.94em; }
    .splash .description .disclaimer {
      font-style: italic;
      font-size: 0.87em; }

.article-frame {
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 80px; }

article {
  box-sizing: border-box;
  width: 740px;
  max-width: 93vw;
  margin: auto;
  padding: 10 50;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
  background-color: white; }
@media only screen and (max-width: 800px) {
  article {
    font-size: 15px;
    padding: 10 20; } }
article h2, article h3 {
  width: 88%;
  font-family: Rubik; }
article h2 {
  font-size: 2.7em;
  border-bottom: 2.5px solid black;
  padding-bottom: 7px;
  margin-block-end: 0.6em; }
@media only screen and (max-width: 800px) {
  article h2 {
    font-size: 2.4em; } }
article h3 {
  color: #38406b;
  margin-block-end: 0.5em;
  font-size: 1.8em;
  text-transform: uppercase; }
@media only screen and (max-width: 800px) {
  article h3 {
    font-size: 1.68em; } }
article p {
  line-height: 1.6em; }
  article .list-section .listname {
    font-weight: 700; }
article [data-sname="how-we-fix"] .ex-product {
  color: #ca4a84;
  font-weight: 600; }
article [data-sname="how-we-fix"] .cite-company {
  font-size: 0.84em; }
