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

img.lazy {
  display: block
}

.neo_amenities {
  padding: calc(2vw + 20px) 0
}

.neo__stats > div > ul._st3 li {
  height: 35vw
}

.neo_amenities > div {
  margin: auto;
  text-align: center;
  max-width: 1480px;
  width: 90%;
  padding: calc(8vw + 50px) 0 0 0
}

.neo_amenities > div h2 {
  margin: calc(0.25vw + 2px) auto
}

.neo_amenities > div a {
  display: table;
  margin: calc(1vw + 15px) auto
}

.neo_amenities > div p {
  margin: 20px auto 10px
}

.neo_amenities > div strong {
  padding-right: 15%
}

.neo_amenities > div strong {
  margin: 15px auto;
  text-align: left
}

@media screen and (max-width: 1080px) {
  .neo_amenities > div {
    padding: calc(10vw + 120px) 0 0 0
  }
}

@media screen and (max-width: 960px) {
  .neo_amenities > div strong {
    padding: 10px 0;
    text-align: center
  }
}

.neo_amenities > div > ul {
  padding-top: calc(2vw + 25px)
}

.neo_amenities > div > ul > li {
  width: 24.25%;
  margin: 0 1% 1% 0;
  padding: 0;
  float: left
}

.neo_amenities > div > ul > li:nth-child(4n+4) {
  margin: 0 0 1% 0
}

@media only screen and (max-width: 1080px) {
  .neo_amenities > div > ul > li {
    width: 49%;
    margin: 0 2% 2% 0
  }

  .neo_amenities > div > ul > li:nth-child(4n+4) {
    margin: 0 2% 2% 0
  }

  .neo_amenities > div > ul > li:nth-child(3n+3) {
    margin: 0 2% 2% 0
  }

  .neo_amenities > div > ul > li:nth-child(2n+2) {
    margin: 0 0 2% 0
  }
}

@media only screen and (max-width: 960px) {
  .neo_amenities > div > ul > li {
    width: 48.5%;
    margin: 0 3% 3% 0
  }

  .neo_amenities > div > ul > li:nth-child(4n+4) {
    margin: 0 3% 3% 0
  }

  .neo_amenities > div > ul > li:nth-child(3n+3) {
    margin: 0 3% 3% 0
  }

  .neo_amenities > div > ul > li:nth-child(2n+2) {
    margin: 0 0 3% 0
  }
}

@media only screen and (max-width: 640px) {
  .neo_amenities > div > ul > li {
    width: 100%;
    margin: 0 5% 5% 0
  }

  .neo_amenities > div > ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo_amenities > div > ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo_amenities > div > ul > li:nth-child(4n+4) {
    margin: 0 5% 5% 0
  }

  .neo_amenities > div > ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo_amenities > div > ul > li:nth-child(1n+1) {
    margin: 0 0 5% 0
  }
}

.neo_amenities > div > ul > li {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 400px;
  border: solid rgba(8, 88, 114, 0.25) 1px;
  /* box-shadow: 0 1px 1px rgba(8, 88, 114, 0.1), 0 2px 2px rgba(8, 88, 114, 0.1), 0 4px 4px rgba(8, 88, 114, 0.1), 0 8px 8px rgba(8, 88, 114, 0.1), 0 16px 16px rgba(8, 88, 114, 0.1) */
}

.neo_amenities > div > ul > li h5 {
  position: absolute;
  bottom: calc(1vw + 5px);
  left: calc(1vw + 5px);
  z-index: 10;
  text-align: left;
  /* line-height: 1.45;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 24px;
  font-family: "Prompt-SemiBold";
  font-weight: 600;
  line-height: 1.24;
  color: #fff;
  text-transform: uppercase; */
  font-size: 35px;
}

@media screen and (max-width: 1480px) {
  .neo_amenities > div > ul > li h5 {
    font-size: calc(35px + -14 * (100vw - 1480px) / -520)
  }
}

/* @media screen and (max-width: 960px) {
  .neo_amenities > div > ul > li h5 {
    font-size: calc(42px + -4 * (100vw - 960px) / -360)
  }
} */

.neo_amenities > div > ul > li > div p,
.neo_amenities > div > ul > li > div .icon {
  -webkit-transition: transform 0.45s, opacity 0.2s;
  -moz-transition: transform 0.45s, opacity 0.2s;
  -ms-transition: transform 0.45s, opacity 0.2s;
  -o-transition: transform 0.45s, opacity 0.2s;
  transition: transform 0.45s, opacity 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform: translateY(1rem)
}

