@charset "UTF-8";
/* Main SCSS NDG QUANTUM 2.0.1 */
/* Normalize */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a:active, a:hover {
  outline-width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* Colors */
/* Fonts */
/* Import modules */
@font-face {
  font-family: 'Chalkboard';
  src: url("../fonts/Chalkboard.eot");
  src: local("☺"), url("../fonts/Chalkboard.woff") format("woff"), url("../fonts/Chalkboard.ttf") format("truetype"), url("../fonts/Chalkboard.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaRoundDemi';
  src: url("../fonts/AFuturaRoundDemi.eot");
  src: url("../fonts/AFuturaRoundDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/AFuturaRoundDemi.woff2") format("woff2"), url("../fonts/AFuturaRoundDemi.woff") format("woff"), url("../fonts/AFuturaRoundDemi.svg#AFuturaRoundDemi") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MrsWhite';
  src: url("../fonts/MrsWhite.eot");
  src: local("☺"), url("../fonts/MrsWhite.woff") format("woff"), url("../fonts/MrsWhite.ttf") format("truetype"), url("../fonts/MrsWhite.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Typographic */
p {
  font-size: 1em;
  margin-bottom: 0.7em; }

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* Placeholder */
/* Android fix 

* {
    -webkit-touch-callout:none;               
    -webkit-text-size-adjust:none;             
    -webkit-tap-highlight-color:rgba(0,0,0,0); 
    -webkit-user-select:none;                  
}

*/
/* Selection */
*::-moz-selection {
  color: #fff;
  background: #72d9d8; }
*::selection {
  color: #fff;
  background: #72d9d8; }

/* NDG Quantum Layout version 2.0.1 */
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.container {
  width: 1200px;
  margin: 0 auto; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.fsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.fsa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.fc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.ais {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aie {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ndg-fpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  /* For IE Shit */
  height: 100vh;
  overflow: hidden; }

.ndg-sidebar-page {
  margin-top: 25px;
  margin-bottom: 25px; }

.ndg-sidebar {
  padding: 10px; }

.ndg-sidebar li {
  list-style: none; }

.ndg-sidebar-page-content {
  padding: 10px;
  width: 74%; }

.ndg-sidebar-page-content h1 {
  margin-bottom: 15px; }

/* TinyMCE DEFAULT */
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Header */
.ndg-header {
  background: url(../imgs/top_wave.png) repeat-x top center;
  -webkit-background-size: 1920px 1920px;
          background-size: 1920px;
  position: relative;
  z-index: 2; }

/* Site logo */
.custom-logo-link img {
  width: 233px;
  height: auto;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.05)); }

.banner {
  background: url(../imgs/dots_bg.jpg);
  margin-top: -110px;
  padding-top: 100px;
  padding-bottom: 145px;
  position: relative; }
  .banner:after {
    width: 100%;
    height: 100px;
    background: url(../imgs/bottom_wave.png) repeat-x bottom center;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; }
  .banner .slogan {
    font-family: "Chalkboard";
    color: #72d9d8;
    background: url(../imgs/slogan_bg_desktop.png) no-repeat center center;
    width: 950px;
    margin: 0 auto;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.05)); }
  .banner img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    left: 50px; }
  .banner h1 {
    font-family: "MrsWhite";
    font-size: 58px;
    text-align: center;
    font-weight: normal;
    color: #5b5b5b;
    line-height: 72px; }
    .banner h1 strong {
      font-weight: normal;
      color: #fff;
      position: relative;
      z-index: 2; }
      .banner h1 strong:before {
        display: block;
        content: '';
        height: 92%;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        background: #72d9d8;
        position: absolute;
        top: 0;
        left: -10px;
        z-index: -1;
        -webkit-border-radius: 5px;
                border-radius: 5px; }

.founders {
  padding-bottom: 100px; }
  .founders img {
    min-width: 679px;
    margin-right: 30px; }
  .founders .welcome-title {
    display: block;
    background: #f9bbca;
    font-family: "MrsWhite";
    color: #fff;
    font-size: 48px;
    width: 150px;
    height: 53px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4px;
    margin-bottom: 40px;
    margin-top: 18px; }
  .founders .welcome-text {
    color: #5b5b5b;
    font-family: "FuturaRoundDemi";
    font-size: 24px;
    line-height: 30px; }
    .founders .welcome-text p {
      margin-bottom: 40px; }

.features {
  background: url(../imgs/gray_wave.jpg) repeat-x center top;
  -webkit-background-size: 1920px 1920px;
          background-size: 1920px;
  padding-top: 130px;
  margin-bottom: 80px; }
  .features h2 {
    font-family: "MrsWhite";
    color: #5b5b5b;
    font-size: 60px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px; }
  .features h3 {
    text-align: center;
    font-family: "FuturaRoundDemi";
    font-size: 30px;
    color: #5b5b5b;
    font-weight: normal; }

.feature-item img {
  position: relative;
  left: -30px; }

.feature-item h4 {
  font-size: 32px;
  font-family: "FuturaRoundDemi";
  color: #5b5b5b;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 10px; }

.feature-item p {
  font-size: 24px;
  font-family: "FuturaRoundDemi";
  color: #5b5b5b;
  line-height: 33px; }

.footer h2 {
  font-family: "MrsWhite";
  color: #5b5b5b;
  font-weight: normal;
  font-size: 57px;
  margin-bottom: 70px;
  text-align: center; }

.footer .btn {
  width: 696px;
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../imgs/btn_desktop.png) no-repeat center center;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  font-family: "MrsWhite";
  font-size: 47px; }
  .footer .btn:hover {
    opacity: .7; }

/* Width */
@media only screen and (max-width: 1220px) {
  .container {
    width: 1000px; }
  .banner {
    padding-top: 125px; }
  .banner img {
    left: 0;
    max-width: 100%;
    height: auto; }
  .banner h1 strong:last-child {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
  .founders img {
    width: 450px;
    height: auto;
    min-width: 450px; }
  .founders .flex-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .founders .welcome-text {
    font-size: 20px;
    line-height: 22px; }
  .founders .welcome-title {
    margin-bottom: 20px; }
  .features h2 {
    font-size: 50px; }
  .features h3 {
    font-size: 25px; }
  .feature-item h4 {
    font-size: 27px; }
  .feature-item p {
    font-size: 20px;
    line-height: 27px; }
  .footer h2 {
    font-size: 51px; } }

@media only screen and (max-width: 1024px) {
  .container {
    width: 840px; }
  .banner .slogan {
    background: url(../imgs/slogan_bg_mobile.png);
    width: 535px;
    height: 152px;
    text-align: center; }
  .banner h1 {
    font-size: 48px; }
  .founders .welcome-text p {
    margin-bottom: 25px; }
  .founders .welcome-title {
    font-size: 43px;
    width: 132px;
    height: 46px; }
  .feature-item img {
    left: 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }
  .feature-item p {
    font-size: 18px; } }

@media only screen and (max-width: 840px) {
  .container {
    width: 768px; }
  .founders img {
    width: 390px;
    height: auto;
    min-width: 390px; }
  .founders .welcome-text {
    font-size: 18px;
    line-height: 19px; }
  .founders .welcome-text p {
    margin-bottom: 20px; }
  .features h2 {
    font-size: 42px;
    margin-bottom: 18px; }
  .feature-item h4 {
    font-size: 25px; }
  .feature-item {
    margin-bottom: -50px; }
  .footer h2 {
    font-size: 41px; }
  .footer .btn {
    width: 398px;
    height: 138px;
    background: url(../imgs/btn_mobile.png) no-repeat center center;
    font-size: 41px;
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .container {
    width: 480px; }
  .ndg-site-logo {
    text-align: center; }
  .banner .slogan {
    background: url(../imgs/slogan_bg_mobile.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 480px;
    height: 137px;
    font-size: 34px; }
  .banner h1 {
    font-size: 36px;
    line-height: 45px; }
  .founders .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .founders .flex-row img {
      margin-right: 0;
      margin-bottom: 30px;
      width: 100%; }
  .founders .welcome-title {
    margin-left: auto;
    margin-right: auto; }
  .welcome-text {
    text-align: center; }
  .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .feature-item h4 {
    text-align: center;
    margin-top: -20px; }
  .feature-item p {
    text-align: center;
    margin-bottom: 20px; }
  .footer .btn {
    width: 289px;
    height: 100px;
    background: url(../imgs/btn_mobile.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    font-size: 29px; } }

@media only screen and (max-width: 500px) {
  .container {
    width: 420px; }
  .custom-logo-link img {
    width: 180px; }
  .banner .slogan {
    background: url(../imgs/slogan_bg_mobile.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 420px;
    height: 116px;
    font-size: 29px; }
  .banner h1 {
    font-size: 33px; }
  .banner h1 strong:before {
    width: -webkit-calc(100% + 16px);
    width: calc(100% + 16px); } }

@media only screen and (max-width: 440px) {
  .container {
    width: 350px; }
  .banner .slogan {
    -webkit-background-size: cover;
            background-size: cover;
    width: 300px;
    height: 84px;
    font-size: 23px; }
  .banner h1 {
    font-size: 28px;
    line-height: 35px; }
  .features h2 {
    font-size: 39px; }
  .features h3 {
    font-size: 21px;
    margin-bottom: -20px; }
  .feature-item p {
    font-size: 17px; }
  .founders {
    padding-bottom: 40px; }
  .footer h2 {
    font-size: 38px;
    margin-top: 20px; } }

@media only screen and (max-width: 380px) {
  .container {
    width: 310px; }
  .banner h1 {
    font-size: 24px;
    line-height: 31px; }
  .banner .slogan {
    font-size: 21px; }
  .banner img {
    margin-top: 20px; }
  .founders img {
    min-width: 310px; }
  .features h2 {
    font-size: 36px; } }
