@font-face {
  font-family: 'Roboto Medium';
  src: url(../fonts/roboto/Roboto-Medium.ttf?v=4.7.0) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url(../fonts/roboto/Roboto-Regular.ttf?v=4.7.0) format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --white: #fff;
  --black: #000;
  --theme: #FFFFFF;
  --theme-rgb: 255, 255, 255;
  --theme-darker: #999999;
  --theme-contrast: #101010;
  --theme-alt: #022954;
  --theme-alt-darker: #011832;
  --theme-alt-contrast: #fff;
  --heading-dark: #101010;
  --text-dark: #101010;
  --background-dark: #101010;
  --background-dark-lighter: #151515;
  --border-dark: rgba(0, 0, 0, 0.08);
  --heading-light: #FFFFFF;
  --text-light: #ffffff;
  --background-light: #F5F5F5;
  --border-light: rgba(255, 255, 255, 0.1);
  --selected-nav-item: #ffffff;
  --header-height: 100px;
  --logo-padding: 10px;
  --navigation-padding: 10px;
  --pre-top-height: 30px;
  --top-combo-calc: calc(var(--header-height) + var(--pre-top-height));
  --grid-width-small: 850px;
  --grid-width: 1300px;
  --grid-width-big: 1600px;
  --grid-gutter: 30px;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --button-border-radius: 3px;
  --body-font: 'Roboto Regular', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --heading-font: 'Roboto Regular', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-size: 1.1rem;
  --font-size-big: 1.25rem;
  --font-weight-normal: normal;
  --font-weight-light: 300;
  --font-weight-bold: bold;
  --font-family-bold: 'Roboto Medium';
  --font-weight-bolder: bolder;
  --body-font-weight: var(--font-weight-normal);
  --heading-font-weight: var(--font-weight-bold);
  --success: #2ecc71;
  --error: #e74c3c;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  font-family: var(--body-font);
  font-size: var(--font-size);
  font-weight: var(--font-weight-normal);
  color: var(--text-dark);
  line-height: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
}
b,
strong {
  font-weight: normal;
  font-family: var(--font-family-bold);
}
a {
  color: var(--text-dark);
}
a.top {
  float: right;
}
p,
ul,
ol {
  padding-left: 0;
  margin-bottom: 1.5em;
}
ul {
  margin-left: 20px;
}
ol {
  margin-left: 25px;
  font-family: var(--font-family-bold);
}
.start {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vW;
  height: 100vH;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .start {
    background-attachment: local;
    background-position: center bottom, center top;
    background-repeat: no-repeat, repeat-y;
    background-size: 100%;
    background-image: url(../images/Customer-Genius_by-PROFIZIENZ_desktop.jpg), url(../images/gradient_desktop.jpg);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .start {
    background-size: 175%;
  }
}
@media only screen and (min-width: 768px) {
  .start {
    background-attachment: fixed;
    background-position: center bottom, center top;
    background-repeat: no-repeat, repeat-y;
    background-size: 100%;
    background-image: url(../images/Customer-Genius_by-PROFIZIENZ_desktop.jpg), url(../images/gradient_desktop.jpg);
  }
}
.text {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/text.png);
}
@media only screen and (max-width: 767px) {
  .text {
    position: absolute;
    top: 5vH;
    left: 8.5vW;
    width: 32vW;
    height: 10vH;
  }
}
@media only screen and (min-width: 768px) {
  .text {
    position: absolute;
    top: 13vH;
    left: 12vW;
    width: 30vW;
    height: 10vH;
  }
}
@media only screen and (min-width: 1024px) {
  .text {
    position: absolute;
    top: 13vH;
    left: 4.5vW;
    width: 20vW;
    height: 10vH;
  }
}
.emblem {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/emblem.png);
}
@media only screen and (max-width: 767px) {
  .emblem {
    position: absolute;
    top: 4vH;
    right: 9vW;
    width: 16vW;
    height: 11vH;
  }
}
@media only screen and (min-width: 768px) {
  .emblem {
    position: absolute;
    top: 13vH;
    right: 10vW;
    width: 20vW;
    height: 11vH;
  }
}
@media only screen and (min-width: 1024px) {
  .emblem {
    position: absolute;
    top: 12vH;
    right: 4.5vW;
    width: 6vW;
    height: 11vH;
  }
}
.claim h1,
.claim h2 {
  display: none;
  text-shadow: 1px 1px black;
  color: var(--text-light);
  font-weight: var(--font-weight-light);
}
@media only screen and (max-width: 767px) {
  .claim {
    position: absolute;
    top: 15vH;
    left: 8.5vW;
    width: 90vW;
  }
  .claim h1 {
    font-size: 5vw;
    line-height: 110%;
    margin-bottom: 0;
  }
  .claim h2 {
    font-size: 4vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .claim {
    position: absolute;
    top: 25vH;
    left: 12vW;
    width: 70vW;
  }
  .claim h1 {
    font-size: 5vw;
    line-height: 100%;
  }
  .claim h2 {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1024px) {
  .claim {
    position: absolute;
    top: 25vH;
    left: 4.3vW;
    width: 35vW;
  }
  .claim h1 {
    font-size: 3vw;
    line-height: 90%;
  }
  .claim h2 {
    font-size: 1.5vw;
  }
}
nav {
  max-width: var(--grid-width-small);
  margin-left: 4.5vw;
  
}
@media only screen and (max-width: 400px) {
	nav {
	margin: auto;
	}
	
}
nav .copy {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-right: 1em;
  color: #4a4a4a;
  font-size: 0.875rem;
  vertical-align: middle;
}
nav a {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  padding: 10px 0;
  line-height: 1.1em;
  font-weight: var(--font-weight-bold);
}
nav ul {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 1.5em;
  vertical-align: middle;
}
nav ul li {
  display: inline-block;
}
nav ul li.back {
  margin-right: 30px;
}
.page {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100vH;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page {
    padding: 0 20px;
  }
}
.page .back {
  display: none;
}
.page .content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.page .content > div {
  max-width: var(--grid-width-small);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .page .content > div {
    padding: 0 20px;
  }
}
.page.visible {
  height: auto;
  min-height: 100vH;
}
.page.visible .back {
  display: inline-block;
}