.neo_amenities > div > ul > li > div .icon {
  width: 65px;
  height: auto;
  margin: 0 auto 20px
}

.neo_amenities > div > ul > li > div:after {
  -webkit-transition: visibility 0s, opacity 0.25s linear;
  -moz-transition: visibility 0s, opacity 0.25s linear;
  -ms-transition: visibility 0s, opacity 0.25s linear;
  -o-transition: visibility 0s, opacity 0.25s linear;
  transition: visibility 0s, opacity 0.25s linear;
  width: 65px;
  height: 65px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../_ui/_svg/grfx-home-button.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  /* box-shadow: 0px 0px 20px #616161;
  border-radius: 50%; */
}

@media screen and (max-width: 960px) {
  .neo_amenities > div > ul > li > div:after {
    width: 45px;
    height: 45px
  }
}

.neo_amenities > div > ul > li > div p {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  font-variant: initial;
  font-family: "Prompt-Medium";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 20px
}

@media screen and (max-width: 1480px) {
  .neo_amenities > div > ul > li > div p {
    font-size: calc(20px + -2 * (100vw - 1480px) / -1120)
  }
}

@media screen and (max-width: 360px) {
  .neo_amenities > div > ul > li > div p {
    font-size: 18px
  }
}

.neo_amenities > div > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  -ms-transition: transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%)
}

.neo_amenities > div > ul > li:hover h5 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.neo_amenities > div > ul > li:hover > div p,
.neo_amenities > div > ul > li:hover > div .icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  transition-delay: 0.5s
}

@media screen and (max-width: 960px) {

  .neo_amenities > div > ul > li:hover > div p,
  .neo_amenities > div > ul > li:hover > div .icon {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px)
  }
}

.neo_amenities > div > ul > li:hover:after {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.89) 100%)
}

.neo_amenities > div > ul > li img {
  -webkit-transform: translateY(0%) scale(1.01);
  -moz-transform: translateY(0%) scale(1.01);
  -ms-transform: translateY(0%) scale(1.01);
  -o-transform: translateY(0%) scale(1.01);
  transform: translateY(0%) scale(1.01);
  object-fit: cover;
  width: 100%;
  display: block;
  pointer-events: none;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  -ms-transition: transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s
}

