/* ***********************************************************
## CSS reset
*********************************************************** */
/* ***********************************************************
## RESET
*********************************************************** */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ******************************************************** */
/* ***********************************************************
## COLORS
*********************************************************** */
/* ***********************************************************
## COLORS
*********************************************************** */
/* set up colors that will be used over and over again, in RGBA, A ommitted so that it can be set as needed but maintain base color */
/* ******************************************************** */
/* ***********************************************************
## FONTS
*********************************************************** */
/* ***********************************************************
## FONTS
*********************************************************** */
html,
body {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: grayscale;
}

/*@font-face {
	font-family: entypo;
	font-style: normal;
	font-weight: normal;
	src: url(http://weloveiconfonts.com/api/fonts/entypo/entypo.eot);
	src: url(http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix) format("eot"), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.woff) format("woff"), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf) format("truetype"), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo) format("svg");
}*/
@font-face {
  font-family: 'Graphik-Light';
  src: url("../.fonts/Graphik-Light/Graphik-Light.eot");
  src: url("../.fonts/Graphik-Light/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("../.fonts/Graphik-Light/Graphik-Light.woff2") format("woff2"), url("../.fonts/Graphik-Light/Graphik-Light.woff") format("woff"), url("../.fonts/Graphik-Light/Graphik-Light.ttf") format("truetype"), url("../.fonts/Graphik-Light/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../.fonts/Graphik-Regular/Graphik-Regular.eot");
  src: url("../.fonts/Graphik-Regular/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../.fonts/Graphik-Regular/Graphik-Regular.woff2") format("woff2"), url("../.fonts/Graphik-Regular/Graphik-Regular.woff") format("woff"), url("../.fonts/Graphik-Regular/Graphik-Regular.ttf") format("truetype"), url("../.fonts/Graphik-Regular/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../.fonts/Graphik-Semibold/Graphik-Semibold.eot");
  src: url("../.fonts/Graphik-Semibold/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../.fonts/Graphik-Semibold/Graphik-Semibold.woff2") format("woff2"), url("../.fonts/Graphik-Semibold/Graphik-Semibold.woff") format("woff"), url("../.fonts/Graphik-Semibold/Graphik-Semibold.ttf") format("truetype"), url("../.fonts/Graphik-Semibold/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik-Bold';
  src: url("../.fonts/Graphik-Bold/Graphik-Bold.eot");
  src: url("../.fonts/Graphik-Bold/Graphik-Bold.eot?#iefix") format("embedded-opentype"), url("../.fonts/Graphik-Bold/Graphik-Bold.woff2") format("woff2"), url("../.fonts/Graphik-Bold/Graphik-Bold.woff") format("woff"), url("../.fonts/Graphik-Bold/Graphik-Bold.ttf") format("truetype"), url("../.fonts/Graphik-Bold/Graphik-Bold.svg#Graphik-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ******************************************************** */
/* ***********************************************************
## FUNCTIONS
*********************************************************** */
.neow3hide {
  display: none;
  visibility: hidden;
  overflow: initial;
}

img.lazy {
  display: block;
}

/* ******************************************************** */
/* ***********************************************************
## PROJECT SPECIFIC STYLES
*********************************************************** */
* {
  font-size: 15px;
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: white;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

body {
  background: white;
}

body::-webkit-scrollbar {
  width: 1.55em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: rgba(211, 211, 211, 0.95);
  outline: 1px solid rgba(236, 2, 139, 0.95);
}

h1, h1 span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: black;
  font-family: "Graphik-Bold";
  text-transform: uppercase;
  font-size: 45px;
}
@media screen and (max-width: 1480px) {
  h1, h1 span {
    font-size: calc(45px + -5 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  h1, h1 span {
    font-size: 40px;
  }
}

h2 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  color: black;
  font-family: "Graphik-Bold";
  font-size: 37px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1480px) {
  h2 {
    font-size: calc(37px + -2 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 35px;
  }
}

h5 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-weight: normal;
  color: black;
  line-height: 1.12;
  font-family: "Graphik-Semibold";
  font-size: 33px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1480px) {
  h5 {
    font-size: calc(33px + -8 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  h5 {
    font-size: 28px;
  }
}

h6 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.33;
  font-weight: normal;
  color: black;
  font-family: "Graphik-Regular";
  text-transform: uppercase;
}

p, a, li {
  font-size: 13px;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  font-family: "Graphik-Light";
  line-height: 1.31;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
}

header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background: white;
  z-index: 100;
}
header > div {
  width: 90%;
  max-width: 2000px;
  margin: 0 auto;
  height: 100px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header > div:before, header > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
header > div > div {
  display: flex;
  position: relative;
  height: 100%;
  padding: 15px 0;
  float: left;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  align-content: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 100px;
  width: 25%;
}
header > div > div:before, header > div > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
header > div > div > a {
  display: table;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-align-items: center;
  align-items: center;
}
header > div > div > a img, header > div > div > a svg {
  height: 100%;
  display: block;
  width: auto;
  max-height: 55px;
}
header > div > nav {
  width: 40%;
  position: relative;
  height: 100%;
  float: right;
}
header > div > nav > ul {
  width: auto;
  list-style: none;
  list-style-type: none;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
header > div > nav > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 2vw;
  cursor: pointer;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
header > div > nav > ul > li > a {
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 12px;
  margin: 30px 0;
  border: solid #ec028b 1.8px;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  color: #ec028b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.31;
  text-transform: uppercase;
  font-family: "Graphik-Bold";
}
header > div > nav > ul > li > a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  color: white;
  background: #ec028b;
}
header > div > nav > ul > li > a.disable {
  pointer-events: none;
}

main {
  margin: 0 0 0 0;
  width: calc(100vw - (100vw - 100%));
  font-size: 13px;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  font-family: "Graphik-Light";
  line-height: 1.31;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
}
main:before, main:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

footer {
  width: calc(100vw - (100vw - 100%));
  height: 60px;
  background: white;
  position: relative;
  margin: 0 auto;
}
footer:before, footer:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
footer > div {
  display: block;
  margin: 25px auto;
  width: 90%;
  max-width: 2000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer > div:before, footer > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
footer > div div {
  flex: 1;
}
footer > div div {
  position: relative;
}
footer > div div:first-child {
  width: 75%;
  min-width: 75%;
}
footer > div div:last-child {
  width: 25%;
  min-width: 25%;
}
footer > div div p {
  display: block;
  width: 100%;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 11px;
  font-family: "Graphik-Regular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.8;
}
footer > div div a, footer > div div span {
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 11px;
  font-family: "Graphik-Regular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.8;
  display: inline-block;
}
footer > div div span {
  vertical-align: top;
  font-size: 10px;
  margin: 0 2px;
  font-family: "Graphik-Semibold";
}
footer > div div:first-child p {
  width: 90%;
}
footer > div div:last-child {
  text-align: right;
}
footer > div div a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer > div div a:hover {
  color: rgba(0, 0, 0, 0.75);
}
footer > div div a.disable {
  cursor: default;
  pointer-events: none;
}
footer > div div #neocredit {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: right;
  text-align: right;
}
footer > div div #neocredit:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

section {
  width: 90%;
  max-width: 2000px;
  display: block;
  position: relative;
  background: white;
  margin: 0 auto;
}
section:before, section:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
section.neo__hero {
  height: auto;
}
section.neo__hero figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}
section.neo__hero figure:before, section.neo__hero figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
section.neo__hero figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
section.neo__hero figure img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  width: 100%;
}
section.neo__hero figure span.overlay {
  height: 50%;
  top: 50%;
  background-image: linear-gradient(to bottom, transparent 46%, rgba(0, 0, 0, 0.66));
}
section.under__construction {
  width: 100vw;
  height: 100vh;
  padding: 5vw 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.neo__contact > div {
  display: block;
  margin: 0 auto calc(1vw + 5px);
  width: 100%;
  padding-top: calc(1vw + 20px);
  border-top: solid rgba(0, 0, 0, 0.8) 0.8px;
}
.neo__contact > div:before, .neo__contact > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__contact > div > div {
  width: 70%;
  margin: 0 0% 0% 0;
  padding: 0;
  float: left;
}
.neo__contact > div > div:nth-child(1) {
  width: 15%;
}
.neo__contact > div > div:nth-child(3n+3) {
  width: 15%;
  margin: 0 0 0% 0;
}
@media only screen and (max-width: 960px) {
  .neo__contact > div > div {
    width: 100%;
    margin: 0 4% 4% 0;
  }
  .neo__contact > div > div:nth-child(3n+3) {
    margin: 0 4% 4% 0;
  }
  .neo__contact > div > div:nth-child(2n+2) {
    margin: 0 4% 4% 0;
  }
  .neo__contact > div > div:nth-child(1n+1) {
    margin: 0 0 4% 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .neo__contact > div > div {
    width: 100%;
    margin: 0 5% 5% 0;
  }
  .neo__contact > div > div:nth-child(3n+3) {
    margin: 0 5% 5% 0;
  }
  .neo__contact > div > div:nth-child(2n+2) {
    margin: 0 5% 5% 0;
  }
  .neo__contact > div > div:nth-child(1n+1) {
    margin: 0 0 5% 0;
  }
}
.neo__contact > div > div {
  position: relative;
}
.neo__contact > div > div:last-child {
  text-align: right;
}
.neo__contact > div > div img, .neo__contact > div > div svg {
  display: inline-block;
  width: auto;
}
.neo__contact > div > div a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: table;
}
.neo__contact > div > div a.address {
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 18px;
  font-family: "Graphik-Regular";
  line-height: 1.29;
}
.neo__contact > div > div a.address:hover {
  color: #ec028b;
}
.neo__contact > div > div h4 {
  position: absolute;
  top: 0;
  left: -100px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.31;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Graphik-Regular";
}
.neo__contact > div > div ul {
  list-style: none;
  list-style-type: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.neo__contact > div > div ul:before, .neo__contact > div > div ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__contact > div > div ul li {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.neo__contact > div > div ul li:before, .neo__contact > div > div ul li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__contact > div > div ul li {
  margin-left: 8vw;
}
.neo__contact > div > div ul li:first-child {
  margin-left: 0;
}
.neo__contact > div > div ul li h6 {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 5px 0;
  white-space: nowrap;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: "Graphik-Regular";
  line-height: 1.33;
  text-transform: uppercase;
}
.neo__contact > div > div ul li p {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 3px 0;
  white-space: nowrap;
  font-family: "Graphik-Regular";
}
.neo__contact > div > div ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 13px;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Graphik-Regular";
  letter-spacing: normal;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.8;
  white-space: nowrap;
}
.neo__contact > div > div ul li a:hover {
  color: #ec028b;
}

.neo_stats > div {
  display: block;
  margin: calc(2vw + 40px) auto;
  width: 100%;
}
.neo_stats > div:before, .neo_stats > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo_stats > div > ul {
  list-style: none;
  list-style-type: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.neo_stats > div > ul:before, .neo_stats > div > ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo_stats > div > ul > li {
  width: 16.66667%;
  margin: 0 0% 0% 0;
  padding: 0;
  float: left;
}
.neo_stats > div > ul > li:nth-child(6n+6) {
  margin: 0 0 0% 0;
}
@media only screen and (max-width: 1280px) {
  .neo_stats > div > ul > li {
    width: 100%;
    margin: 0 2% 2% 0;
  }
  .neo_stats > div > ul > li:nth-child(6n+6) {
    margin: 0 2% 2% 0;
  }
  .neo_stats > div > ul > li:nth-child(2n+2) {
    margin: 0 2% 2% 0;
  }
  .neo_stats > div > ul > li:nth-child(1n+1) {
    margin: 0 0 2% 0;
  }
}
@media only screen and (max-width: 640px) {
  .neo_stats > div > ul > li {
    width: 100%;
    margin: 0 5% 5% 0;
  }
  .neo_stats > div > ul > li:nth-child(6n+6) {
    margin: 0 5% 5% 0;
  }
  .neo_stats > div > ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0;
  }
  .neo_stats > div > ul > li:nth-child(1n+1) {
    margin: 0 0 5% 0;
  }
}
.neo_stats > div > ul > li {
  position: relative;
  padding-left: 3vw;
}
.neo_stats > div > ul > li:first-of-type,
.neo_stats > div > ul > li:last-of-type {
  padding-left: 0;
}
.neo_stats > div > ul > li h2, .neo_stats > div > ul > li h5 {
  display: table;
}
.neo_stats > div > ul > li h5 {
  /* margin: auto; */
}
.neo_stats > div > ul > li p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-weight: normal;
  color: black;
  line-height: 1.14;
  font-family: "Graphik-Semibold";
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: table;
  /* margin: auto; */
}
.neo_stats > div > ul > li:last-child h2 {
  float: right;
}

.neo_privacy .neo_back {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.33;
  color: #ec028b;
  font-weight: bold;
  font-family: "Graphik-Bold";
  text-transform: uppercase;
  display: table;
  position: relative;
  margin: 0 0 50px 0;
}
.neo_privacy .neo_back:before {
  width: 20px;
  height: 12px;
  content: "";
  display: inline-block;
  background-image: url("../_ui/grfx-back-arrow.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.neo_privacy .neo_back:before:hover {
  color: black;
}
.neo_privacy > div {
  display: block;
  margin: calc(1vw + 20px) 5% calc(4vw + 20px) 5%;
  width: 70%;
}
.neo_privacy > div:before, .neo_privacy > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo_privacy > div h4 {
  display: block;
  width: 100%;
  margin: 15px 0 0 0;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-family: "Graphik-Bold";
  font-size: 26px;
  line-height: 1.42;
  font-size: 26px;
}
@media screen and (max-width: 1480px) {
  .neo_privacy > div h4 {
    font-size: calc(26px + -2 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  .neo_privacy > div h4 {
    font-size: 24px;
  }
}
.neo_privacy > div h2 {
  display: block;
  margin: 0 0 32px 0;
  text-transform: capitalize;
}
.neo_privacy > div p {
  font-size: 14px;
  margin: 5px 0 20px 0;
}

/* ***********************************************************
## LOAD
*********************************************************** */
/* ***********************************************************
## LOAD SASS LIBRARIES
*********************************************************** */
/* ******************************************************** */
/* ***********************************************************
## LARGE SCREENS
*********************************************************** */
@media screen and (max-width: 1480px) {
  header > div {
    width: 90%;
  }

  section {
    width: 90%;
  }

  footer > div {
    width: 90%;
  }
  footer > div div:first-child {
    width: 70%;
    min-width: 70%;
  }
  footer > div div:last-child {
    width: 30%;
    min-width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  footer > div {
    margin: 40px auto;
  }
  footer > div div:first-child, footer > div div:last-child {
    text-align: center;
    width: 100%;
    min-width: 100%;
  }
  footer > div div:first-child p, footer > div div:last-child p {
    text-align: center;
    width: 100%;
  }
  footer > div div #neocredit {
    float: none;
    text-align: center;
  }
  footer > div div:last-child {
    margin: 15px auto;
  }

  .neo__contact > div > div ul li {
    width: 50%;
    margin-left: 0;
    padding-left: 8vw;
  }

  .neo__contact > div > div ul li:nth-of-type(1) {
    padding-left: 0;
  }

  .neo__contact > div > div ul li:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .neo__contact > div > div ul li:nth-of-type(1n + 2) {
    padding-left: 0;
  }

  .neo_stats > div > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .neo_stats > div > ul > li {
    order: 3;
    width: 25%;
    min-width: 25%;
  }
  .neo_stats > div > ul > li:first-child {
    order: 1;
  }
  .neo_stats > div > ul > li:last-child {
    order: 2;
  }
  .neo_stats > div > ul > li:first-child, .neo_stats > div > ul > li:last-child {
    width: 50%;
    min-width: 50%;
  }
  .neo_stats > div > ul > li:first-child h2, .neo_stats > div > ul > li:last-child h2 {
    margin: 0 auto 25px;
    float: none;
  }
}
@media screen and (max-width: 1080px) {
  header > div {
    width: 94%;
  }

  header > div > nav {
    width: 60%;
  }

  section {
    width: 94%;
  }
}
/* ******************************************************** */
/* ***********************************************************
## MEDIUM SCREENS
*********************************************************** */
@media screen and (max-width: 960px) {
  h2 {
    font-size: 36px;
  }

  h6 {
    font-size: 33px;
  }

  header > div > nav > ul > li > a {
    margin: 33px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  header > div > nav > ul > li > a {
    font-size: calc(14px + -2 * (100vw - 960px) / -500);
  }
}
@media screen and (max-width: 960px) and (max-width: 460px) {
  header > div > nav > ul > li > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .neo_stats > div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .neo__contact > div {
    padding: calc(1vw + 20px) 5% 0;
  }

  .neo__contact > div > div a.address br {
    display: none;
  }
  .neo__contact > div > div h4 {
    margin: 0 0 10px 0;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
  }
  .neo__contact > div > div:last-child {
    text-align: left;
  }
  .neo__contact > div > div ul li:last-child {
    padding: 0 0 0 0;
  }

  .neo_privacy > div {
    width: 80%;
  }
}
@media screen and (max-width: 720px) {
  h2 {
    font-size: 37px;
  }

  h6 {
    font-size: 34px;
  }

  header > div > div {
    width: 100%;
    text-align: center;
  }
  header > div > div > a {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header > div > nav {
    width: 100%;
    text-align: center;
    height: 75px;
  }
  header > div > nav > ul {
    width: 100%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header > div > nav > ul > li > a {
    margin: 0 0 10px 0;
    padding: 12px 25px;
  }

  footer > div div:first-child p, footer > div div:last-child p {
    text-align: left;
  }
  footer > div div:first-child #neocredit, footer > div div:last-child #neocredit {
    margin: 15px 0;
    text-align: left;
  }

  .neo_stats > div > ul > li {
    width: 100%;
  }
  .neo_stats > div > ul > li:last-child {
    order: 6;
  }
  .neo_stats > div > ul > li:first-child, .neo_stats > div > ul > li:last-child {
    width: 100%;
  }
  .neo_stats > div > ul > li:first-child h2, .neo_stats > div > ul > li:last-child h2 {
    margin: calc(1vw + 10px) auto;
  }
  .neo_stats > div > ul > li h2, .neo_stats > div > ul > li h5, .neo_stats > div > ul > li p {
    text-align: center;
    margin: calc(1vw + 10px) auto;
  }
  .neo_stats > div > ul > li:first-child {
    padding: calc(5% + 0px) 0 0 0;
  }
  .neo__contact > div > div ul li {
    width: 100%;
    margin-top: 30px;
  }
  .neo__contact > div > div ul li:first-child, .neo__contact > div > div ul li:last-child {
    width: 100%;
  }
  .neo__contact > div > div ul li:first-child {
    margin-top: 0;
  }
}
/* ******************************************************** */
/* ***********************************************************
## SMALL SCREENS
*********************************************************** */
/* Landscape */
/* ******************************************************** */
