/* ***********************************************************
## CSS reset
*********************************************************** */
/* ***********************************************************
## RESET
*********************************************************** */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&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: "Inter", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Inter";
  src: url("../.fonts/Inter-Regular/Inter-Regular.eot");
  src: url("../.fonts/Inter-Regular/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../.fonts/Inter-Regular/Inter-Regular.woff2") format("woff2"), url("../.fonts/Inter-Regular/Inter-Regular.woff") format("woff"), url("../.fonts/Inter-Regular/Inter-Regular.ttf") format("truetype"), url("../.fonts/Inter-Regular/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../.fonts/Inter-Medium/Inter-Medium.eot");
  src: url("../.fonts/Inter-Medium/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../.fonts/Inter-Medium/Inter-Medium.woff2") format("woff2"), url("../.fonts/Inter-Medium/Inter-Medium.woff") format("woff"), url("../.fonts/Inter-Medium/Inter-Medium.ttf") format("truetype"), url("../.fonts/Inter-Medium/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../.fonts/Inter-SemiBold/Inter-SemiBold.eot");
  src: url("../.fonts/Inter-SemiBold/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../.fonts/Inter-SemiBold/Inter-SemiBold.woff2") format("woff2"), url("../.fonts/Inter-SemiBold/Inter-SemiBold.woff") format("woff"), url("../.fonts/Inter-SemiBold/Inter-SemiBold.ttf") format("truetype"), url("../.fonts/Inter-SemiBold/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../.fonts/Inter-Bold/Inter-Bold.eot");
  src: url("../.fonts/Inter-Bold/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../.fonts/Inter-Bold/Inter-Bold.woff2") format("woff2"), url("../.fonts/Inter-Bold/Inter-Bold.woff") format("woff"), url("../.fonts/Inter-Bold/Inter-Bold.ttf") format("truetype"), url("../.fonts/Inter-Bold/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../.fonts/Inter-ExtraBold/Inter-ExtraBold.eot");
  src: url("../.fonts/Inter-ExtraBold/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../.fonts/Inter-ExtraBold/Inter-ExtraBold.woff2") format("woff2"), url("../.fonts/Inter-ExtraBold/Inter-ExtraBold.woff") format("woff"), url("../.fonts/Inter-ExtraBold/Inter-ExtraBold.ttf") format("truetype"), url("../.fonts/Inter-ExtraBold/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ******************************************************** */
/* ***********************************************************
## FUNCTIONS
*********************************************************** */
.neow3hide {
  display: none;
  visibility: hidden;
  overflow: initial;
}

img.lazy {
  display: block;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.neo_btn_1 {
  display: block;
  overflow: hidden;
  height: 36px;
  width: 100%;
  max-width: 120px;
  margin: 1rem 0;
  position: relative;
  border: solid #d538a3 1px;
}
.neo_btn_1 span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 1.3px;
  text-align: center;
  color: #d538a3;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.neo_btn_1 span:before, .neo_btn_1 span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d538a3;
  z-index: -1;
  -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-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.neo_btn_1 span:before {
  -webkit-transform: translate(100%, -100%);
  -moz-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  -o-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
.neo_btn_1 span:after {
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
.neo_btn_1:before, .neo_btn_1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d538a3;
  z-index: -1;
  -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-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.neo_btn_1:before {
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.neo_btn_1:after {
  -webkit-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  -o-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.neo_btn_1:hover {
  color: white;
  outline: none;
  outline-width: 0;
}
.neo_btn_1:hover:before {
  -webkit-transform: translate(-49%, -49%);
  -moz-transform: translate(-49%, -49%);
  -ms-transform: translate(-49%, -49%);
  -o-transform: translate(-49%, -49%);
  transform: translate(-49%, -49%);
}
.neo_btn_1:hover:after {
  -webkit-transform: translate(-49%, 49%);
  -moz-transform: translate(-49%, 49%);
  -ms-transform: translate(-49%, 49%);
  -o-transform: translate(-49%, 49%);
  transform: translate(-49%, 49%);
}
.neo_btn_1:hover span {
  color: white;
  outline: none;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.neo_btn_1:hover span:before {
  -webkit-transform: translate(49%, -49%);
  -moz-transform: translate(49%, -49%);
  -ms-transform: translate(49%, -49%);
  -o-transform: translate(49%, -49%);
  transform: translate(49%, -49%);
}
.neo_btn_1:hover span:after {
  -webkit-transform: translate(49%, 49%);
  -moz-transform: translate(49%, 49%);
  -ms-transform: translate(49%, 49%);
  -o-transform: translate(49%, 49%);
  transform: translate(49%, 49%);
}

.neo_btn_2 {
  display: inline-block;
  font-size: 21px;
  line-height: 1.19;
  letter-spacing: 1.05px;
  font-family: "Inter";
  font-weight: 700;
  text-transform: uppercase;
  color: #d538a3;
  position: relative;
}
.neo_btn_2:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../_ui/green_cta_arrow.svg");
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: right 0.35s ease-in-out;
  -moz-transition: right 0.35s ease-in-out;
  -ms-transition: right 0.35s ease-in-out;
  -o-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
.neo_btn_2:hover:after {
  right: -25px;
}

.neo_btn_3 {
  display: inline-block;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: 1.95px;
  font-family: "Inter";
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  position: relative;
  padding: 0 30px;
  border: solid white 1px;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.neo_btn_3:hover {
  color: #8a1c61;
  background-color: white;
  border: solid #8a1c61 1px;
}
.neo_btn_3.reverse {
  color: #8a1c61;
  border: solid #8a1c61 1px;
}
.neo_btn_3.reverse:hover {
  color: white;
  background-color: #8a1c61;
  border: solid #8a1c61 1px;
}

.neo_nav {
  width: 204px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 5;
  background: white;
  -webkit-transform: translateX(204px);
  -moz-transform: translateX(204px);
  -ms-transform: translateX(204px);
  -o-transform: translateX(204px);
  transform: translateX(204px);
  -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, width 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, width 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, width 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, width 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, width 0.35s ease-in-out;
  -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: 100px 24px;
  will-change: transform;
}
.neo_nav:before, .neo_nav:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo_nav.active {
  z-index: 11;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, width 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, width 0.45s ease-in-out;
  -ms-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, width 0.45s ease-in-out;
  -o-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, width 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, width 0.45s ease-in-out;
}
.neo_nav.active > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.neo_nav > ul {
  width: 100%;
  display: block;
  background: white;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.neo_nav > ul > li {
  margin: 0 0 7px 0;
  background: white;
}
.neo_nav > ul > li:last-of-type {
  margin: 0;
}
.neo_nav > ul > li > a {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 1.8px;
  font-weight: 500;
  font-family: "Inter";
  color: #8a1c61;
  text-transform: uppercase;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.neo_nav > ul > li > a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .neo_nav > ul > li > a.home, #home .neo_nav > ul > li > a.home, #building .neo_nav > ul > li > a.building, #amenities .neo_nav > ul > li > a.amenities, #floorplans .neo_nav > ul > li > a.floorplans, #location .neo_nav > ul > li > a.location, #gallery .neo_nav > ul > li > a.gallery, #team .neo_nav > ul > li > a.team, #news .neo_nav > ul > li > a.news, #contact .neo_nav > ul > li > a.contact {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.neo_nav .brochure__link {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 2.1px;
  font-weight: 700;
  font-family: "Inter";
  color: #8a1c61;
  text-transform: uppercase;
  width: calc(100% - 48px);
  max-width: 156px;
  display: block;
  position: absolute;
  bottom: 5vh;
  left: 24px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-in-out;
}
.neo_nav .brochure__link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transition: transform 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../_ui/download_icon_green.svg");
  -webkit-background-size: 25px;
  -moz-background-size: 25px;
  background-size: 25px;
  -o-background-size: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}
.neo_nav .brochure__link:hover:after {
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}

.neo__menu {
  flex: 0 0 auto;
  display: none;
  z-index: 100;
  height: 64px;
  width: 64px;
  overflow: hidden;
  position: fixed;
  top: 43px;
  right: 7vw;
  cursor: pointer;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
}
.neo__menu > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out, opacity 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out, opacity 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out, opacity 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.neo__menu > div._front {
  width: 32px;
}
.neo__menu > div._front span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.neo__menu > div._front span:last-child {
  margin: 0;
}
.neo__menu > div._front span:before, .neo__menu > div._front span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -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;
}
.neo__menu > div._front span:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.neo__menu > div._front span:nth-child(2):before, .neo__menu > div._front span:nth-child(2):after {
  transition-delay: 75ms;
}
.neo__menu > div._front span:last-child:before, .neo__menu > div._front span:last-child:after {
  transition-delay: 150ms;
}
.neo__menu > div._front span:last-child:after {
  width: calc(100% - 7px);
}
.neo__menu > div._front span > .accent {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.neo__menu > div._back span {
  display: block;
  width: 32px;
  height: 4px;
  background: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms;
}
.neo__menu > div._back span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.neo__menu > div._back span:first-child:after {
  width: calc(100% - 7px);
}
.neo__menu > div._back span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0);
}
.neo__menu > div._back span > .accent {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.neo__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);
}
.neo__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%);
}
.neo__menu.invert {
  border: solid white 1px;
  background: #8a1c61;
}
.neo__menu.invert > div._front span:before,
.neo__menu.invert > div._front span:after {
  background: white;
}
.neo__menu.invert.active {
  border: solid #8a1c61 1px;
  background: white;
}
.neo__menu.invert.active > div._front span:before,
.neo__menu.invert.active > div._front span:after {
  background: #8a1c61;
}

.neo__menu.active {
  -webkit-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, right 0.35s ease-in-out;
}
.neo__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%);
}
.neo__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%);
}
.neo__menu.active > div._front span .accent {
  display: none;
}
.neo__menu.active > div._back span {
  transition-delay: 450ms;
  transform: translate(50%, 50%) rotate(45deg) scaleX(1);
}
.neo__menu.active > div._back span:last-child {
  transform: translate(50%, -50%) rotate(-45deg) scaleX(1);
}