.neo_amenities > div > ul > li > div {
  width: 80%;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.neo_amenities > div > ul > li > div p {
  width: 84%;
  margin: 0 auto
}

.neo_amenities > div > ul > li > div h6 {
  margin: 10px auto
}

.neo_amenities > div > ul > li:hover {
  -webkit-align-items: center;
  align-items: center
}

.neo_amenities > div > ul > li:hover img {
  -webkit-transform: translateY(-4%) scale(1.1);
  -moz-transform: translateY(-4%) scale(1.1);
  -ms-transform: translateY(-4%) scale(1.1);
  -o-transform: translateY(-4%) scale(1.1);
  transform: translateY(-4%) scale(1.1)
}

.neo_amenities > div > ul > li:hover > div:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.neo_amenities > div > ul > li._soon > div:after {
  display: none
}

.neo__maps {
  background: #123559;
}

.neo__maps > div {
  margin: auto;
  text-align: center;
  width: 70%;
  padding: calc(2vw + 40px) 0;
  max-width: 1480px;
  width: 90%
}

.neo__maps > div h2 {
  margin: calc(0.25vw + 2px) auto
}

.neo__maps > div a {
  display: table;
  margin: calc(1vw + 15px) auto
}

.neo__maps > div p {
  margin: 20px auto 10px
}

.neo__maps > div strong {
  padding-right: 15%
}

/* .neo__maps > div h2 {
  margin: 0 0 calc(2vw + 40px) 0
} */

.neo__maps > div strong {
  margin-right: 5%
}

@media screen and (max-width: 960px) {
  .neo__maps > div strong {
    margin-right: 15%;
    margin-bottom: 15px
  }
}

.neo__maps > div figure.neoIE {
  display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .neo__maps > div figure.neoIE {
    display: block
  }
}

.neo__stats {
  padding: calc(2vw + 20px) 0
}

@media screen and (max-width: 720px) {
  .neo__stats {
    padding: calc(4vw + 50px) 0 calc(2vw + 20px) 0
  }
}

.neo__stats > div {
  margin: auto;
  text-align: center;
  max-width: 1480px;
  width: 80%;
  padding: calc(6vw + 100px) 0 0 0
}

.neo__stats > div h2 {
  margin: calc(0.25vw + 2px) auto
}

.neo__stats > div a {
  display: table;
  margin: calc(1vw + 15px) auto
}

.neo__stats > div p {
  margin: 20px auto 10px
}

.neo__stats > div strong {
  padding-right: 15%
}

@media screen and (max-width: 1080px) {
  .neo__stats > div {
    width: 94%
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div {
    width: 86%;
    padding: calc(10vw + 120px) 0 0 0
  }
}

.neo__stats > div > ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.neo__stats > div > ul img {
  -webkit-transform: translateY(0%) scale(1.01);
  -moz-transform: translateY(0%) scale(1.01);
  -ms-transform: translateY(0%) scale(1.01);
  -o-transform: translateY(0%) scale(1.01);
  transform: translateY(0%) scale(1.01);
  object-fit: cover;
  width: 100%;
  display: block;
  pointer-events: none;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  -ms-transition: transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s
}

.neo__stats > div > ul img {
  width: auto;
  height: 100%;
  min-width: 100%
}

.neo__stats > div > ul div {
  max-width: 100%;
  width: 100%;
  overflow: hidden
}

.neo__stats > div > ul div:hover img {
  -webkit-transform: translateY(-4%) scale(1.1);
  -moz-transform: translateY(-4%) scale(1.1);
  -ms-transform: translateY(-4%) scale(1.1);
  -o-transform: translateY(-4%) scale(1.1);
  transform: translateY(-4%) scale(1.1)
}

.neo__stats > div > ul div aside {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-collapse: separate;
  /* border-spacing: 20px */
}

@media screen and (max-width: 1280px) {
  .neo__stats > div > ul div aside {
    /* width: 94%; */
    /* border-spacing: 15px */
  }
}

.neo__stats > div > ul li {
  margin-bottom: 1.2vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul li {
    margin-bottom: calc(1.2vw * 2)
  }
}

.neo__stats > div > ul h1 {
  text-align: left;
  margin: 5px 0;
  line-height: 0.9;
}

.neo__stats > div > ul strong {
  display: block;
}

/* @media screen and (max-width: 1480px) {
  .neo__stats > div > ul strong {
    font-size: calc(85px + -25 * (100vw - 1480px) / -520)
  }
} */

/* @media screen and (max-width: 960px) {
  .neo__stats > div > ul strong {
    font-size: 60px
  }
} */

.neo__stats > div > ul strong,
.neo__stats > div > ul p {
  margin: 0;
  width: 100%;
  text-align: left
}

.neo__stats > div > ul strong._number {
  font-family: "ThirtylaneScript-Regular";
  color: #ffffff;
  font-size: 80px;
  margin: -15px 0 5px 0;
}

.neo__stats > div > ul p {
  font-size: 18px;
  line-height: 1.25
}

@media screen and (max-width: 1480px) {
  .neo__stats > div > ul p {
    font-size: calc(18px + -2 * (100vw - 1480px) / -520)
  }

  .neo__stats > div > ul._st3 li {
    height: 40vw;
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul p {
    font-size: 16px
  }
}

.neo__stats > div > ul p span {
  display: block;
  margin: 10px 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
  font-family: "NexaRustSans-Book";
  color: #fff;
  font-size: 40px
}

@media screen and (max-width: 1480px) {
  .neo__stats > div > ul p span {
    font-size: calc(40px + -10 * (100vw - 1480px) / -520)
  }

  .neo__stats > div > ul._st2 li:last-child div:first-child p {
    line-height: 1.0;
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul p span {
    font-size: 30px
  }
}

.neo__stats > div > ul p._lg {
  line-height: 1.45;
  font-size: 22px
}

@media screen and (max-width: 1480px) {
  .neo__stats > div > ul p._lg {
    font-size: calc(22px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul p._lg {
    font-size: 18px
  }
}

.neo__stats > div > ul:nth-child(odd) li:nth-of-type(1) {
  width: 40%;
  min-width: 40%
}

.neo__stats > div > ul:nth-child(odd) li:nth-of-type(2) {
  width: 60%;
  min-width: 60%;
  padding-left: 1.2vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul:nth-child(odd) li:nth-of-type(1) {
    width: 100%;
    min-width: 100%
  }

  .neo__stats > div > ul:nth-child(odd) li:nth-of-type(2) {
    width: 100%;
    min-width: 100%;
    padding-left: 0
  }
}

.neo__stats > div > ul:nth-child(even) li:nth-of-type(1) {
  width: 60%;
  min-width: 60%
}

.neo__stats > div > ul:nth-child(even) li:nth-of-type(2) {
  width: 40%;
  min-width: 40%;
  padding-left: 1.2vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul:nth-child(even) li:nth-of-type(1) {
    width: 100%;
    min-width: 100%
  }

  .neo__stats > div > ul:nth-child(even) li:nth-of-type(2) {
    width: 100%;
    min-width: 100%;
    padding-left: 0
  }
}

.neo__stats > div > ul._st1 li:first-child div:first-child {
  height: 22vw;
  margin-bottom: 1.2vw
}

.neo__stats > div > ul._st1 li:first-child div:last-child {
  height: calc(15vw + 50px);
  background: #071e31
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st1 li:first-child div:first-child {
    height: auto;
    margin-bottom: calc(1.2vw * 2)
  }

  .neo__stats > div > ul._st1 li:first-child div:last-child {
    height: calc(15vw + 100px)
  }
}

.neo__stats > div > ul._st1 li:last-child aside {
  width: 100%
}

.neo__stats > div > ul._st1 li:last-child div:first-child {
  height: calc(13vw + 50px);
  background: transparent;
  /* margin-bottom: 1.2vw */
}

.neo__stats > div > ul._st1 li:last-child div:last-child {
  height: 25vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st1 li:last-child div:first-child {
    height: calc(10vw + 80px);
    margin-bottom: calc(1.2vw * 2)
  }

  .neo__stats > div > ul._st1 li:last-child div:last-child {
    height: auto
  }
}

.neo__stats > div > ul._st2 li {
  height: 25vw;
  overflow: hidden
}

/* @media screen and (max-width: 960px) {
  .neo__stats > div > ul._st2 li {
    height: auto
  }
} */

.neo__stats > div > ul._st2 li:first-child div {
  height: 25vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st2 li:first-child div {
    height: auto
  }
}

.neo__stats > div > ul._st2 li:last-child strong {
  display: inline-flex;
  vertical-align: middle;
}

.neo__stats > div > ul._st2 li:last-child div:first-child p {
  /* width: 90%; */
  display: inline-flex;
  vertical-align: middle;
  color: #ffffff;
  /* line-height: 1.0; */
  /* margin-top: 2vw; */
}

/* .neo__stats > div > ul._st2 li:last-child strong {
  width: auto
} */

.neo__stats > div > ul._st2 li:last-child div:first-child {
  height: 10vw;
  background: #917275;
  margin-bottom: 1.2vw
}

/* .neo__stats > div > ul._st2 li:last-child div:first-child h2,
.neo__stats > div > ul._st2 li:last-child div:first-child p {
  width: auto;
  vertical-align: middle;
  display: table-cell
} */

.neo__stats > div > ul._st2 li:last-child div:last-child {
  height: 17vw
}

.neo__stats > div > ul._st2 li:last-child div:last-child aside {
  width: 82%;
  text-align: left;
  /* top: 40%; */
  /* padding: 0 5% */
}

@media screen and (max-width: 1280px) {
  .neo__stats > div > ul._st2 li:last-child div:last-child aside {
    padding: 0 0
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st2 li:last-child div:first-child {
    height: calc(10vw + 80px);
    background: #d15c33;
    margin-bottom: calc(1.2vw * 2)
  }

  .neo__stats > div > ul._st2 li:last-child div:first-child h2,
  .neo__stats > div > ul._st2 li:last-child div:first-child p {
    width: auto;
    vertical-align: middle;
    display: table-cell;
  }

  .neo__stats > div > ul._st2 li:last-child div:last-child {
    height: calc(18vw + 50px)
  }

  .neo__stats > div > ul._st2 li:last-child div:last-child aside {
    /* width: 100%;
    top: 40%;
    padding: 0 5% */
  }
}

@media screen and (max-width: 960px) and (max-width: 1280px) {
  .neo__stats > div > ul._st2 li:last-child div:last-child aside {
    padding: 0 0
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st3 li {
    height: auto
  }
}

.neo__stats > div > ul._st3 li:last-child div {
  height: 35vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st3 li:last-child div {
    height: auto
  }
}

.neo__stats > div > ul._st3 li:first-child strong,
.neo__stats > div > ul._st3 li:first-child p {
  display: inline-flex;
  vertical-align: middle;
  color: #123559;
  width: auto;
}

/* .neo__stats > div > ul._st3 li:first-child strong {
  width: 44%
} */

/* 
.neo__stats > div > ul._st3 li:first-child strong {
  width: auto
} */

.neo__stats > div > ul._st3 li:first-child div:first-child {
  height: 13vw;
  background: #467192;
  margin-bottom: 1.2vw
}

.neo__stats > div > ul._st3 li:first-child div:first-child aside {
  text-align: left;
}


.neo__stats > div > ul._st3 li:first-child div:first-child p {
  width: auto;
  vertical-align: middle;
  display: inline-flex
}

.neo__stats > div > ul._st3 li:first-child div:last-child {
  height: 12vw
}

.neo__stats > div > ul._st3 li:first-child div:last-child aside {
  width: 80%;
  /* top: 40%; */
  /* padding: 0 5% */
}

@media screen and (max-width: 1280px) {
  .neo__stats > div > ul._st3 li:first-child div:last-child aside {
    padding: 0 0
  }

  .neo__stats > div > ul._st2 li:last-child p {
    margin: -1vw auto 0;
  }

  /* .neo__stats > div > ul._st3 li:first-child div:first-child p {
    margin: -2vw 0 0;
  } */


  .neo__stats > div > ul._st4 li:last-child div:first-child br {
    content: "";
    margin: 0.5em;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st3 li:first-child div:first-child {
    height: calc(10vw + 80px);
    background: #467192;
    margin-bottom: calc(1.2vw * 2)
  }

  .neo__stats > div > ul._st3 li:first-child div:first-child h2,
  .neo__stats > div > ul._st3 li:first-child div:first-child p {
    width: auto;
    vertical-align: middle;
    display: table
  }

  .neo__stats > div > ul._st3 li:first-child div:last-child {
    height: calc(15vw + 50px)
  }

  .neo__stats > div > ul._st3 li:first-child div:last-child aside {
    /* width: 100%; */
    /* top: 40%; */
    padding: 0 5%
  }
}

@media screen and (max-width: 960px) and (max-width: 1280px) {
  .neo__stats > div > ul._st3 li:first-child div:last-child aside {
    padding: 0 0
  }
}

.neo__stats > div > ul._st4 li {
  height: 35vw;
  overflow: hidden
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st4 li {
    height: auto
  }
}

.neo__stats > div > ul._st4 li:first-child div {
  height: 35vw
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st4 li:first-child div {
    height: auto
  }
}

.neo__stats > div > ul._st4 li:last-child strong,
.neo__stats > div > ul._st4 li:last-child p {
  display: inline-flex;
  vertical-align: middle;
  width: auto;
}

/* .neo__stats > div > ul._st4 li:last-child p {
  width: auto
}

.neo__stats > div > ul._st4 li:last-child strong {
  width: auto
} */

.neo__stats > div > ul._st4 li:last-child div:first-child {
  height: 12vw;
  background: #016938;
  margin-bottom: 1.2vw
}

.neo__stats > div > ul._st4 li:last-child div:first-child aside {
  text-align: left;
}


.neo__stats > div > ul._st4 li:last-child div:first-child p {
  width: auto;
  vertical-align: middle;
  display: inline-flex
}

.neo__stats > div > ul._st4 li:last-child div:last-child {
  height: 18vw;
  background: #86959a;
  margin-bottom: 0
}

.neo__stats > div > ul._st4 li:last-child div:last-child h2,
.neo__stats > div > ul._st4 li:last-child div:last-child p {
  width: auto;
  vertical-align: middle;
  display: table;
  color: #123559;
}

/* .neo__stats > div > ul._st4 li:last-child div:last-child p {
  line-height: 2.0;
} */


@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st4 li:last-child div:first-child {
    height: calc(10vw + 80px);
    background: #016938;
    margin-bottom: calc(1.2vw * 2)
  }

  .neo__stats > div > ul._st4 li:last-child div:first-child h2,
  .neo__stats > div > ul._st4 li:last-child div:first-child p {
    width: auto;
    vertical-align: middle;
    display: table-cell
  }

  .neo__stats > div > ul._st4 li:last-child div:last-child {
    height: calc(18vw + 50px);
    background: #071e31;
    margin-bottom: 0
  }

  .neo__stats > div > ul._st4 li:last-child div:last-child h2,
  .neo__stats > div > ul._st4 li:last-child div:last-child p {
    width: auto;
    vertical-align: middle;
    display: table-cell
  }
}

.neo__siteplans {
  padding: calc(4vw + 40px) 0
}

.neo__siteplans > div {
  margin: auto;
  text-align: center;
  max-width: 1480px;
  width: 75%
}

.neo__siteplans > div h2 {
  margin: calc(0.25vw + 2px) auto
}

.neo__siteplans > div a {
  display: table;
  margin: calc(1vw + 15px) auto
}

.neo__siteplans > div p {
  margin: 20px auto 10px
}

.neo__siteplans > div strong {
  padding-right: 15%
}

.neo__featured {
  padding: calc(4vw + 30px) 0;
  background-color: #BECBCB;
  /* background-image: url(../_ui/grfx/Reston-burgandy-tile.webp); */
  /* -webkit-background-size: 27%;
  -moz-background-size: 27%;
  background-size: 27%;
  -o-background-size: 27%;
  background-position: 0 0;
  background-repeat: repeat; */
}

.neo__featured > div {
  margin: auto;
  text-align: left;
  max-width: 1480px;
  width: 90%
}

.neo__featured > div strong,
.neo__featured > div h2,
.neo__featured > div p,
.neo__featured > div li {
  color: #123559;
}

.neo__featured div ul,
.neo__grid._service div ul li ul {
  list-style-type: disc;
  padding-left: 1.2em;
  margin-left: 0;
}

/* .neo__featured div ul li {
  display: list-item;
} */

/* .neo__featured div ul li::marker {
  font-size: 0.5em;
} */


.neo__featured div ul li:before,
.neo__grid._service div ul li ul li:before {
  content: ".";
  font-size: 40px;
  padding-right: 1px;
  vertical-align: bottom;
}

.neo__featured div p.no_disc {
  font-size: 1em;
  font-style: italic;
  padding: 25px 0 0 15px;
}

.neo__featured div ul li.no_disc:before {
  content: "";
  color: transparent;
}

.neo__featured > div h2 {
  margin: 0 auto
}

.neo__featured > div a {
  display: table;
  margin: calc(1vw + 15px) auto
}

.neo__featured > div p {
  /* margin: 2vw auto 0; */
  font-size: 20px;
}

.neo__featured > div strong {
  /* padding-right: 15% */
  margin: 0 0 1vw 0;
}

.neo__featured > div ul {
  -webkit-align-items: center;
  align-items: center;
  padding: 2vw 0 0 3vw;
  width: 32%;
  display: inline-grid;
}

.neo__featured > div ul > li {
  width: 100%;
  margin: 0 2% 1% 0;
  line-height: 1.0;
  padding: 0;
  float: left;
  /* list-style-position: outside; */
  list-style-position: inside;
  padding: 0 0 0 10px;
  text-indent: -1.5em;
}


.neo__featured > div ul > li:nth-child(3n+3) {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .neo__featured > div ul {
    width: 100%;
    padding: 0vw 0 0 4vw;
    margin: -2vw auto;
  }

  .neo__featured > div ul > li {
    /* width: 48.5%;
    margin: 0 3% 3% 0; */
    font-size: 20px;
    text-indent: -10px;
  }

  .neo__featured div p.no_disc {
    padding: 4vw 0 0 4vw;
  }

  .neo__grid._service > div > aside ul li span {
    font-size: 20px;
  }

  .neo__featured > div ul > li:nth-child(3n+3) {
    margin: 0 3% 3% 0
  }

  .neo__featured > div ul > li:nth-child(3n+3) {
    margin: 0 3% 3% 0
  }

  .neo__featured > div ul > li:nth-child(2n+2) {
    margin: 0 0 3% 0
  }

  .neo__featured div ul li:before,
  .neo__grid._service div ul li ul li:before {
    content: ".";
    font-size: 40px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .neo__featured > div ul > li {
    width: 100%;
    margin: 0 5% 5% 0
  }

  .neo__featured > div ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo__featured > div ul > li:nth-child(3n+3) {
    margin: 0 5% 5% 0
  }

  .neo__featured > div ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo__featured > div ul > li:nth-child(1n+1) {
    margin: 0 0 5% 0
  }
}

.neo__featured > div ul > li span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  letter-spacing: .6px;
  line-height: 1.82;
  text-align: left;
  font-family: "Prompt-Regular";
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 6px 0;
  display: block;
  width: 100%;
  position: relative
}

@media screen and (max-width: 1480px) {
  .neo__featured > div ul > li span {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__featured > div ul > li span {
    font-size: 16px
  }
}

.neo__featured > div ul > li span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -32px;
  width: 12px;
  height: 12px;
  background: transparent;
  background-image: url("../_ui/grfx/grfx-plus-sign-bullet.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat
}

.neo__featured > div ul > li em {
  display: block;
  width: 100%;
  margin: 10px 0
}

.neo__grid._convenience h2,
.neo__grid._service h2 {
  /* margin: 2vw 0 0; */
  line-height: 1.0;
}

.neo__grid._convenience h6,
.neo__grid._service h6 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  font-family: "Prompt-Regular";
  font-weight: 400;
  font-size: 20px;
  margin: calc(1vw + 5px) 0
}

@media screen and (max-width: 1480px) {

  .neo__grid._convenience h6,
  .neo__grid._service h6 {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {

  .neo__grid._convenience h6,
  .neo__grid._service h6 {
    font-size: 16px
  }
}

.neo__grid._convenience ul,
.neo__grid._service ul {
  width: 90%;
  /* margin: 0 calc(1vw + 4px) auto; */
}

.neo__grid._convenience ul li,
.neo__grid._service ul li {
  margin: 0;
  width: 100%
}

.neo__grid._convenience ul li span,
.neo__grid._service ul li span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  letter-spacing: .6px;
  line-height: 1.82;
  text-align: left;
  font-family: "Prompt-Regular";
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 6px 0;
  display: block;
  width: 100%;
  position: relative
}

@media screen and (max-width: 1480px) {

  .neo__grid._convenience ul li span,
  .neo__grid._service ul li span {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {

  .neo__grid._convenience ul li span,
  .neo__grid._service ul li span {
    font-size: 16px
  }
}

.neo__grid._convenience ul li span:before,
.neo__grid._service ul li span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -32px;
  width: 12px;
  height: 12px;
  background: transparent;
  background-image: url("../_ui/grfx/grfx-plus-sign-bullet.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat
}

.neo__grid._convenience ul li em,
.neo__grid._service ul li em {
  display: block;
  width: 100%;
  margin: 10px 0
}

.neo__grid._convenience ul li span,
.neo__grid._service ul li span {
  max-width: 100%
}

@media screen and (max-width: 1280px) {

  .neo__grid._convenience ul li,
  .neo__grid._service ul li {
    margin: 2px 0
  }
}

.neo__grid._convenience > div > aside,
.neo__grid._service > div > aside {
  background: #003a5d
}

.neo__grid._convenience > div > aside {
  background: #071e31
}

.neo_luxuries {
  min-height: 550px;
  background: #071e31
}

.neo_luxuries:after {
  -webkit-opacity: .25;
  -moz-opacity: .25;
  -ms-opacity: .25;
  -o-opacity: .25;
  opacity: .25;
  filter: alpha(opacity=25);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-image: url("../_ui/_svg/tagline_live-luxe.svg");
  background-position: center center;
  background-repeat: no-repeat
}

.neo_luxuries > div {
  width: 80%;
  max-width: 1480px;
  margin: auto;
  padding: calc(4vw + 40px) 0
}

.neo_luxuries > div h2 {
  color: #c3552c;
  text-align: center
}

.neo_luxuries > div h6 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  font-family: "Prompt-Regular";
  font-weight: 400;
  font-size: 20px;
  margin: calc(1vw + 5px) 0
}

@media screen and (max-width: 1480px) {
  .neo_luxuries > div h6 {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo_luxuries > div h6 {
    font-size: 16px
  }
}

.neo_luxuries > div h6 {
  text-align: center;
  color: #fff
}

.neo_luxuries > div ul {
  padding-top: calc(2vw + 20px)
}

.neo_luxuries > div ul > li {
  width: 33%;
  margin: 0 .5% .5% 0;
  padding: 0;
  float: left
}

.neo_luxuries > div ul > li:nth-child(3n+3) {
  margin: 0 0 .5% 0
}

@media only screen and (max-width: 960px) {
  .neo_luxuries > div ul > li {
    width: 49.5%;
    margin: 0 1% 1% 0
  }

  .neo_luxuries > div ul > li:nth-child(3n+3) {
    margin: 0 1% 1% 0
  }

  .neo_luxuries > div ul > li:nth-child(3n+3) {
    margin: 0 1% 1% 0
  }

  .neo_luxuries > div ul > li:nth-child(2n+2) {
    margin: 0 0 1% 0
  }
}

@media only screen and (max-width: 640px) {
  .neo_luxuries > div ul > li {
    width: 100%;
    margin: 0 5% 5% 0
  }

  .neo_luxuries > div ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo_luxuries > div ul > li:nth-child(3n+3) {
    margin: 0 5% 5% 0
  }

  .neo_luxuries > div ul > li:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo_luxuries > div ul > li:nth-child(1n+1) {
    margin: 0 0 5% 0
  }
}

.neo_luxuries > div ul li span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  letter-spacing: .6px;
  line-height: 1.82;
  text-align: left;
  font-family: "Prompt-Regular";
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 6px 0;
  display: block;
  width: 100%;
  position: relative
}

@media screen and (max-width: 1480px) {
  .neo_luxuries > div ul li span {
    font-size: calc(20px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo_luxuries > div ul li span {
    font-size: 16px
  }
}

.neo_luxuries > div ul li span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -32px;
  width: 12px;
  height: 12px;
  background: transparent;
  background-image: url("../_ui/grfx/grfx-plus-sign-bullet.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat
}

.neo_luxuries > div ul li em {
  display: block;
  width: 100%;
  margin: 10px 0
}

.neo_luxuries > div ul li span:before {
  background: #c3552c
}

body[id=amenities] {
  background-image: url("../_ui/grfx/pattern-large.png");
  /* -webkit-background-size: 27%;
  -moz-background-size: 27%;
  background-size: 27%;
  -o-background-size: 27%; */
  background-position: 0 0;
  background-repeat: repeat
}

body[id=amenities] header {
  background: transparent
}

body[id=amenities] header {
  background: linear-gradient(0deg, rgba(0, 58, 93, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.64) 100%)
}

body[id=amenities] header.sticky {
  background: #253842;
  position: fixed;
  z-index: 999;
  /* top: -60px */
}

body[id=location] {
  /* background-image: url("../_ui/grfx/pattern-background.png");
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  background-size: 40%;
  -o-background-size: 40%;
  background-position: 0 0;
  background-repeat: repeat; */
  background-color: #4185B1;

}

body[id=location] header {
  background: transparent
}

body[id=location] header {
  background: linear-gradient(0deg, rgba(0, 58, 93, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.64) 100%)
}

body[id=location] header.sticky {
  background: #071e31;
  position: fixed;
  z-index: 999;
  /* top: -60px */
}

@media screen and (max-width: 1480px) {
  .neo_amenities > div {
    width: 88%
  }

  .neo_amenities > div > ul > li {
    height: 350px
  }

  .neo_amenities > div > ul > li > div {
    width: 86%
  }
}

@media screen and (max-width: 1280px) {
  .neo_amenities > div {
    width: 92%
  }

  .neo_amenities > div > ul > li {
    height: 300px
  }

  .neo_amenities > div > ul > li > div {
    width: 92%
  }
}

@media screen and (max-width: 1080px) {
  .neo_amenities > div {
    width: 90%;
    padding: calc(13vw + 80px) 0 0 0;
  }

  .neo_amenities > div > ul > li {
    height: 500px
  }

  .neo_amenities > div > ul > li h5 {
    font-size: calc(35px + -4 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo_amenities > div {
    width: 94%
  }

  .neo__grid._service ul {
    margin: 0 calc(2vw + 4px) auto;
  }

  .neo_amenities > div > ul > li {
    height: 50vw
  }

  .neo_amenities > div > ul > li br {
    /* display: none */
  }
}

@media screen and (max-width: 720px) {
  .neo__stats > div > ul img {
    height: auto;
    width: 100%
  }

  .neo__stats > div > ul._st1 li:last-child h2 {
    font-size: 34px
  }
}

@media screen and (max-width: 720px) and (max-width: 960px) {
  .neo__stats > div > ul._st1 li:last-child h2 {
    font-size: calc(34px + -8 * (100vw - 960px) / -500)
  }
}

@media screen and (max-width: 720px) and (max-width: 460px) {
  .neo__stats > div > ul._st1 li:last-child h2 {
    font-size: 26px
  }
}

@media screen and (max-width: 640px) {
  .neo_amenities > div {
    width: 88%
  }

  .neo__siteplans > div {
    width: 88%
  }

  .neo__featured > div ul {
    padding-top: 0;
  }

  .neo__grid._service ul {
    margin: 0 calc(3vw + 4px) auto;
  }

  .neo_amenities > div > ul > li {
    height: auto
  }

  .neo_amenities > div h2 br {
    display: none
  }

  .neo__featured > div ul > li span {
    text-align: center;
    padding: 5px 0
  }

  .neo__featured > div ul > li span:before {
    display: none
  }
}

@media screen and (max-width: 460px) {
  .neo__siteplans > div {
    width: 96%
  }
}