/* ***********************************************************
## CSS reset
*********************************************************** */
/* ***********************************************************
## RESET
*********************************************************** */
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Shantell+Sans:wght@500&display=swap");
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");
}*/
/* ===== Load Fonts ===== */
/* ******************************************************** */
/* ***********************************************************
## FUNCTIONS
*********************************************************** */
/* The font will be at the preferred size on 1000 pixel wide viewports by default. */
.neo_social > li > a {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.neo_social {
  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: center;
  -webkit-justify-content: center;
}

header > div._header, footer > div > div, .neo__overview > div,
.neo__grid > div, .e_bullets {
  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;
}

.e_nav > nav > ul, .neo_subnav 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: end;
  -webkit-justify-content: end;
}

.e_bullets > li {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
}

.e__menu, .neo__overview > div > aside > div,
.neo__grid > div > aside > div, .neo__hero > div .neo_caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  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%);
}
.e__menu:before, .neo__overview > div > aside > div:before,
.neo__grid > div > aside > div:before, .neo__hero > div .neo_caption:before, .e__menu:after, .neo__overview > div > aside > div:after,
.neo__grid > div > aside > div:after, .neo__hero > div .neo_caption:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.neo_btn, .neo_btn svg path, .neo_btn img path, .e_logo > a, .neo_subnav ul li:after, .neo__overview > div > article figure,
.neo__grid > div > article figure {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.e__menu, .e__menu.sticky {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

canvas.webgl, .scroll__stage, .scroll__stage.js-mobile, .scroll__content {
  top: 0;
  left: 0;
  width: 100%;
}

canvas.webgl, .scroll__stage {
  position: fixed;
}

.scroll__stage.js-mobile, .scroll__content {
  position: absolute;
}

.neow3hide {
  display: none;
  visibility: hidden;
  overflow: initial;
}

img.lazy {
  display: block;
}

.e_logo > a.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.e_logo > a.hide {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -ms-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

hgroup small {
  position: relative;
}
hgroup small:before {
  z-index: 0;
  content: "";
  pointer-events: none;
}

hgroup small:before {
  background: #daffe5;
  height: 1px;
  width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.neo_subnav ul li:after, footer > div > div._top > div:nth-of-type(2) a:after, footer > div > div._top > div:nth-of-type(3) a:after {
  background: #0049b7;
  height: 1px;
  width: 65px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

footer > div > div._bottom > div {
  width: 50%;
  min-width: 50%;
}

.neo__hero > div figure span, .neo_slideshow .overlay {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.neo_subnav ul {
  width: 88%;
  max-width: 2080px;
  margin: auto;
}

.neo__overview._accordion > div > aside > div,
.neo__grid._accordion > div > aside > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.neo__overview._accordion > div > aside > div,
.neo__grid._accordion > div > aside > div {
  width: 85%;
  top: calc(1vw + 10px);
  margin: auto;
}

.neo__overview img._watermark,
.neo__grid img._watermark {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.neo__grid > div._testi .neo_quotes .neo_quotes_i p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-family: "ivymode";
  font-weight: 400;
  font-size: 30px;
  color: #0049b7;
  min-height: 200px;
}
.neo__grid > div._testi .neo_quotes .neo_quotes_i strong {
  margin: calc(1vw + 20px) 0;
  display: block;
}

* {
  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;
}
*:before, *:after {
  -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: #e9e9e9;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
html.disable__scroll {
  overflow-y: hidden;
}

body::-webkit-scrollbar {
  width: 12px;
  background: black;
}

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

body::-webkit-scrollbar-thumb {
  background: 255, 255, 255;
  outline: 1px solid 255, 255, 255;
}

svg:focus {
  outline: none !important;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #444a54;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;
}

a {
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
a:focus, a:hover {
  color: #daffe5;
  outline: none;
}
a em {
  display: block;
  width: 100%;
}

h1, .h1, h2, h3, h5, strong {
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-family: "Shantell Sans";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}

h1, .h1, h2, h3, h4, h5, h6, p, a, li, span {
  position: relative;
  z-index: 100;
  -webkit-transition: font-size 0.45s ease-in-out;
  -moz-transition: font-size 0.45s ease-in-out;
  -ms-transition: font-size 0.45s ease-in-out;
  -o-transition: font-size 0.45s ease-in-out;
  transition: font-size 0.45s ease-in-out;
}

h1, .h1 {
  color: black;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 1480px) {
  h1, .h1 {
    font-size: calc(36px + -10 * (100vw - 1480px) / -1120);
  }
}
@media screen and (max-width: 360px) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2 {
  color: black;
  font-weight: 300;
  letter-spacing: -1.5px;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 1480px) {
  h2 {
    font-size: calc(30px + -8 * (100vw - 1480px) / -1120);
  }
}
@media screen and (max-width: 360px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  line-height: 1.65;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 1480px) {
  h3 {
    font-size: calc(30px + -4 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Roboto";
  font-size: 22px;
}
@media screen and (max-width: 1480px) {
  h4 {
    font-size: calc(22px + -6 * (100vw - 1480px) / -1120);
  }
}
@media screen and (max-width: 360px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 22px;
  line-height: 1.3;
  color: #171819;
}
h5.colored {
  color: #a75248;
}

h6 {
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Roboto";
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  color: #0049b7;
}

.white {
  color: white;
}

strong {
  font-size: 20px;
  color: rgba(68, 74, 84, 0.45);
  font-size: 20px;
}
@media screen and (max-width: 1480px) {
  strong {
    font-size: calc(20px + -5 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  strong {
    font-size: 15px;
  }
}

strong span {
  margin: 0 0 0 5px;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Roboto";
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
}

p, a, li, span, .neo_btn > span {
  font-size: 18px;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Roboto";
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 17px;
  object-fit: contain;
}
@media screen and (max-width: 1480px) {
  p, a, li, span, .neo_btn > span {
    font-size: calc(17px + -3 * (100vw - 1480px) / -1120);
  }
}
@media screen and (max-width: 360px) {
  p, a, li, span, .neo_btn > span {
    font-size: 14px;
  }
}

ul {
  list-style: none;
  list-style-type: none;
}

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

section {
  width: 100%;
  background: #daffe5;
}

section, div, article, ul, aside {
  -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: block;
  position: relative;
}
section:before, section:after, div:before, div:after, article:before, article:after, ul:before, ul:after, aside:before, aside:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: auto;
}

figure {
  position: relative;
}

.neo_btn {
  border: solid #daffe5 1px;
  position: relative;
  padding: 0px 50px 0px 25px;
  overflow: hidden;
  background: white;
  display: table;
  height: 45px;
  text-align: center;
  white-space: nowrap;
}
.neo_btn > span {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  font-weight: 700;
  color: #0049b7;
  line-height: 45px;
  display: inline-block;
  top: -2px;
  z-index: 10;
}
.neo_btn:before, .neo_btn:after {
  position: absolute;
  content: "";
  -webkit-transition: background-image 0.35s ease-in-out, width 0.35s ease-in;
  -moz-transition: background-image 0.35s ease-in-out, width 0.35s ease-in;
  -ms-transition: background-image 0.35s ease-in-out, width 0.35s ease-in;
  -o-transition: background-image 0.35s ease-in-out, width 0.35s ease-in;
  transition: background-image 0.35s ease-in-out, width 0.35s ease-in;
}
.neo_btn:before {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.neo_btn svg, .neo_btn img {
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -ms-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.neo_btn:hover:before, .neo_btn:focus:before, .neo_btn.active:before {
  width: 100%;
  background: #0049b7;
}
.neo_btn:hover svg, .neo_btn:focus svg, .neo_btn.active svg {
  right: 10px;
}
.neo_btn:hover svg path, .neo_btn:focus svg path, .neo_btn.active svg path {
  fill: white;
}
.neo_btn:hover span, .neo_btn:focus span, .neo_btn.active span {
  color: white;
}
.neo_btn._dark {
  background: #0049b7;
  border-color: white;
}
.neo_btn._dark svg path {
  fill: white;
}
.neo_btn._dark span {
  color: white;
}
.neo_btn._dark:hover:before, .neo_btn._dark:focus:before, .neo_btn._dark.active:before {
  width: 100%;
  background: white;
}
.neo_btn._dark:hover svg, .neo_btn._dark:focus svg, .neo_btn._dark.active svg {
  right: 10px;
}
.neo_btn._dark:hover svg path, .neo_btn._dark:focus svg path, .neo_btn._dark.active svg path {
  fill: #0049b7;
}
.neo_btn._dark:hover span, .neo_btn._dark:focus span, .neo_btn._dark.active span {
  color: #0049b7;
}

.e_logo {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px 0 0px 0;
  max-height: 236px;
  height: calc(118px - 0px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.e_logo:before, .e_logo:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.e_logo > a {
  display: block;
  height: 100%;
  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%);
}
.e_logo > a > img, .e_logo > a > svg {
  height: 100%;
  display: block;
  width: auto;
  padding: 0 0 0 0;
}

hgroup {
  margin-top: calc(1vw + 20px);
  display: table;
}
hgroup small {
  margin-top: 25px;
  display: block;
}

/* ******************************************************** */
/* ***********************************************************
## LOAD
*********************************************************** */
/* ***********************************************************
## LOAD SASS LIBRARIES
*********************************************************** */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neo__map {
    display: none;
  }
}
.neovscroll {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.neovscroll.scrolled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.scrolled.ani-fade {
  -webkit-animation: animate-fade-in 1s ease-in-out both;
  -moz-animation: animate-fade-in 1s ease-in-out both;
  -ms-animation: animate-fade-in 1s ease-in-out both;
  -o-animation: animate-fade-in 1s ease-in-out both;
  animation: animate-fade-in 1s ease-in-out both;
}

.scrolled.ani-left {
  -webkit-animation: animate-in-left 1s ease-in-out both;
  -moz-animation: animate-in-left 1s ease-in-out both;
  -ms-animation: animate-in-left 1s ease-in-out both;
  -o-animation: animate-in-left 1s ease-in-out both;
  animation: animate-in-left 1s ease-in-out both;
}

.scrolled.ani-right {
  -webkit-animation: animate-in-right 1s ease-in-out both;
  -moz-animation: animate-in-right 1s ease-in-out both;
  -ms-animation: animate-in-right 1s ease-in-out both;
  -o-animation: animate-in-right 1s ease-in-out both;
  animation: animate-in-right 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

@keyframes animate-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes animate-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes animate-fade-in {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay900 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay1100 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay1200 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay1300 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay1400 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay1600 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay1700 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay1800 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay1900 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.a_fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.a_fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.a_fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.a_fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.a_fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

header {
  height: 80px;
  width: 100%;
  background: rgba(23, 24, 25, 0.01);
  z-index: 1000;
  overflow: hidden;
  position: relative;
}
header > div {
  width: 88%;
  max-width: 2080px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
header > div._banner {
  background: #0049b7;
  height: 0px;
  overflow: hidden;
  width: 100%;
}
header > div._banner > div {
  width: calc(94% + 0%);
  max-width: 2080px;
  margin: auto;
  height: 100%;
  padding: 0 0 0 0;
}
header > div._banner > div p {
  display: inline-block;
  width: 70%;
  overflow: hidden;
}
header > div._banner > div p, header > div._banner > div a {
  line-height: calc(0px);
  font-size: 15px;
  color: white;
  font-weight: 400;
}
header > div._banner > div ul {
  width: 30%;
  display: inline-block;
  float: right;
  text-align: right;
}
header > div._banner > div ul li {
  display: inline-block;
  margin: 0 0 0 calc(1vw + 10px);
}
header > div._banner > div ul li a {
  display: inline-block;
}
header > div._banner > div ul li a:hover {
  color: #a75248;
}
header > div._header {
  height: calc(80px - 0px);
}
header > div._header > div {
  overflow: hidden;
  height: 100%;
}
header > div._header > div.e_logo {
  width: 20%;
  max-height: 80px;
  min-width: 250px;
  text-align: center;
}
header > div._header > div.e_logo > a {
  height: 60px;
  text-decoration: none;
  margin: auto;
  display: table;
  width: 100%;
}
header > div._header > div.e_logo > a strong {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-weight: 600;
  font-family: "Shantell Sans";
  line-height: 2;
  color: black;
  font-size: 28px;
  white-space: nowrap;
}
@media screen and (max-width: 1480px) {
  header > div._header > div.e_logo > a strong {
    font-size: calc(28px + -8 * (100vw - 1480px) / -1120);
  }
}
@media screen and (max-width: 360px) {
  header > div._header > div.e_logo > a strong {
    font-size: 20px;
  }
}
header > div._header > div.e_logo > a:hover, header > div._header > div.e_logo > a:focus {
  background: none;
  border: none;
}

.e_nav {
  width: 80%;
}
.e_nav > nav {
  width: 100%;
  padding: 0 0 0 0;
  height: 100%;
  top: 0;
  position: relative;
  text-align: center;
}
.e_nav > nav > ul {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
}
.e_nav > nav > ul > li {
  padding: 0 2%;
  height: 100%;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.e_nav > nav > ul > li a {
  width: 100%;
  display: inline-block;
  height: auto;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.e_nav > nav > ul > li a:hover {
  color: #fb471f;
}
.e_nav > nav > ul > li.disable a {
  pointer-events: none;
  color: #444a54;
}

@keyframes menuE {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 20%;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0;
  }
}
.current-menu-item {
  pointer-events: none;
}

.neo_subnav {
  background: white;
  height: 50px;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 2px 1px #e9e9e9;
  -moz-box-shadow: 0 2px 1px #e9e9e9;
  box-shadow: 0 2px 1px #e9e9e9;
}
.neo_subnav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.neo_subnav ul li {
  margin: 0 calc(10px + 1vw);
  height: 100%;
}
.neo_subnav ul li:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 100%;
  height: 2px;
  top: calc(50px - 2px);
}
.neo_subnav ul li.current-menu-item a, .neo_subnav ul li:active a, .neo_subnav ul li:focus a, .neo_subnav ul li:hover a {
  color: #0049b7;
}
.neo_subnav ul li.current-menu-item:after, .neo_subnav ul li:active:after, .neo_subnav ul li:focus:after, .neo_subnav ul li:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.neo_subnav ul li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
}

.e__menu {
  flex: 0 0 auto;
  cursor: pointer;
}
.e__menu > div {
  position: relative;
}
.e__menu > div._front span {
  display: block;
  width: 15px;
  height: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  float: right;
}
.e__menu > div._front span:last-child {
  margin: 0;
}
.e__menu > div._front span:before, .e__menu > div._front span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #87c3ff;
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: transform ease 300ms;
  -moz-transition: transform ease 300ms;
  -ms-transition: transform ease 300ms;
  -o-transition: transform ease 300ms;
  transition: transform ease 300ms;
}
.e__menu > div._front span:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.e__menu > div._front span:nth-child(2) {
  width: calc(15px*2);
}
.e__menu > div._front span:nth-child(2):before, .e__menu > div._front span:nth-child(2):after {
  transition-delay: 75ms;
}
.e__menu > div._front span:last-child {
  float: left;
  width: calc(15px+5px);
}
.e__menu > div._front span:last-child:before, .e__menu > div._front span:last-child:after {
  transition-delay: 150ms;
}
.e__menu > div._back {
  top: -15px;
}
.e__menu > div._back span {
  display: block;
  width: calc(15px*2);
  height: 3px;
  background: white;
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms;
}
.e__menu > div._back span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0);
}
.e__menu:hover > div._front span:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.e__menu:hover > div._front span:after {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.e__menu.active {
  z-index: 9000;
}
.e__menu.active > div._front span:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.e__menu.active > div._front span:after {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.e__menu.active > div._back span {
  transition-delay: 450ms;
  transform: translateY(50%) rotate(45deg) scaleX(1);
}
.e__menu.active > div._back span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(1);
}

.e__menu {
  z-index: 100;
  height: 30px;
  width: 30px;
}

footer > div > div._top > div:nth-of-type(2) a, footer > div > div._top > div:nth-of-type(3) a {
  font-weight: 600;
  color: white;
  font-size: 16px;
  display: table;
}
footer > div > div._top > div:nth-of-type(2) a:after, footer > div > div._top > div:nth-of-type(3) a:after {
  -webkit-transition: width 0.25s ease-in;
  -moz-transition: width 0.25s ease-in;
  -ms-transition: width 0.25s ease-in;
  -o-transition: width 0.25s ease-in;
  transition: width 0.25s ease-in;
  background: white;
  top: 96%;
  width: 0px;
}
footer > div > div._top > div:nth-of-type(2) a:hover:after, footer > div > div._top > div:nth-of-type(3) a:hover:after {
  width: 100%;
}

footer {
  background: #daffe5;
  min-height: 200px;
  height: auto;
  position: relative;
  z-index: 10;
}
footer > div {
  width: calc(94% - 6%);
  max-width: 2080px;
  margin: auto;
  padding: 10px 0;
}
footer > div > div {
  width: 100%;
}
footer > div > div._top {
  padding: 30px 0;
}
footer > div > div._top > div {
  flex: 1;
  width: 25%;
  min-width: 25%;
}
footer > div > div._top > div:nth-of-type(2) a._address {
  font-weight: 300;
  margin-bottom: 20px;
}
footer > div > div._top > div:nth-of-type(3) li {
  margin-bottom: 10px;
  padding-left: 25%;
}
footer > div > div._top > div:nth-of-type(4) {
  text-align: right;
}
footer > div > div._top > div .neo_btn {
  display: inline-block;
  padding: 0 25px;
}
footer > div > div._top > div .neo_btn:hover:before {
  z-index: 1;
}
footer > div > div._top > div .neo_social {
  margin: 25px 0;
  -webkit-justify-content: end;
  justify-content: end;
}
footer > div > div._top > div .neo_grfx {
  padding-top: 20px;
}
footer > div > div._top > div .neo_grfx li {
  display: inline-block;
  margin-left: calc(0.25vw + 8px);
}
footer > div > div._top > div .neo_grfx img, footer > div > div._top > div .neo_grfx svg {
  max-width: 30px;
}
footer > div > div._bottom {
  padding: 0 0;
}
footer > div > div._bottom > div {
  flex: 1;
  white-space: nowrap;
}
footer > div > div._bottom > div p, footer > div > div._bottom > div ul {
  display: inline-block;
}
footer > div > div._bottom > div p, footer > div > div._bottom > div span, footer > div > div._bottom > div a {
  font-size: 14px;
  color: white;
}
footer > div > div._bottom > div:last-child {
  text-align: right;
}
@media screen and (max-width: 960px) {
  footer > div > div._bottom > div {
    white-space: initial;
  }
}
footer > div > div._bottom > div #neocredit {
  top: 6px;
}
footer > div > div._bottom > div ul {
  margin: 0 10px;
}
footer > div > div._bottom > div ul li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
footer > div > div._bottom > div ul li a:hover {
  color: black;
}

.neo_social {
  width: 100%;
  display: block;
  margin: 0 0;
}
.neo_social > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 calc(0.4vw + 5px);
  padding: 0;
}
.neo_social > li > a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.neo_social > li > a:hover {
  -webkit-opacity: 0.55;
  -moz-opacity: 0.55;
  -ms-opacity: 0.55;
  -o-opacity: 0.55;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.neo_social > li > a img, .neo_social > li > a svg {
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
}

/* ***********************************************************
## GRID
*********************************************************** */
figcaption {
  display: block;
  margin: 0 0;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Roboto";
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.2;
  font-size: 16px;
}
figcaption strong {
  margin-right: 5px;
}

.neo__overview,
.neo__grid {
  background: white;
}
.neo__overview > div,
.neo__grid > div {
  width: 94%;
  max-width: 2080px;
  margin: 0 auto;
  background: white;
  padding: calc(2vw + 30px) 0;
}
.neo__overview > div:before, .neo__overview > div:after,
.neo__grid > div:before,
.neo__grid > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__overview > div > article, .neo__overview > div aside,
.neo__grid > div > article,
.neo__grid > div aside {
  flex: 1;
  position: relative;
}
.neo__overview > div > article,
.neo__grid > div > article {
  width: 38%;
  min-width: 38%;
  position: relative;
}
.neo__overview > div > article figure,
.neo__grid > div > article figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  height: 100%;
}
.neo__overview > div > article figure:before, .neo__overview > div > article figure:after,
.neo__grid > div > article figure:before,
.neo__grid > div > article figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__overview > div > article figure span,
.neo__grid > div > article figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.neo__overview > div > article figure img,
.neo__grid > div > article 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%;
}
.neo__overview > div > aside,
.neo__grid > div > aside {
  width: 62%;
  min-width: 62%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0;
}
.neo__overview > div > aside > div,
.neo__grid > div > aside > div {
  width: 85%;
  z-index: 10;
}
.neo__overview > div .neo_content,
.neo__grid > div .neo_content {
  width: 90%;
  padding: calc(1vw + 20px) 0;
}
.neo__overview > div article figure span,
.neo__grid > div article figure span {
  background: rgba(0, 0, 0, 0.12);
}
.neo__overview > div article figure figcaption,
.neo__grid > div article figure figcaption {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.neo__grid > div._testi .neo_quotes {
  width: 85%;
  margin: auto;
}
.neo__grid > div._testi .neo_quotes .neo_quotes_i p, .neo__grid > div._testi .neo_quotes .neo_quotes_i strong, .neo__grid > div._testi .neo_quotes .neo_quotes_i span {
  color: white;
}

/* ******************************************************** */
/* ***********************************************************
## PROJECT SPECIFIC STYLES
*********************************************************** */
/* ***********************************************************
## HERO LAYOUT
*********************************************************** */
.neo__hero {
  overflow: hidden;
  max-height: 760px;
}
.neo__hero > div {
  width: 100%;
  max-width: 2080px;
  margin: auto;
}
.neo__hero > div figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.neo__hero > div figure:before, .neo__hero > div figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__hero > div figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.neo__hero > div 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%;
}
.neo__hero > div .neo_caption {
  width: 94%;
  z-index: 10;
  max-width: 2080px;
  text-align: center;
}

.neo_slideshow {
  z-index: 1;
  height: 75vh;
  max-height: 760px;
  min-height: 560px;
}
.neo_slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.neo_slideshow img {
  -webkit-transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}
.neo_slideshow .item.slick-active img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.neo_slideshow * {
  outline: none;
}

.slick-dots {
  bottom: 50px;
  text-align: left;
  padding: 0 50px;
}
.slick-dots li {
  margin: 0;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  -ms-opacity: 0.65;
  -o-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.slick-dots li.slick-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick-dots li button {
  background: white;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:before {
  color: white;
}

.slick-dotted.slick-slider {
  margin: 0;
}

/* ***********************************************************
## OVERVIEW LAYOUT
*********************************************************** */
body {
  overscroll-behavior: none;
  height: 100vh;
}
body::-webkit-scrollbar {
  display: none;
}

.e_bullets {
  padding: calc(2vw + 20px) 0;
}
.e_bullets > li {
  text-align: center;
}
.e_bullets > li p {
  margin: calc(1vw + 10px) auto;
  max-width: 80%;
}
@media screen and (max-width: 1280px) {
  .e_bullets > li p {
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .e_bullets > li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: calc(2vw + 10px) auto;
  }
}

.e_title {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  min-width: 80%;
  min-height: calc(300px + 10vh);
}
.e_title.e_offer {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .e_title.e_offer {
    width: 90%;
  }
}
.e_title.e_offer h2, .e_title.e_offer p {
  text-align: left;
  margin: 10px 0;
}
.e_title.e_offer p {
  color: #171819;
}
.e_title.e_offer .e_bullets {
  padding: calc(1vh + 5px) 0;
}
.e_title.e_offer .e_bullets > li {
  width: 100%;
  min-width: 100%;
  text-align: left;
  margin: calc(1vh + 5px) 0;
}
.e_title.e_offer .e_bullets > li p {
  max-width: 100%;
  margin: 5px 0;
}
.e_title.e_projects > p {
  max-width: 70%;
  margin: calc(1vw + 10px) auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .e_title.e_projects > p {
    max-width: 90%;
  }
}
.e_title.e_projects img {
  margin: calc(1vh + 5px) auto;
  max-width: 300px;
  width: 70%;
  pointer-events: none;
  -webkit-box-shadow: 0 5px 10px rgba(23, 24, 25, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(23, 24, 25, 0.25);
  box-shadow: 0 5px 10px rgba(23, 24, 25, 0.25);
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.e_title.e_projects a {
  font-weight: 500;
  text-transform: uppercase;
  color: #fb471f;
  line-height: 1.2;
  display: inline-block;
  margin: calc(0.5vw + 5px);
  cursor: pointer;
}
.e_title.e_projects a:hover, .e_title.e_projects a:focus, .e_title.e_projects a:active {
  text-decoration: underline;
  color: #171819;
}
.e_title.e_contact h5 {
  text-align: center;
  margin: calc(1vw + 10px) auto;
}
.e_title.e_contact li {
  text-align: center;
}
.e_title.e_contact li a {
  margin: 0 20px;
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Roboto";
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: rgba(23, 24, 25, 0.85);
}

canvas.webgl {
  pointer-events: none;
  mix-blend-mode: screen;
}

.scroll__stage {
  height: 100vh;
}
.scroll__stage.js-mobile {
  height: auto;
}
.scroll__stage.js-mobile .scroll__content {
  position: relative;
}
.scroll__content {
  will-change: transform;
}

.section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
}

@media (max-width: 64em) {
  .section {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 10vh 2rem;
  }

  .section:first-of-type {
    gap: 0;
  }
}
.section:not(:first-of-type) .e_title {
  padding-bottom: calc(min(9vw, 6rem));
}

.section:nth-child(2n) {
  background: #5fd3d3;
  flex-direction: row-reverse;
}

.section:nth-child(2n) .e_title {
  text-align: right;
}

@media (max-width: 64em) {
  .section:nth-child(2n) {
    flex-direction: column;
  }

  .section:nth-child(2n) .e_copy {
    align-self: flex-start;
  }
}
@media (max-width: 64em) {
  .e_title {
    width: 100%;
  }
}
.e_text {
  padding-left: 0.1ch;
  margin: calc(1vw + 10px) 0;
}

.section__title-arrow {
  font-size: min(9vw, 6rem);
  color: #0101ec;
  margin-top: 1ch;
  line-height: 1;
}

.section__title-arrow span {
  display: inline-block;
  transform: rotate(90deg);
}

.e_copy {
  align-self: flex-end;
}

.section__button {
  display: inline-block;
  margin: 5ch 0;
  padding: 2ch 5ch;
  border: 2px solid;
  border-radius: 50%;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1ch;
  transition: border-color 1s ease;
  cursor: pointer;
}

.section__button:focus,
.section__button:hover {
  border: 2px solid #dd51b1;
}

.layout__line {
  position: fixed;
  top: 0;
  right: 0;
  height: 3px;
  width: 100%;
  z-index: 100;
  background: #fb471f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.layout__faboolea {
  position: fixed;
  bottom: 3rem;
  height: 0.5rem;
  width: 100%;
  text-align: center;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: '';
  position: fixed;
  z-index: 1000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-1);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  border-bottom: 1px dashed var(--color-2);
}

a:hover {
  color: var(--color-link-hover);
  outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
  outline: none;
  background: rgba(218, 255, 229, 0.1);
}

a:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers
   that do support :focus-visible */
  background: transparent;
}

a:focus-visible {
  /* Draw a very noticeable focus style for
   keyboard-focus on browsers that do support
   :focus-visible */
  outline: 2px solid red;
  background: transparent;
}

.e_page {
  width: 100%;
  height: calc(100vh - 13rem);
}

@media screen and (min-width: 53em) {
  .e_page {
    height: 100vh;
  }
}
.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal-bg {
  position: absolute;
  background: #5fd3d3;
  width: 100%;
  height: 100%;
}
.modal-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: calc(2vw + 20px);
  min-width: 50%;
}
.modal-container ul {
  max-width: 720px;
  margin: calc(1vh + 2px) auto;
  list-style: circle;
}
.modal-container ul li {
  text-align: left;
  width: 100%;
  margin: 2px 0;
}
.modal-container ul li a {
  text-decoration: underline;
  color: #171819;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  appearance: none;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Roboto";
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-weight: bold;
  color: #fb471f;
  font-size: 20px;
  cursor: pointer;
  border: 0;
  background: none;
  outline: none;
}
.modal-close:focus {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

form {
  margin: calc(2vw + 20px) auto;
  max-width: 500px;
  width: 100%;
}
form input, form textarea {
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 2px 15px;
  margin: 5px auto;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Roboto";
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  -webkit-box-shadow: 0 5px 10px rgba(23, 24, 25, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(23, 24, 25, 0.25);
  box-shadow: 0 5px 10px rgba(23, 24, 25, 0.25);
  border: solid #e9e9e9 1px;
}
form label {
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Roboto";
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
}
form span {
  font-size: 13px;
}
form textarea {
  height: 200px;
  max-height: 300px;
  max-width: 100%;
  resize: none;
}

:focus {
  border: none;
}

.neo_btn._apple {
  border: none;
  display: table;
  padding: 5px 40px 8px 0px;
}
.neo_btn._apple span {
  color: #a75248;
}

/* need to build a loop to generate all of the css that I will need to track pages and set style for specific page */
/* need to build a loop to generate all of the css that I will need to track pages and set style for specific page */
/* ***********************************************************
## LARGE SCREENS
*********************************************************** */
@media screen and (max-height: 960px) and (min-width: 1480px) {
  .section {
    min-height: calc(100vh + 300px);
  }
}
@media screen and (max-height: 720px) and (min-width: 1480px) {
  header > div .neo_logo > a {
    height: 100%;
  }
  header > div .neo_logo > a > img, header > div .neo_logo > a > svg {
    width: 90%;
  }

  .section {
    min-height: calc(100vh + 400px);
  }
}
@media screen and (max-height: 960px) and (max-width: 1480px) {
  .section {
    min-height: calc(100vh + 300px);
  }
}
@media screen and (max-height: 720px) and (max-width: 1480px) {
  header > div .neo_logo > a {
    height: 100%;
  }
  header > div .neo_logo > a > img, header > div .neo_logo > a > svg {
    width: 90%;
  }

  .section {
    min-height: calc(100vh + 400px);
  }
}
/* ******************************************************** */
/* ***********************************************************
## MEDIUM SCREENS
*********************************************************** */
@media screen and (max-width: 960px) {
  h1, .h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h1, .h1 {
    font-size: calc(26px + -4 * (100vw - 960px) / -600);
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  h1, .h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h2 {
    font-size: calc(22px + -2 * (100vw - 960px) / -600);
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h3 {
    font-size: calc(26px + -6 * (100vw - 960px) / -600);
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  header {
    height: 60px;
  }

  .neo_nav > nav > 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: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .neo_nav > nav > ul > li {
    text-align: right;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 30px;
  }

  .neo__hero figure {
    height: 140vw;
    min-height: 140vw;
  }

  .neo__grid._dark > div,
  .neo__overview > div > div,
  .neo__overview > div .neo_data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 90%;
  }
  .neo__grid._dark > div > aside, .neo__grid._dark > div > article,
  .neo__overview > div > div > aside,
  .neo__overview > div > div > article,
  .neo__overview > div .neo_data > aside,
  .neo__overview > div .neo_data > article {
    width: 100%;
    min-width: 100%;
    padding: calc(1vw + 10px) 0;
  }
  .neo__grid._dark > div > aside > div,
  .neo__overview > div > div > aside > div,
  .neo__overview > div .neo_data > aside > div {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: calc(2vw + 20px) auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .neo__overview > div .neo_data {
    padding: 0 0;
  }

  .neo__overview > div .neo_data > aside {
    padding: calc(40px + 4vw) 0;
  }

  .neo__overview > div > div h1 {
    position: relative;
  }

  .neo__overview > div .neo_amenities > aside div._text {
    max-width: 100%;
    width: 100%;
  }

  .neo__grid._dark > div > aside > div {
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  .neo__hero figure {
    height: 120vw;
    min-height: 120vw;
  }
}
/* ******************************************************** */
/* ***********************************************************
## SMALL SCREENS
*********************************************************** */
@media screen and (max-width: 640px) {
  .neo_nav {
    width: 125px;
  }

  .neo_nav > nav > ul > li a {
    font-size: 13px;
  }

  .neo__grid._dark > div,
  .neo__overview > div > div {
    width: 85%;
  }

  .neo__overview > div .neo_data {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .neo_nav > nav > ul > li a {
    font-size: 12px;
  }
}
/* Landscape */
/* ******************************************************** */