/* ******************************************************** */
/* ***********************************************************
## ADDONS
*********************************************************** */
.neo__mapbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  min-height: 450px;
}
.neo__mapbox .mapboxgl-control-container .mapboxgl-ctrl-group {
  height: 79px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.neo__mapbox .mapboxgl-control-container .mapboxgl-ctrl-group:not(:empty) {
  box-shadow: none;
}
.neo__mapbox .mapboxgl-control-container .mapboxgl-ctrl-group > button {
  width: 40px;
  height: 40px;
  border: solid #8a1c61 1px;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -ms-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
}
.neo__mapbox .mapboxgl-control-container .mapboxgl-ctrl-group > button.mapboxgl-ctrl-zoom-in {
  background-image: url("../_ui/plus.svg");
  background-position: center center;
}
.neo__mapbox .mapboxgl-control-container .mapboxgl-ctrl-group > button.mapboxgl-ctrl-zoom-out {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  background-image: url("../_ui/minus.svg");
  background-position: center center;
}
.neo__mapbox .mapboxgl-control-container .mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  display: none;
}

.mapboxgl-ctrl-attrib-inner a {
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  font-family: "Inter";
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 9px;
  display: none;
}
.mapboxgl-ctrl-attrib-inner a:nth-of-type(2), .mapboxgl-ctrl-attrib-inner a:nth-of-type(3) {
  display: none;
}

.mapboxgl-popup-content {
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  font-family: "Inter";
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  padding: 17px 12px 17px;
  min-width: 65px;
}

.mapboxgl-popup {
  margin-top: -7px;
}

/* ******************************************************** */
/* ***********************************************************
## PROJECT SPECIFIC STYLES
*********************************************************** */
* {
  font-size: 16px;
  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;
}
html.disable__scroll {
  overflow-y: hidden;
}

body {
  overflow-x: hidden;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

*::-webkit-scrollbar {
  width: 0.8em;
}

*::-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);
}

*::-webkit-scrollbar-thumb {
  background: rgba(138, 28, 97, 0.95);
  outline: 1px solid rgba(138, 28, 97, 0.95);
}

h1,
.h1 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 65px;
  color: #fcd16e;
  font-weight: 700;
  line-height: 1.03;
  font-family: "Inter";
  font-size: 65px;
}
@media screen and (max-width: 1280px) {
  h1,
.h1 {
    font-size: calc(65px + -15 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  h1,
.h1 {
    font-size: 50px;
  }
}

h2,
.h2 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 48px;
  color: #262929;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Inter";
  font-size: 48px;
}
@media screen and (max-width: 1280px) {
  h2,
.h2 {
    font-size: calc(48px + -8 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  h2,
.h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 30px;
  color: #262929;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.36px;
  font-family: "Inter";
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  h3,
.h3 {
    font-size: calc(30px + -4 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  h3,
.h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 22px;
  color: #262929;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.26px;
  font-family: "Inter";
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  h4,
.h4 {
    font-size: calc(22px + -6 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  h4,
.h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 22px;
  color: #262929;
  font-weight: 700;
  line-height: 1.13;
  font-family: "Inter";
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  h5,
.h5 {
    font-size: calc(22px + -6 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  h5,
.h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  color: #262929;
  font-weight: 400;
  line-height: 1.13;
  font-family: "Inter";
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  h6,
.h6 {
    font-size: calc(16px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  h6,
.h6 {
    font-size: 14px;
  }
}

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

p, li, a {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-family: "Inter";
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  p, li, a {
    font-size: calc(20px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  p, li, a {
    font-size: 18px;
  }
}

span.highlight,
small.highlight {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-decoration: none;
  font-size: 14px;
  color: #d538a3;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 1.4px;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  span.highlight,
small.highlight {
    font-size: calc(14px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  span.highlight,
small.highlight {
    font-size: 12px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: black;
}
a.neo__btn {
  display: inline-block;
  position: relative;
  background-color: #ffa300;
  padding: 0 46px 0 24px;
  font-family: "Inter";
  font-size: 16px;
  line-height: 47px;
  color: #262929;
  border: solid #f4f4f4 2px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -ms-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
}
a.neo__btn > span {
  font-family: "Inter";
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  color: #262929;
}
a.neo__btn:after {
  content: "";
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("../_ui/grfx_cta_arrow.svg");
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
a.neo__btn:hover {
  background-color: #fcd16e;
}
a.neo__btn:hover:after {
  -webkit-transform: translate(3px, -50%);
  -moz-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  -o-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}

strong {
  font-weight: 700;
}

img,
svg {
  max-width: 100%;
}

figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-color: white;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}
figure:before, figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
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%;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  animation-duration: 3s;
}
figure > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure > .mfp-img {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
figure figcaption {
  display: block;
  position: absolute;
  bottom: 11px;
  right: 23px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.14px;
  color: black;
}
figure figcaption.white {
  color: white;
  text-shadow: 2px 3px 5px black;
}
figure figcaption.large-caption {
  font-size: 20px;
  line-height: 1.4;
}

header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  background: transparent;
  height: 150px;
  width: calc(100vw - (100vw - 100%));
  max-width: 2560px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
}
header .header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -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;
}
header .header__inner > div {
  overflow: hidden;
  -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;
}
header .header__inner > div > a {
  display: block;
  background-color: white;
  padding: 18px 37px 18px 44px;
  -webkit-border-radius: 0 270px 270px 0;
  -moz-border-radius: 0 270px 270px 0;
  -ms-border-radius: 0 270px 270px 0;
  -o-border-radius: 0 270px 270px 0;
  border-radius: 0 270px 270px 0;
  -webkit-transition: padding 0.35s ease-in-out;
  -moz-transition: padding 0.35s ease-in-out;
  -ms-transition: padding 0.35s ease-in-out;
  -o-transition: padding 0.35s ease-in-out;
  transition: padding 0.35s ease-in-out;
}
header .header__inner > div > a > img, header .header__inner > div > a > svg {
  height: 100%;
  display: block;
  width: 222px;
  max-width: 222px;
  max-height: 64px;
  -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;
}
header .header__inner > div > a > img g, header .header__inner > div > a > svg g {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
header .header__inner > div.left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
header .header__inner > div.right {
  align-items: center;
  position: relative;
  padding-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
header .header__inner > div.right > .buttons {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
header .header__inner > div.right > .buttons:after {
  border: solid #ffa300 2px;
  content: "";
  border-right: none;
  width: 47px;
  height: 34px;
  display: inline-block;
  -webkit-border-radius: 270px 0 0 270px;
  -moz-border-radius: 270px 0 0 270px;
  -ms-border-radius: 270px 0 0 270px;
  -o-border-radius: 270px 0 0 270px;
  border-radius: 270px 0 0 270px;
}
header .header__inner > div.right > .buttons > a {
  background-color: transparent;
  padding: 0 25px;
  margin-right: 12px;
  border: solid #d538a3 2px;
  -webkit-border-radius: 270px;
  -moz-border-radius: 270px;
  -ms-border-radius: 270px;
  -o-border-radius: 270px;
  border-radius: 270px;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
header .header__inner > div.right > .buttons > a:hover {
  background-color: #d538a3;
}
header .header__inner > div.right > .buttons > a > span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 22px;
  color: white;
  font-weight: 700;
  line-height: 34px;
  font-family: "Inter";
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  header .header__inner > div.right > .buttons > a > span {
    font-size: calc(22px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  header .header__inner > div.right > .buttons > a > span {
    font-size: 20px;
  }
}
header .neo__menu {
  width: 64px;
  height: 64px;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  header .neo__menu {
    display: none;
    visibility: hidden;
  }
}
header .menu__overlay {
  height: 0;
  max-height: none;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #04568b;
  z-index: 0;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

main {
  margin: 0 auto;
  width: calc(100vw - (100vw - 100%));
  min-height: 75vh;
  max-width: 2560px;
  font-size: 16px;
  color: black;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  font-variant: initial;
  font-family: "Inter";
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
}

footer {
  position: relative;
  background-color: #8a1c61;
  max-width: 2560px;
  margin: 0 auto;
}
footer .neo__scroll__top {
  width: 58px;
  height: 58px;
  display: block;
  position: absolute;
  top: 0;
  right: 3.6vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../_ui/grfx_back_to_top.svg");
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
footer .neo__scroll__top:hover {
  -webkit-transform: translateY(-56%);
  -moz-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  -o-transform: translateY(-56%);
  transform: translateY(-56%);
}
footer > div {
  padding: 55px 10vw 35px;
}
footer > div > div:nth-of-type(1), footer > div > .row__1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
footer > div > div:nth-of-type(1) > .left, footer > div > .row__1 > .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
footer > div > div:nth-of-type(1) > .left .bottom__logos svg, footer > div > .row__1 > .left .bottom__logos svg {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
footer > div > div:nth-of-type(1) > .left .bottom__logos svg:hover, footer > div > .row__1 > .left .bottom__logos svg:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
footer > div > div:nth-of-type(1) > .left .bottom__locations, footer > div > .row__1 > .left .bottom__locations {
  margin-left: 6vw;
}
footer > div > div:nth-of-type(1) > .left .bottom__locations ul, footer > div > .row__1 > .left .bottom__locations ul {
  max-width: 225px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer > div > div:nth-of-type(1) > .left .bottom__locations ul li, footer > div > .row__1 > .left .bottom__locations ul li {
  width: 45%;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: 1.21;
  font-family: "Inter";
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  footer > div > div:nth-of-type(1) > .left .bottom__locations ul li, footer > div > .row__1 > .left .bottom__locations ul li {
    font-size: calc(14px + -1 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  footer > div > div:nth-of-type(1) > .left .bottom__locations ul li, footer > div > .row__1 > .left .bottom__locations ul li {
    font-size: 13px;
  }
}
footer > div > div:nth-of-type(1) > .left .bottom__locations ul li:nth-of-type(n + 3), footer > div > .row__1 > .left .bottom__locations ul li:nth-of-type(n + 3) {
  margin-top: 15px;
}
footer > div > div:nth-of-type(1) > .right, footer > div > .row__1 > .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
footer > div > div:nth-of-type(1) > .right .bottom__social ul li, footer > div > .row__1 > .right .bottom__social ul li {
  display: inline-block;
  height: 34px;
  margin-right: 6px;
}
footer > div > div:nth-of-type(1) > .right .bottom__social ul li svg rect, footer > div > .row__1 > .right .bottom__social ul li svg rect {
  fill: transparent;
}
footer > div > div:nth-of-type(1) > .right .bottom__social ul li svg rect,
footer > div > div:nth-of-type(1) > .right .bottom__social ul li svg path, footer > div > .row__1 > .right .bottom__social ul li svg rect,
footer > div > .row__1 > .right .bottom__social ul li svg path {
  -webkit-transition: fill 0.35s ease-in-out;
  -moz-transition: fill 0.35s ease-in-out;
  -ms-transition: fill 0.35s ease-in-out;
  -o-transition: fill 0.35s ease-in-out;
  transition: fill 0.35s ease-in-out;
}
footer > div > div:nth-of-type(1) > .right .bottom__social ul li:last-of-type, footer > div > .row__1 > .right .bottom__social ul li:last-of-type {
  margin-right: 0;
}
footer > div > div:nth-of-type(1) > .right .bottom__social ul li:hover rect, footer > div > .row__1 > .right .bottom__social ul li:hover rect {
  fill: white;
}
footer > div > div:nth-of-type(1) > .right .bottom__social ul li:hover path, footer > div > .row__1 > .right .bottom__social ul li:hover path {
  fill: #8a1c61;
}
footer > div > div:nth-of-type(1) > .right .bottom__contact, footer > div > .row__1 > .right .bottom__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 25px;
  padding-bottom: 3px;
}
footer > div > div:nth-of-type(1) > .right .bottom__contact > a, footer > div > .row__1 > .right .bottom__contact > a {
  background-color: transparent;
  padding: 0 25px;
  border: solid #ffa300 1px;
  -webkit-border-radius: 270px;
  -moz-border-radius: 270px;
  -ms-border-radius: 270px;
  -o-border-radius: 270px;
  border-radius: 270px;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
footer > div > div:nth-of-type(1) > .right .bottom__contact > a:hover, footer > div > .row__1 > .right .bottom__contact > a:hover {
  background-color: #ffa300;
}
footer > div > div:nth-of-type(1) > .right .bottom__contact > a > span, footer > div > .row__1 > .right .bottom__contact > a > span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: normal;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: 700;
  line-height: 31px;
  font-family: "Inter";
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  footer > div > div:nth-of-type(1) > .right .bottom__contact > a > span, footer > div > .row__1 > .right .bottom__contact > a > span {
    font-size: calc(14px + 0 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  footer > div > div:nth-of-type(1) > .right .bottom__contact > a > span, footer > div > .row__1 > .right .bottom__contact > a > span {
    font-size: 14px;
  }
}
footer > div > div:nth-of-type(2), footer > div > .row__2 {
  margin-top: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
footer > div > div:nth-of-type(2) > .left > .bottom__disclaimer p, footer > div > .row__2 > .left > .bottom__disclaimer p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  font-weight: 600;
  max-width: 800px;
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  footer > div > div:nth-of-type(2) > .left > .bottom__disclaimer p, footer > div > .row__2 > .left > .bottom__disclaimer p {
    font-size: calc(12px + 0 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  footer > div > div:nth-of-type(2) > .left > .bottom__disclaimer p, footer > div > .row__2 > .left > .bottom__disclaimer p {
    font-size: 12px;
  }
}
footer > div > div:nth-of-type(2) > .left > .bottom__legal, footer > div > .row__2 > .left > .bottom__legal {
  margin-top: 9px;
}
footer > div > div:nth-of-type(2) > .left > .bottom__legal > p, footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > a, footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span, footer > div > .row__2 > .left > .bottom__legal > p, footer > div > .row__2 > .left > .bottom__legal > p > a, footer > div > .row__2 > .left > .bottom__legal > p > span {
  color: white;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  footer > div > div:nth-of-type(2) > .left > .bottom__legal > p, footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > a, footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span, footer > div > .row__2 > .left > .bottom__legal > p, footer > div > .row__2 > .left > .bottom__legal > p > a, footer > div > .row__2 > .left > .bottom__legal > p > span {
    font-size: calc(12px + 0 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  footer > div > div:nth-of-type(2) > .left > .bottom__legal > p, footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > a, footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span, footer > div > .row__2 > .left > .bottom__legal > p, footer > div > .row__2 > .left > .bottom__legal > p > a, footer > div > .row__2 > .left > .bottom__legal > p > span {
    font-size: 12px;
  }
}
footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span, footer > div > .row__2 > .left > .bottom__legal > p > span {
  width: auto;
  height: auto;
  display: inline;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: normal;
}
footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span.divider, footer > div > .row__2 > .left > .bottom__legal > p > span.divider {
  margin: 0 5px;
}
footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > a:hover, footer > div > .row__2 > .left > .bottom__legal > p > a:hover {
  text-decoration: underline;
}
footer > div > div:nth-of-type(2) > .left > .bottom__legal > p:last-of-type, footer > div > .row__2 > .left > .bottom__legal > p:last-of-type {
  margin-top: 10px;
}
footer > div > div:nth-of-type(2) > .right #neocredit, footer > div > .row__2 > .right #neocredit {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
footer > div > div:nth-of-type(2) > .right #neocredit:hover, footer > div > .row__2 > .right #neocredit:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
footer > div > div:nth-of-type(2) > .right #neocredit g,
footer > div > div:nth-of-type(2) > .right #neocredit path, footer > div > .row__2 > .right #neocredit g,
footer > div > .row__2 > .right #neocredit path {
  fill: #FFFFFF;
}

section {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}
section:before, section:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
section.neo__main__text > div {
  min-height: 100vh;
  padding: calc(150px + 60px) 10vw 70px;
  background-size: cover;
  background-position: center center;
}
section.neo__main__text > div:before {
  content: "";
  background-color: black;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
section.neo__main__text > div > div,
section.neo__main__text > div .text__container {
  position: relative;
  z-index: 1;
}
section.neo__main__text > div > div h1,
section.neo__main__text > div .text__container h1 {
  width: 600px;
  max-width: 80vw;
}
section.neo__main__text > div > div > p,
section.neo__main__text > div .text__container > p {
  color: white;
  margin-top: 46px;
  width: 561px;
  max-width: 80vw;
}
section.neo__main__text > div > div > p > a,
section.neo__main__text > div .text__container > p > a {
  color: #e6bfde;
  text-decoration: underline;
}
section.neo__main__text > div > div > p > a:hover,
section.neo__main__text > div .text__container > p > a:hover {
  text-decoration: none;
}
section.neo__site__links {
  padding: 150px 0;
}
section.neo__site__links .row {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
section.neo__site__links .row:first-of-type {
  margin-top: 0;
}
section.neo__site__links .row .pill__shape {
  width: 384px;
  height: 176px;
  background-color: #45802f;
  margin-right: 60px;
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -ms-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
  flex: none;
}
section.neo__site__links .row .pill__shape:last-of-type {
  margin-right: 0;
}
section.neo__site__links .row .pill__shape.small {
  width: 176px;
}
section.neo__site__links .row .pill__shape.medium {
  width: 310px;
}
section.neo__site__links .row .pill__shape.large {
  width: 514px;
}
section.neo__site__links .row .pill__shape.magenta {
  background-color: #8a1c61;
}
section.neo__site__links .row .pill__shape.green {
  background-color: #45802f;
}
section.neo__site__links .row .pill__shape.yellow {
  background-color: #ffa300;
}
section.neo__site__links .row .pill__shape.blue {
  background-color: #04568b;
}
section.neo__site__links .row .pill__shape.pink {
  background-color: #d538a3;
}
section.neo__site__links .row .pill__link {
  height: 176px;
  min-width: 600px;
  max-width: 650px;
  margin-right: 60px;
  background-color: transparent;
  flex: none;
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -ms-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
  border: solid #d538a3 2px;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
section.neo__site__links .row .pill__link:last-child {
  margin-top: 0;
}
section.neo__site__links .row .pill__link .pill__link__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 100%;
  padding: 0 5% 0 145px;
}
section.neo__site__links .row .pill__link .pill__link__inner .pill__link__arrow {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.neo__site__links .row .pill__link .pill__link__inner .pill__link__arrow svg {
  max-width: 49px;
  max-height: 49px;
}
section.neo__site__links .row .pill__link .pill__link__inner .pill__link__arrow svg path {
  -webkit-transition: fill 0.35s ease-in-out;
  -moz-transition: fill 0.35s ease-in-out;
  -ms-transition: fill 0.35s ease-in-out;
  -o-transition: fill 0.35s ease-in-out;
  transition: fill 0.35s ease-in-out;
}
section.neo__site__links .row .pill__link .pill__link__inner .pill__link__arrow svg path:nth-of-type(1) {
  fill: transparent;
}
section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text h2 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 40px;
  color: #262929;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.48px;
  font-family: "Inter";
  font-size: 40px;
}
@media screen and (max-width: 1280px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text h2 {
    font-size: calc(40px + -14 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text h2 {
    font-size: 26px;
  }
}
section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 22px;
  color: #262929;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0.26px;
  font-family: "Inter";
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text p {
    font-size: calc(22px + -4 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text p {
    font-size: 18px;
  }
}
section.neo__site__links .row .pill__link:hover {
  background-color: #FBF5FA;
}
section.neo__site__links .row .pill__link:hover .pill__link__arrow svg path:nth-of-type(1) {
  fill: #8a1c61;
}
section.neo__site__links .row .pill__link:hover .pill__link__arrow svg path:nth-of-type(2) {
  fill: white;
}
section.neo__site__links .row:nth-of-type(2) .pill__link {
  border: solid #0c91d5 2px;
}
section.neo__site__links .row:nth-of-type(2) .pill__link:hover {
  background-color: #ECF2F7;
}
section.neo__site__links .row:nth-of-type(2) .pill__link:hover .pill__link__arrow svg path:nth-of-type(1) {
  fill: #04568b;
}
section.neo__timeline > div {
  background-color: #f4f8fb;
  padding: 113px 10vw 170px;
}
section.neo__timeline > div .text__container h2,
section.neo__timeline > div .text__container h3 {
  color: #8a1c61;
  max-width: 729px;
}
section.neo__timeline > div .text__container p {
  max-width: 655px;
  margin-top: 10px;
}
section.neo__timeline > div .timeline__container {
  margin-top: 85px;
}
section.neo__timeline > div .timeline__container .timeline__mobile {
  display: none;
  margin: 0 auto;
}
section.neo__bubbles > div {
  background-color: black;
  padding: 80px 6.5vw 130px;
  background-size: cover;
  background-position: center center;
}
section.neo__bubbles > div:before {
  content: "";
  background-color: black;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
section.neo__bubbles > div .text__container {
  margin-left: 3.5vw;
  position: relative;
  z-index: 2;
}
section.neo__bubbles > div .text__container h2 {
  color: white;
}
section.neo__bubbles > div .bubbles__container {
  margin-top: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
section.neo__bubbles > div .bubbles__container .bubble {
  position: relative;
  width: 27vw;
  height: 27vw;
  max-width: 373px;
  max-height: 373px;
  background-color: white;
  border: 2px solid #45802f;
  margin-right: 2vw;
  cursor: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.6s ease-in-out, transform 2.2s ease-in-out, opacity 2.2s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out, transform 2.2s ease-in-out, opacity 2.2s ease-in-out;
  -ms-transition: background-color 0.6s ease-in-out, transform 2.2s ease-in-out, opacity 2.2s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out, transform 2.2s ease-in-out, opacity 2.2s ease-in-out;
  transition: background-color 0.6s ease-in-out, transform 2.2s ease-in-out, opacity 2.2s ease-in-out;
}
section.neo__bubbles > div .bubbles__container .bubble:last-of-type {
  margin-right: 0;
}
section.neo__bubbles > div .bubbles__container .bubble .bubble__back,
section.neo__bubbles > div .bubbles__container .bubble .bubble__front {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.neo__bubbles > div .bubbles__container .bubble .bubble__back > *,
section.neo__bubbles > div .bubbles__container .bubble .bubble__front > * {
  text-align: center;
}
section.neo__bubbles > div .bubbles__container .bubble .bubble__front {
  width: 188px;
  max-width: 188px;
  -webkit-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
section.neo__bubbles > div .bubbles__container .bubble .bubble__front h4 {
  max-width: 188px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 22px;
  color: #262929;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.26px;
  font-family: "Inter";
  font-size: 22px;
}
@media screen and (max-width: 1480px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__front h4 {
    font-size: calc(22px + -8 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__front h4 {
    font-size: 14px;
  }
}
section.neo__bubbles > div .bubbles__container .bubble .bubble__back {
  pointer-events: none;
  width: 298px;
  max-width: 75%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
section.neo__bubbles > div .bubbles__container .bubble .bubble__back p {
  max-width: 307px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  color: #262929;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.19px;
  font-family: "Inter";
  font-size: 16px;
}
@media screen and (max-width: 1480px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__back p {
    font-size: calc(16px + -5 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__back p {
    font-size: 11px;
  }
}
section.neo__bubbles > div .bubbles__container .bubble > img,
section.neo__bubbles > div .bubbles__container .bubble > svg,
section.neo__bubbles > div .bubbles__container .bubble .bubble__plus {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
section.neo__bubbles > div .bubbles__container .bubble > img rect,
section.neo__bubbles > div .bubbles__container .bubble > svg rect,
section.neo__bubbles > div .bubbles__container .bubble .bubble__plus rect {
  fill: #45802f;
}
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(2) {
  border: 2px solid #8a1c61;
}
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(2) > img rect,
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(2) > svg rect,
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(2) .bubble__plus rect {
  fill: #8a1c61;
}
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(3) {
  border: 2px solid #0c91d5;
}
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(3) > img rect,
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(3) > svg rect,
section.neo__bubbles > div .bubbles__container .bubble:nth-of-type(3) .bubble__plus rect {
  fill: #04568b;
}
section.neo__bubbles > div .bubbles__container .bubble.active {
  background-color: #bde094;
}
section.neo__bubbles > div .bubbles__container .bubble.active:nth-of-type(2) {
  background-color: #e6bfde;
}
section.neo__bubbles > div .bubbles__container .bubble.active:nth-of-type(3) {
  background-color: #c7d9e8;
}
section.neo__bubbles > div .bubbles__container .bubble.active .bubble__front {
  pointer-events: none;
  -webkit-transform: translate(-50%, -200%);
  -moz-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
section.neo__bubbles > div .bubbles__container .bubble.active .bubble__back {
  pointer-events: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
section.neo__bubbles > div .bubbles__container .bubble.active > img,
section.neo__bubbles > div .bubbles__container .bubble.active > svg,
section.neo__bubbles > div .bubbles__container .bubble.active .bubble__plus {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
section.neo__bubbles > div > .neo__btn {
  position: absolute;
  bottom: -25.5px;
  left: 10vw;
  z-index: 2;
}
section.neo__stats > div {
  background-color: #f4f8fb;
  padding: 112px 10vw 37px;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
section.neo__stats > div .neo__stats__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  align-items: flex-start;
}
section.neo__stats > div .neo__stats__container > div {
  max-width: 272px;
  margin-right: 7vw;
}
section.neo__stats > div .neo__stats__container > div:last-of-type {
  margin-right: 0;
}
section.neo__stats > div .neo__stats__container > div .accent__shape {
  position: relative;
}
section.neo__stats > div .neo__stats__container > div .accent__shape .line__shape {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
section.neo__stats > div .neo__stats__container > div .accent__shape .line__shape.short {
  width: 50px;
}
section.neo__stats > div .neo__stats__container > div .accent__shape .line__shape:nth-of-type(2) {
  margin-left: 3px;
}
section.neo__stats > div .neo__stats__container > div .accent__shape .circle__shape {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.neo__stats > div .neo__stats__container > div .accent__shape .circle__shape:nth-of-type(2) {
  margin-left: 3px;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.green .line__shape {
  background-color: #468e26;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.green .circle__shape {
  background-color: #bde094;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.blue .line__shape {
  background-color: #04568b;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.blue .circle__shape {
  background-color: #0c91d5;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.magenta .line__shape {
  background-color: #8a1c61;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.magenta .circle__shape {
  background-color: #d538a3;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.orange .line__shape {
  background-color: #faa11f;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.orange .circle__shape {
  background-color: #fcd16e;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.red .line__shape {
  background-color: #e94b0c;
}
section.neo__stats > div .neo__stats__container > div .accent__shape.red .circle__shape {
  background-color: #faa11f;
}
section.neo__stats > div .neo__stats__container > div > h4 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 32px;
  color: #262929;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.48px;
  font-family: "Inter";
  font-size: 40px;
  margin-top: 12px;
}
@media screen and (max-width: 1480px) {
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: calc(40px + -20 * (100vw - 1480px) / -520);
  }
}
@media screen and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: 20px;
  }
}
section.neo__stats > div .neo__stats__container > div > p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  color: #262929;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.19px;
  font-family: "Inter";
  font-size: 16px;
  margin-top: 6px;
}
@media screen and (max-width: 1280px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: calc(16px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: 14px;
  }
}
section.neo__logos > div {
  background-color: #f4f8fb;
  padding: 37px 6.5vw 79px;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
section.neo__logos > div .pill__container {
  background-color: white;
  padding: 58px 10% 70px;
  text-align: center;
  max-width: 1185px;
  margin: 0 auto;
  -webkit-border-radius: 156px;
  -moz-border-radius: 156px;
  -ms-border-radius: 156px;
  -o-border-radius: 156px;
  border-radius: 156px;
}
section.neo__logos > div .pill__container .logos__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
section.neo__logos > div .pill__container .logos__container > a,
section.neo__logos > div .pill__container .logos__container > div {
  margin-right: 2vw;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
section.neo__logos > div .pill__container .logos__container > a:last-of-type,
section.neo__logos > div .pill__container .logos__container > div:last-of-type {
  margin-right: 0;
}
section.neo__logos > div .pill__container .logos__container > a:hover,
section.neo__logos > div .pill__container .logos__container > div:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
section.neo__logos > div .pill__container .logos__container > a img,
section.neo__logos > div .pill__container .logos__container > a svg,
section.neo__logos > div .pill__container .logos__container > div img,
section.neo__logos > div .pill__container .logos__container > div svg {
  max-width: 125px;
}

.neo__form {
  max-width: 327px;
  margin: 0 auto;
}
.neo__form > form {
  margin-top: 15px;
}
.neo__form > form > input, .neo__form > form > select, .neo__form > form > textarea, .neo__form > form > button, .neo__form > form > label {
  display: block;
  margin-top: 12px;
}
.neo__form > form > input:first-child, .neo__form > form > select:first-child, .neo__form > form > textarea:first-child, .neo__form > form > button:first-child, .neo__form > form > label:first-child {
  margin-top: 0;
}
.neo__form > form input,
.neo__form > form textarea {
  width: 100%;
  max-width: 327px;
}
.neo__form > form input::placeholder,
.neo__form > form textarea::placeholder {
  /* Generic */
  color: #8a1c61;
}
.neo__form > form input::-webkit-input-placeholder,
.neo__form > form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a1c61;
}
.neo__form > form input::-moz-placeholder,
.neo__form > form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a1c61;
}
.neo__form > form input:-ms-input-placeholder,
.neo__form > form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a1c61;
}
.neo__form > form input:-moz-placeholder,
.neo__form > form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8a1c61;
}
.neo__form > form input[type=text] {
  width: 100%;
  background: 0 0;
  outline: none;
  border: 1px solid #8a1c61;
  font-family: "acumin-pro";
  font-size: 14px;
  line-height: 1.71;
  color: #8a1c61;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.neo__form > form .nice-select {
  margin: 12px 0;
  padding-left: 15px;
  border: 1px solid #8a1c61;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.neo__form > form .nice-select:after {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid rgba(138, 28, 97, 0.67);
  border-right: 1px solid rgba(138, 28, 97, 0.67);
  right: 16px;
  margin-top: -6px;
}
.neo__form > form .nice-select .list {
  border: 1px solid #8a1c61;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.neo__form > form .nice-select .list .option {
  line-height: 30px;
}
.neo__form > form .nice-select span,
.neo__form > form .nice-select li {
  font-family: "acumin-pro";
  font-size: 14px;
  color: #8a1c61;
  padding-top: 4px;
  padding-bottom: 4px;
}
.neo__form > form label {
  font-family: "acumin-pro";
  font-size: 14px;
  line-height: 1;
  color: #8a1c61;
  padding: 0;
}
.neo__form > form label.error {
  color: red;
  padding-left: 15px;
  -webkit-animation: fadeIn ease-in-out 1s both;
  -moz-animation: fadeIn ease-in-out 1s both;
  -ms-animation: fadeIn ease-in-out 1s both;
  -o-animation: fadeIn ease-in-out 1s both;
  animation: fadeIn ease-in-out 1s both;
}
.neo__form > form input[type=checkbox] {
  display: inline-block;
  margin-top: 0;
}
.neo__form > form input[type=checkbox] + label {
  display: inline-block;
  margin-top: 25px;
  margin-left: 4px;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.neo__form > form input[type=checkbox] + label:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.neo__form > form textarea {
  resize: none;
  width: 100%;
  height: 89px;
  margin-top: 12px;
  padding: 12px 15px;
  font-family: "acumin-pro";
  font-size: 14px;
  line-height: 1.71;
  color: #8a1c61;
  border: 1px solid #8a1c61;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.neo__form > form textarea:focus {
  outline: none;
}
.neo__form > form button[type=submit],
.neo__form > form input[type=submit] {
  margin: 30px 0 30px auto;
  cursor: pointer;
}
.neo__form > form button[type=submit]:focus,
.neo__form > form input[type=submit]:focus {
  outline: none;
}

.neolightboxlink {
  cursor: pointer;
}
.neolightboxlink > span {
  background-color: black;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.neolightboxlink:hover > span {
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-opacity: 0.15;
  -o-opacity: 0.15;
  opacity: 0.15;
  filter: alpha(opacity=15);
}

.mfp-wrap .mfp-container {
  background-color: #8a1c61;
}
.mfp-wrap .mfp-container.mfp-ajax-holder {
  background-color: white;
  padding: 0;
}
.mfp-wrap .mfp-container.mfp-ajax-holder > .mfp-content {
  width: 100%;
  height: 100%;
  padding: 0;
}
.mfp-wrap .mfp-image-holder .mfp-content,
.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 80%;
}
.mfp-wrap .mfp-image-holder .mfp-content figure,
.mfp-wrap .mfp-iframe-holder .mfp-content figure {
  background-color: #8a1c61;
}
.mfp-wrap .mfp-image-holder .mfp-content figure > figcaption,
.mfp-wrap .mfp-iframe-holder .mfp-content figure > figcaption {
  position: relative;
  bottom: auto;
  right: auto;
}
.mfp-wrap .mfp-image-holder .mfp-content figure > figcaption .mfp-bottom-bar,
.mfp-wrap .mfp-iframe-holder .mfp-content figure > figcaption .mfp-bottom-bar {
  margin-top: -30px;
}
.mfp-wrap .mfp-image-holder .mfp-content .mfp-close,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close {
  position: fixed;
  top: calc(2vw + 20px);
  right: 3vw;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background-image: url("../_ui/pathway_grfx_close.svg");
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  -o-background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid white 1px;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-wrap .mfp-image-holder .mfp-content .mfp-close:hover,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mfp-wrap .mfp-image-holder .mfp-content .mfp-close:focus,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close:focus {
  outline: none;
}
.mfp-wrap .mfp-image-holder .mfp-content .mfp-close img,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close img {
  display: none;
}
.mfp-wrap .mfp-image-holder .mfp-arrow,
.mfp-wrap .mfp-iframe-holder .mfp-arrow {
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.mfp-wrap .mfp-image-holder .mfp-arrow:before,
.mfp-wrap .mfp-iframe-holder .mfp-arrow:before {
  display: none;
  content: none;
}
.mfp-wrap .mfp-image-holder .mfp-arrow.mfp-arrow-left:after,
.mfp-wrap .mfp-iframe-holder .mfp-arrow.mfp-arrow-left:after {
  background-image: url("../_ui/arrow_left_white.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: none;
  margin-left: 0;
  left: 3vw;
}
.mfp-wrap .mfp-image-holder .mfp-arrow.mfp-arrow-right:after,
.mfp-wrap .mfp-iframe-holder .mfp-arrow.mfp-arrow-right:after {
  background-image: url("../_ui/arrow_right_white.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: none;
  margin-left: 0;
  left: auto;
  right: 3vw;
}
.mfp-wrap .mfp-iframe-holder {
  padding: 0;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 100%;
  max-height: 100%;
}
.mfp-wrap .mfp-counter {
  display: none;
}

@keyframes scrollUpDownWithFade {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(15px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.scroll__indicator {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  height: 67px;
  width: 63px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: fadeIn 3.2s ease-out both;
  -moz-animation: fadeIn 3.2s ease-out both;
  -ms-animation: fadeIn 3.2s ease-out both;
  -o-animation: fadeIn 3.2s ease-out both;
  animation: fadeIn 3.2s ease-out both;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.scroll__indicator > span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: scrollUpDownWithFade 3.6s ease-in-out infinite;
  -moz-animation: scrollUpDownWithFade 3.6s ease-in-out infinite;
  -ms-animation: scrollUpDownWithFade 3.6s ease-in-out infinite;
  -o-animation: scrollUpDownWithFade 3.6s ease-in-out infinite;
  animation: scrollUpDownWithFade 3.6s ease-in-out infinite;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.scroll__indicator > span text,
.scroll__indicator > span tspan {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 600;
}

#privacy header .header__inner > div.right > .buttons > a,
#template-privacy header .header__inner > div.right > .buttons > a {
  background-color: #d538a3;
}

.main__container.privacy,
.main__container.terms,
.neo__privacy .main__container,
.terms-of-use .main__container,
.privacy-policy .main__container,
#template-privacy .main__container {
  width: 100%;
  max-width: 1280px;
  white-space: normal;
  padding: 175px 10vw 100px;
}
.main__container.privacy h1,
.main__container.terms h1,
.neo__privacy .main__container h1,
.terms-of-use .main__container h1,
.privacy-policy .main__container h1,
#template-privacy .main__container h1 {
  color: #04568b;
}
.main__container.privacy h1 + h2,
.main__container.terms h1 + h2,
.neo__privacy .main__container h1 + h2,
.terms-of-use .main__container h1 + h2,
.privacy-policy .main__container h1 + h2,
#template-privacy .main__container h1 + h2 {
  margin-top: 15px;
}
.main__container.privacy h2,
.main__container.terms h2,
.neo__privacy .main__container h2,
.terms-of-use .main__container h2,
.privacy-policy .main__container h2,
#template-privacy .main__container h2 {
  margin-bottom: 20px;
}
.main__container.privacy p,
.main__container.terms p,
.neo__privacy .main__container p,
.terms-of-use .main__container p,
.privacy-policy .main__container p,
#template-privacy .main__container p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: #262929;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-family: "Inter";
  font-size: 20px;
  margin: 20px 0;
  max-width: 970px;
}
@media screen and (max-width: 1280px) {
  .main__container.privacy p,
.main__container.terms p,
.neo__privacy .main__container p,
.terms-of-use .main__container p,
.privacy-policy .main__container p,
#template-privacy .main__container p {
    font-size: calc(20px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  .main__container.privacy p,
.main__container.terms p,
.neo__privacy .main__container p,
.terms-of-use .main__container p,
.privacy-policy .main__container p,
#template-privacy .main__container p {
    font-size: 18px;
  }
}
.main__container.privacy p:last-child,
.main__container.terms p:last-child,
.neo__privacy .main__container p:last-child,
.terms-of-use .main__container p:last-child,
.privacy-policy .main__container p:last-child,
#template-privacy .main__container p:last-child {
  margin-bottom: 20px;
}
.main__container.privacy p a,
.main__container.terms p a,
.neo__privacy .main__container p a,
.terms-of-use .main__container p a,
.privacy-policy .main__container p a,
#template-privacy .main__container p a {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .main__container.privacy p a,
.main__container.terms p a,
.neo__privacy .main__container p a,
.terms-of-use .main__container p a,
.privacy-policy .main__container p a,
#template-privacy .main__container p a {
    font-size: calc(20px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  .main__container.privacy p a,
.main__container.terms p a,
.neo__privacy .main__container p a,
.terms-of-use .main__container p a,
.privacy-policy .main__container p a,
#template-privacy .main__container p a {
    font-size: 18px;
  }
}
.main__container.privacy ul,
.main__container.terms ul,
.neo__privacy .main__container ul,
.terms-of-use .main__container ul,
.privacy-policy .main__container ul,
#template-privacy .main__container ul {
  padding-left: 20px;
  margin: 20px 0;
  max-width: 970px;
  list-style: circle;
  list-style-type: circle;
}
.main__container.privacy ul li,
.main__container.terms ul li,
.neo__privacy .main__container ul li,
.terms-of-use .main__container ul li,
.privacy-policy .main__container ul li,
#template-privacy .main__container ul li {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: #262929;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  font-family: "Inter";
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .main__container.privacy ul li,
.main__container.terms ul li,
.neo__privacy .main__container ul li,
.terms-of-use .main__container ul li,
.privacy-policy .main__container ul li,
#template-privacy .main__container ul li {
    font-size: calc(20px + -2 * (100vw - 1280px) / -320);
  }
}
@media screen and (max-width: 960px) {
  .main__container.privacy ul li,
.main__container.terms ul li,
.neo__privacy .main__container ul li,
.terms-of-use .main__container ul li,
.privacy-policy .main__container ul li,
#template-privacy .main__container ul li {
    font-size: 18px;
  }
}
.main__container.privacy ul li > ul,
.main__container.terms ul li > ul,
.neo__privacy .main__container ul li > ul,
.terms-of-use .main__container ul li > ul,
.privacy-policy .main__container ul li > ul,
#template-privacy .main__container ul li > ul {
  padding-left: 20px;
  margin-top: 0;
}
.main__container.privacy p,
.main__container.privacy li,
.main__container.privacy a,
.main__container.terms p,
.main__container.terms li,
.main__container.terms a,
.neo__privacy .main__container p,
.neo__privacy .main__container li,
.neo__privacy .main__container a,
.terms-of-use .main__container p,
.terms-of-use .main__container li,
.terms-of-use .main__container a,
.privacy-policy .main__container p,
.privacy-policy .main__container li,
.privacy-policy .main__container a,
#template-privacy .main__container p,
#template-privacy .main__container li,
#template-privacy .main__container a {
  color: #262929;
}
.main__container.privacy a:hover,
.main__container.terms a:hover,
.neo__privacy .main__container a:hover,
.terms-of-use .main__container a:hover,
.privacy-policy .main__container a:hover,
#template-privacy .main__container a:hover {
  text-decoration: underline;
}

.error404 main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 150px;
  text-align: center;
}
.error404 main h1,
.error404 main p {
  color: #04568b;
}

#neocredit-mobile {
  margin-top: 7px;
}

/* ***********************************************************
## LOAD
*********************************************************** */
/* ***********************************************************
## LOAD SASS LIBRARIES
*********************************************************** */
/* ***********************************************************
## GRID
*********************************************************** */
.neo__grid > div {
  width: 80%;
  margin: 0 auto;
  background: white;
  padding: calc(1vw + 10px) 0 calc(2vw + 10px);
  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;
}
.neo__grid > div:before, .neo__grid > div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.neo__grid > div article, .neo__grid > div aside {
  flex: 1;
}
.neo__grid > div article {
  width: 65%;
  min-width: 65%;
  max-height: 1020px;
  position: relative;
}
.neo__grid > div article figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-color: white;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  height: 100%;
}
.neo__grid > div article figure:before, .neo__grid > div article figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.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__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%;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  animation-duration: 3s;
}
.neo__grid > div aside {
  position: relative;
  width: 35%;
  min-width: 35%;
}
.neo__grid > div aside div {
  -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%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.neo__grid > div aside div:before, .neo__grid > div aside div:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/* ******************************************************** */
/* ***********************************************************
## LARGE SCREENS
*********************************************************** */
@media screen and (max-width: 1280px) {
  section.neo__logos > div {
    background-color: white;
  }
  section.neo__logos > div .pill__container .logos__container {
    flex-wrap: wrap;
  }
  section.neo__logos > div .pill__container .logos__container > a,
section.neo__logos > div .pill__container .logos__container > div {
    width: calc(33% - 2vw);
  }
  section.neo__logos > div .pill__container .logos__container > a:nth-of-type(3n),
section.neo__logos > div .pill__container .logos__container > div:nth-of-type(3n) {
    margin-right: 0;
  }
  section.neo__stats > div {
    background-color: white;
  }
}
/* ******************************************************** */
/* ***********************************************************
## MEDIUM SCREENS
*********************************************************** */
@media screen and (max-width: 960px) {
  h1,
.h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h1,
.h1 {
    font-size: calc(50px + -10 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  h1,
.h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  h2,
.h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h2,
.h2 {
    font-size: calc(40px + -10 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  h2,
.h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  h3,
.h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h3,
.h3 {
    font-size: calc(26px + -4 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  h3,
.h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  h4,
.h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h4,
.h4 {
    font-size: calc(28px + -4 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  h5,
.h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h5,
.h5 {
    font-size: calc(22px + -6 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  h5,
.h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  h6,
.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  h6,
.h6 {
    font-size: calc(16px + -2 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  h6,
.h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  p, li, a {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  p, li, a {
    font-size: calc(18px + -2 * (100vw - 960px) / -600);
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  p, li, a {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  footer > div > div:nth-of-type(1), footer > div > .row__1 {
    flex-wrap: wrap;
  }
  footer > div > div:nth-of-type(1) > .left, footer > div > .row__1 > .left {
    width: 100%;
  }
  footer > div > div:nth-of-type(1) > .right, footer > div > .row__1 > .right {
    width: 100%;
    margin-top: 25px;
  }
  footer > div > div:nth-of-type(2), footer > div > .row__2 {
    display: block;
  }
  footer > div > div:nth-of-type(2) > .right, footer > div > .row__2 > .right {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  section.neo__main__text > div:before {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  section.neo__site__links {
    padding: 75px 0;
  }
  section.neo__site__links .row {
    padding: 0 10vw;
  }
  section.neo__site__links .row .pill__shape {
    display: none;
    margin-right: 0;
  }
  section.neo__site__links .row .pill__link {
    min-width: 80vw;
    max-width: 80vw;
    margin-right: 0;
    flex: 1;
  }
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text h2 {
    font-size: calc(26px + 0 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text p {
    font-size: calc(18px + -4 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  section.neo__bubbles > div .text__container {
    margin-left: 3.5vw;
  }
  section.neo__bubbles > div .text__container h2 {
    color: white;
  }
  section.neo__bubbles > div .bubbles__container {
    display: block;
  }
  section.neo__bubbles > div .bubbles__container .bubble {
    display: block;
    width: 80vw;
    height: 80vw;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  section.neo__bubbles > div .bubbles__container .bubble:first-of-type {
    margin-top: 0;
  }
  section.neo__bubbles > div .bubbles__container .bubble:last-of-type {
    margin-right: auto;
  }
  section.neo__bubbles > div .bubbles__container .bubble .bubble__front h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__front h4 {
    font-size: calc(22px + -8 * (100vw - 960px) / -600);
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__front h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__back p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__back p {
    font-size: calc(16px + -5 * (100vw - 960px) / -600);
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  section.neo__bubbles > div .bubbles__container .bubble .bubble__back p {
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container {
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
  }
  section.neo__stats > div .neo__stats__container > div {
    width: 48%;
    margin-right: 0;
  }
  section.neo__stats > div .neo__stats__container > div:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: calc(40px + -8 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: calc(16px + -2 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  section.neo__timeline > div .timeline__container .timeline {
    display: none;
  }
  section.neo__timeline > div .timeline__container .timeline__mobile {
    display: block;
  }
  section.neo__logos > div .pill__container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  section.neo__logos > div .pill__container .logos__container > a,
section.neo__logos > div .pill__container .logos__container > div {
    width: calc(50% - 2vw);
  }
  section.neo__logos > div .pill__container .logos__container > a:nth-of-type(2n),
section.neo__logos > div .pill__container .logos__container > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ******************************************************** */
/* ***********************************************************
## SMALL SCREENS
*********************************************************** */
@media screen and (max-width: 640px) {
  header .header__inner > div.right > .buttons:after {
    content: none;
    display: none;
  }
  header .header__inner > div.right > .buttons > a {
    padding: 0 14px;
    margin-right: 20px;
  }

  footer > div > div:nth-of-type(1) > .left, footer > div > .row__1 > .left {
    flex-wrap: wrap;
  }
  footer > div > div:nth-of-type(1) > .left .bottom__logos,
footer > div > div:nth-of-type(1) > .left .bottom__locations, footer > div > .row__1 > .left .bottom__logos,
footer > div > .row__1 > .left .bottom__locations {
    width: 100%;
    margin-top: 25px;
  }
  footer > div > div:nth-of-type(1) > .left .bottom__locations, footer > div > .row__1 > .left .bottom__locations {
    margin-left: 0;
  }
  footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span.divider, footer > div > .row__2 > .left > .bottom__legal > p > span.divider {
    display: none;
  }
  footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > a, footer > div > .row__2 > .left > .bottom__legal > p > a {
    display: block;
    margin-top: 10px;
  }

  section.neo__site__links .row {
    padding: 0 0 0 5vw;
    margin-top: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
  }
  section.neo__site__links .row .pill__shape {
    display: none;
    margin-right: 0;
  }
  section.neo__site__links .row .pill__link {
    min-width: 95vw;
    max-width: 95vw;
    border-right: none !important;
    -webkit-border-radius: 88px 0 0 88px;
    -moz-border-radius: 88px 0 0 88px;
    -ms-border-radius: 88px 0 0 88px;
    -o-border-radius: 88px 0 0 88px;
    border-radius: 88px 0 0 88px;
  }
  section.neo__site__links .row .pill__link .pill__link__inner {
    padding-left: 93px;
  }
  section.neo__site__links .row .pill__link .pill__link__inner .pill__link__arrow {
    left: 28px;
  }
  section.neo__bubbles > div > .neo__btn {
    width: 95vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.neo__bubbles > div > .neo__btn > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  section.neo__bubbles > div > .neo__btn > span {
    font-size: calc(16px + -4 * (100vw - 640px) / -280);
  }
}
@media screen and (max-width: 640px) and (max-width: 360px) {
  section.neo__bubbles > div > .neo__btn > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  header .header__inner > div > a {
    padding-left: 22px;
  }
  header .header__inner > div > a > img, header .header__inner > div > a > svg {
    height: 100%;
    display: block;
    width: 164px;
    max-width: 164px;
    max-height: 46px;
  }

  footer > div > div:nth-of-type(1), footer > div > .row__1 {
    display: block;
  }
  footer > div > div:nth-of-type(1) > .right, footer > div > .row__1 > .right {
    margin-top: 20px;
  }
  footer > div > div:nth-of-type(2), footer > div > .row__2 {
    display: block;
    margin-top: 20px;
  }
  footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > span.divider, footer > div > .row__2 > .left > .bottom__legal > p > span.divider {
    display: none;
  }
  footer > div > div:nth-of-type(2) > .left > .bottom__legal > p > a, footer > div > .row__2 > .left > .bottom__legal > p > a {
    display: block;
    margin-top: 10px;
  }

  section.neo__timeline > div {
    padding-bottom: 60px;
  }
  section.neo__timeline > div .timeline__container {
    margin-top: 0;
  }
  section.neo__stats > div {
    padding-top: 37px;
    padding-bottom: 0;
  }
  section.neo__stats > div .neo__stats__container > div {
    width: 100%;
    margin-top: 30px;
  }
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 460px) and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: calc(40px + -8 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 460px) and (max-width: 640px) {
  section.neo__stats > div .neo__stats__container > div > h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 460px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 460px) and (max-width: 960px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: calc(16px + -2 * (100vw - 960px) / -320);
  }
}
@media screen and (max-width: 460px) and (max-width: 640px) {
  section.neo__stats > div .neo__stats__container > div > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  section.neo__logos > div .pill__container .logos__container > a,
section.neo__logos > div .pill__container .logos__container > div {
    width: 100%;
    margin-right: 0;
  }
  section.neo__logos > div .pill__container .logos__container > a img,
section.neo__logos > div .pill__container .logos__container > a svg,
section.neo__logos > div .pill__container .logos__container > div img,
section.neo__logos > div .pill__container .logos__container > div svg {
    max-width: 175px;
  }
}
@media screen and (max-width: 360px) {
  header .header__inner > div.right > .buttons {
    display: none;
  }
}
/* Landscape */
/* ******************************************************** */

/*# sourceMappingURL=pathway.css.map */
