h1 {
  text-align: center;
  color: #ABD42C;
  margin: 0 auto 5vw;
  line-height: .5;
}

h4 {
  text-align: left;
  font-family: "GreycliffCF-Bold";
  font-size: 30px;
}

h6 {
  font-size: 20px;
  margin: 5vw auto 1vw;
  font-family: "Prompt-Bold";
}

img.lazy {
  display: block
}

.neo_amenities {
  padding: calc(2vw + 20px) 0;
  background-color: #2A3446;
  background-image: url("../_ui/grfx/tile-dark-blue-large.svg");
  /* -webkit-background-size: 450px;
  -moz-background-size: 450px;
  background-size: 450px;
  -o-background-size: 450px; */
  background-position: left bottom;
  background-repeat: repeat;
}

.neo_amenities > div {
  margin: auto;
  text-align: center;
  width: 70%;
  text-align: left;
  max-width: 1480px;
  width: 82%;
  padding: calc(6vw + 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 {
  margin: 15px auto;
  text-align: center
}

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

  .neo_amenities.amenities-section h1 {
    margin-bottom: 8vw;
  }
}

/* .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(44, 157, 206, 0.25) 1px; */
  box-shadow: 0 1px 1px rgba(42, 52, 70, 0.4), 0 2px 2px rgba(42, 52, 70, 0.4), 0 4px 4px rgba(42, 52, 70, 0.4), 0 8px 8px rgba(42, 52, 70, 0.4), 0 16px 16px rgba(42, 52, 70, 0.4)
}

.neo_amenities > div > ul > li h5 {
  position: absolute;
  bottom: calc(1vw + 5px);
  left: calc(1vw + 5px);
  z-index: 10;
  text-align: left;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 32px;
  font-family: "juana-black";
  line-height: 1.0;
  color: #fff;
}

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

@media screen and (max-width: 960px) {
  .neo_amenities > div > ul > li h5 {
    font-size: 23px
  }
}

.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 {
  display: block;
  width: 12vw;
  height: 12vw;
  margin: 20px auto;
  max-height: 75px;
  max-width: 75px;
  min-height: 50px;
  min-width: 50px;
  object-fit: contain
}

@media screen and (max-width: 960px) {
  .neo_amenities > div > ul > li > div .icon {
    display: none
  }
}

@media screen and (max-width: 720px) {
  .neo_amenities > div > ul > li > div .icon {
    display: block
  }
}

.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: 100px;
  height: 100px;
  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
}

@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-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "Prompt-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 16px
}

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

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

.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.79) 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;
  min-height: 100%;
  -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: 90%;
  z-index: 100;
  position: absolute;
  top: 45%;
  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: 100%;
  margin: auto;
  font-size: 19px
}

.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: transparent
} */
.neo__maps {
  padding: 3vw 0;
  background-color: #2A3446;
  /* background-image: url("../_ui/grfx/pattern-background.png");
  -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px;
  background-position: 0 54px;
  background-repeat: repeat; */
}

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

.neo__mapbox {
  padding-top: 2vw !important;
}

.neo__maps > div h2 {
  /* display: inline;
  font-size: 150px; */
  line-height: .25;
  text-shadow: 2px 2px #C3DADB;
}

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

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

.neo__maps > div strong {
  /* margin-right: -35px; */
  display: inline;
}

@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(4vw + 40px) 0;
  background-color: #2A3446;
  background-image: url("../_ui/grfx/tile-light-blue.svg");
  /* -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px; */
  background-position: left center;
  background-repeat: repeat;
}

.neo__stats > div > ul._st1 li:first-child p,
.neo__stats > div > ul._st2 li:last-child p,
.neo__stats > div > ul._st3 li:first-child p,
.neo__stats > div > ul._st4 li:last-child p {
  width: auto;
  font-family: "Prompt-Regular";
  font-weight: 500;
  color: #fff;
}

.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;
  width: 70%;
  max-width: 1480px;
  width: 90%;
  padding: calc(6vw + 75px) 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
}

@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;
  min-height: 100%;
  -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;
  min-height: 10vw;
}

.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 */
}

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

.neo__stats > div > ul h1 {
  text-align: left;
  margin: 0 0 0 1vw;
  line-height: .5;
  color: #2A3446;
  display: inline;
}

.neo__stats > div > ul strong {
  font-size: 55px;
  display: inline;
  text-align: left;
}

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

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

  /* .neo__stats > div > ul h1 {
    margin: 0 0 0 4vw;
  } */
}

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

  .neo__stats > div {
    padding: calc(12vw + 75px) 0 0 0
  }
}

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

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

@media screen and (max-width: 960px) {
  strong {
    font-size: 40px
  }
}

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

.neo__stats > div > ul strong._number {
  font-family: "juana-black";
  font-size: 64px;
  display: block;
  color: #fff;
}

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

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

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

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

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

@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)
  }
}

@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;
    order: 1;
  }

  .neo__stats > div > ul:nth-child(odd) li:nth-of-type(1) {
    order: 2;
  }
}

.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 p,
.neo__stats > div > ul._st1 li:first-child strong {
  color: #fff;
  text-align: left;
}

/*.neo__stats > div > ul._st1 li:first-child strong {*/
/*  font-size: 80px;*/
/*}*/

.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: 16vw;
  background: #516164
}

@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%;
  text-align: left;
  /* left: 30%; */
}

.neo__stats > div > ul._st1 li:last-child div:first-child {
  height: calc(10vw + 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: 28vw;
  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: 28vw
}

@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,
.neo__stats > div > ul._st2 li:last-child p {
  display: table-cell;
  vertical-align: middle
}

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

.neo__stats > div > ul._st2 li:last-child div:first-child {
  height: 12vw;
  background: #7F231D;
  /* 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:first-child p,
.neo__stats > div > ul._st3 li:first-child div:first-child p,
.neo__stats > div > ul._st4 li:last-child div:first-child p {
  padding-left: 4vw;
} */

.neo__stats > div > ul._st2 li:last-child div:last-child {
  height: 100%;
  background: #7F231D;
}

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

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

  /* .neo__stats > div > ul._st1 li:last-child aside {
    left: 30%;
  } */
}

.neo__stats > div > ul._st2 li:last-child div:last-child p {
  display: block;
  color: #fff
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st2 li:last-child div:first-child {
    height: calc(10vw + 80px);
    /*background: #c20b9e;*/
    /* 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%
  }
}

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

@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: 25vw
}

@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 div:last-child {
    height: 16vw;
  }

}

.neo__stats > div > ul._st3 li:first-child strong,
.neo__stats > div > ul._st3 li:first-child p {
  display: block;
  vertical-align: top
}

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

.neo__stats > div > ul._st3 li:first-child p,
.neo__stats > div > ul._st3 li:first-child strong {
  color: #fff
}

.neo__stats > div > ul._st3 li:first-child div:first-child {
  height: 100%;
  background: #2A3446;
  margin-bottom: 1.2vw
}

.neo__stats > div > ul._st3 li:first-child div:first-child h2,
.neo__stats > div > ul._st3 li:first-child div:first-child strong,
.neo__stats > div > ul._st3 li:first-child div:first-child p {
  width: auto;
  /* vertical-align: middle;
  display: table-cell; */
  /* color: #2A3446; */
}

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st3 li:first-child div:first-child {
    /* height: calc(14vw + 115px); */
    /*background: #fff;*/
    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-cell
  }
}

.neo__stats > div > ul._st4 li {
  height: 28vw;
  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: 28vw
}

@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: table-cell;
  vertical-align: middle; */
  color: #2A3446;
}

/* .neo__stats > div > ul._st4 li:last-child strong {
  width: auto;
  color: #2A3446
} */

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

.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: 100%;
  background: #CD9486;
  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__stats > div > ul._st4 li:last-child div:last-child p,
.neo__stats > div > ul._st4 li:last-child div:last-child strong {
  color: #2A3446
}

/* .neo__stats > div > ul._st4 li:last-child div:last-child strong._number {
  padding-left: 5vw;
} */

@media screen and (max-width: 960px) {
  .neo__stats > div > ul._st4 li:last-child div:first-child {
    height: calc(10vw + 80px);
    /*background: #005068;*/
    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(28vw + 80px);
    /*background: #fadd41;*/
    /*margin-bottom: 0*/
  }

  .neo__grid._service li .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;
  background-color: #2A3446;
  background-image: url("../_ui/grfx/tile-dark-blue-large.svg");
  background-position: left top;
  background-repeat: repeat;
}

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

.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
}

@media screen and (max-width: 1480px) {
  .neo__stats > div > ul._st1 li:first-child div:last-child {
    height: 17vw;
  }
}

@media screen and (max-width: 1280px) {
  .neo__stats > div > ul._st1 li:first-child div:last-child {
    height: 18vw;
  }
}

@media screen and (max-width: 1080px) {
  .neo__siteplans > div {
    width: 85%;
  }

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

  .neo__stats > div > ul._st4 li,
  .neo__stats > div > ul._st4 li:first-child div {
    height: 40vw;
  }

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

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

  .neo__maps > div h2 {
    line-height: 1.0;
  }


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

  /* .neo__stats > div > ul._st1 li:last-child aside {
    left: 33%;
  } */

  /*.neo__stats > div > ul._st1 li:first-child div:last-child {*/
  /*    height: 18.2vw;*/
  /*    background: #ABD42C*/
  /*  }*/

}

/* .neo__featured {
  padding: calc(2vw + 30px) 0;
  background: #5cb6dd
}

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

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

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

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

.neo__featured > div h2 {
  margin: 20px 0;
  line-height: 1.25
}

.neo__featured > div h2,
.neo__featured > div strong {
  color: #005068
}

.neo__featured > div strong {
  font-size: 40px
} */

.neo__grid > div > aside > div h2 {
  line-height: .75;
  color: #B7DB4D;
}

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

@media screen and (max-width: 960px) {
  .neo__featured > div strong {
    font-size: 30px
  }

  .neo__siteplans > div {
    width: 95%;
    right: 1vw;
  }

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

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

  /* .neo__stats > div > ul._st1 li:last-child aside {
    left: 25%;
  } */
}

.neo__featured > 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: #005068;
  font-family: "GreycliffCF-Regular";
  font-weight: 300;
  font-size: 20px;
  margin: calc(1vw + 5px) 0
}

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

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

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

.neo__featured > div ul {
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: start;
  align-items: start;
  padding-top: calc(2vw + 30px) */
  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;
  padding: 0 0 0 10px;
  text-indent: -1.5em;
  float: left;
}

.neo__grid > div ul > li span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: .6px;
  line-height: 1.25;
  text-align: left;
  font-family: "GreycliffCF-Regular";
  font-weight: 300;
  display: block;
  width: 90%;
  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
  }
}

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

.neo__featured > div ul > li span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #005068;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

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

@media screen and (max-width: 960px) {
  .neo__featured > div ul > li {
    width: calc(100% / 2);
    min-width: calc(100% / 2);
    padding: 5px 0
  }
}

@media screen and (max-width: 720px) {
  .neo__featured > div ul > li {
    width: calc(100% / 1);
    min-width: calc(100% / 1)
  }

  .neo__stats > div > ul._st4 li,
  .neo__stats > div > ul._st4 li:first-child div {
    height: 50vw;
  }

  .neo__stats > div > ul._st4 li:last-child div:last-child {
    height: calc(38vw + 80px);
  }

  /* .neo__stats > div > ul._st1 li:last-child aside {
    left: 28%;
  } */
}

.neo__featured > div p {
  padding-left: calc(calc(100% / 3) * 2);
  color: #005068
}

.neo__grid.feature-section > div > div {
  width: 90%;
}

.neo__grid.feature-section h2,
.neo__grid._service h2 {
  font-size: 116px;
  color: #2A3446;
  text-shadow: 2px 2px #C3DADB;
  line-height: 1.0;
}

.neo__grid.feature-section strong,
.neo__grid._service strong {
  font-size: 55px;
  font-family: "juana-black";
  color: #2A3446;
}

.neo__grid._service {
  background-color: #fff;
}

.neo__grid.feature-section p,
.neo__grid._service p,
.neo__grid.feature-section li,
.neo__grid._service li {
  color: #2A3446;
  font-size: 16px;
  line-height: 26px;
  font-family: "Prompt-Bold";
  margin: 10px 0;
}

.neo__grid.feature-section li,
.neo__grid.feature-section p {
  font-size: 18px;
}

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

  /*.neo__grid._convenience strong,*/
  /*.neo__grid._service strong {*/
  /*  font-size: calc(40px + -10 * (100vw - 1480px) / -520)*/
  /*}*/
}

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

  /*.neo__grid._convenience strong,*/
  /*.neo__grid._service strong {*/
  /*  font-size: 30px*/
  /*}*/
}

.neo__grid.feature-section 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: 18px;
  line-height: 2.0;
  color: #2A3446;
  font-family: "Prompt-Bold";
  margin: calc(1vw + 5px) 0
}

.neo__grid.feature-section h6 {
  line-height: 1.0;
  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)*/
  /*}*/
  /* .neo__grid.feature-section h6,
  .neo__grid._service h6 {
    margin: calc(2vw + 25px) 0 0;
  } */
}

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

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

}

.neo__grid.feature-section ul {
  margin: 0 0 0 1.5vw;
  width: 31%;
  display: inline-grid;
}

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

.neo__grid._service ul {
  margin-left: 2vw;
}

.neo__grid._convenience ul li,
.neo__grid._service ul li {
  margin: 15px 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: #2A3446;
  letter-spacing: .6px;
  line-height: 1.5;
  text-align: left;
  font-family: "Prompt-Regular";
  /*padding: 2px 0;*/
  display: block;
  width: 90%;
  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*/
  /*}*/
}

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

  /*.neo__grid._convenience ul li span,*/
  /*.neo__grid._service ul li span {*/
  /*  width: 100%*/
  /*}*/
}

.neo__grid.feature-section ul li:before,
.neo__grid._service ul li span:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 4px;
  height: 4px;
  background: #2A3446;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.neo__grid.feature-section ul li:before {
  top: 16px;
}

.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._service > div {
  background: #2A3446
} */

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

/* .neo__grid.feature-section h2,
.neo__grid._service h2 {
  font-size: 100px;
} */

/* .neo__grid.feature-section strong,
.neo__grid._service strong {
  font-size: 45px;
  margin: 0 0 2vw 0;
} */

/* .neo_luxuries {
  min-height: 550px;
  background: #232d62
}

.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: #c20b9e;
  text-align: center
}

.neo_luxuries > div h2 {
  margin: 20px 0;
  line-height: 1.25
}

.neo_luxuries > div h2,
.neo_luxuries > div strong {
  color: #005068
}

.neo_luxuries > div strong {
  font-size: 40px
} */

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

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

.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: #005068;
  font-family: "GreycliffCF-Regular";
  font-weight: 300;
  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__stats > div > ul._st4 li,
  .neo__stats > div > ul._st4 li:first-child div {
    height: 60vw;
  }

  .neo__stats > div > ul._st4 li:last-child div:last-child {
    height: calc(43vw + 80px);
  }
}

.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.55;
  text-align: left;
  font-family: "GreycliffCF-Regular";
  font-weight: 300;
  font-size: 20px;
  padding: 2px 0;
  display: block;
  width: 90%;
  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
  }
}

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

.neo_luxuries > div ul li span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #c20b9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

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

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

body[id=amenities] {
  background-image: url("../_ui/grfx/pattern-background.png");
  -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px;
  background-position: 0 0;
  background-color: #2A3446;
  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: #2A3446;
  position: fixed;
  z-index: 999;
  top: -45px
}

body[id=location] {
  background-image: url("../_ui/grfx/pattern-background.png");
  -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px;
  background-position: 0 0;
  background-color: #2A3446;
  background-repeat: repeat
}

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: #2A3446;
  position: fixed;
  z-index: 999;
  top: -45px
}

@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%
  }

  .neo__grid > div ul > li span {
    line-height: 1;
    margin: 8px auto auto 0;
  }
}

@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%
  }

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

  .neo__grid.feature-section ul,
  .neo__grid._service ul {
    margin: 0 0 0 2.5vw;
  }

  .neo__grid.feature-section h2,
  .neo__grid._service h2 {
    font-size: 106px;
  }

  .neo_amenities > div > ul > li h5 {
    font-size: 32px;
  }

  .neo__grid.feature-section ul {
    width: 30%;
  }

  .neo__grid.feature-section ul > li br {
    display: none;
  }
}

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

  .neo__grid.feature-section {
    min-height: 420px;
  }

  .neo__grid.feature-section > div {
    width: 90%;
  }

  .neo__grid.feature-section > div > div {
    width: 100%
  }

  .neo__grid.feature-section h2,
  .neo__grid._service h2 {
    font-size: 82px;
  }

  .neo_amenities > div > ul > li h5 {
    font-size: 24px;
  }

  .neo__grid.feature-section ul {
    width: 46%;
  }

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

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

  .neo__stats > div > ul img {
    max-height: 55vw;
  }

  /*.neo__grid > div ul > li span {*/
  /*    line-height: 1.45;*/
  /*    margin: 0 auto auto 0;*/
  /*}*/
}

@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
  }

  .neo__grid.feature-section h2,
  .neo__grid._service h2 {
    font-size: 74px;
  }

  .neo__grid.feature-section strong,
  .neo__grid._service strong {
    font-size: 48px;
  }

}

@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
  }

  .neo__grid.feature-section h2,
  .neo__grid._service h2 {
    font-size: 72px;
  }

  .neo__grid.feature-section strong,
  .neo__grid._service strong {
    font-size: 32px;
  }
}

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

  .neo_amenities.amenities-section h1 {
    margin-bottom: 12vw;
  }

  .neo__grid.feature-section h2,
  .neo__grid._service h2 {
    line-height: .7;
    margin-top: 1vw;
  }

  .neo_amenities > div > ul > li h5 {
    font-size: 32px;
  }

  .neo__maps > div h2 {
    font-size: 68px;
  }

  .neo__grid.feature-section {
    min-height: 465px;
  }

  .neo__grid.feature-section strong,
  .neo__grid._service strong {
    font-size: 40px;
  }

  /* .neo__maps > div strong {
    margin-right: -17px;
  } */

  .neo__stats > div > ul._st3 li:first-child div:first-child p {
    left: -12px;
  }

  .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
  }

  .neo__stats > div > ul._st1 li:first-child div:last-child {
    height: 40vw;
  }

  /* .neo__stats > div > ul._st1 li:last-child aside {
    left: 32%;
  } */

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

  .neo__stats > div > ul strong {
    font-size: 38px;
  }

  .neo__stats > div > ul strong._number {
    font-size: 46px;
  }

  .neo__grid.feature-section ul {
    width: 90%;
  }

  .neo__grid.feature-section ul,
  .neo__grid._service ul {
    margin: 0 0 0 7vw;
  }
}

@media screen and (max-width: 460px) {
  /* .neo__stats > div > ul._st1 li:last-child aside {
    left: 40%;
  } */

  .neo__stats > div > ul h1 {
    font-size: 72px;
  }

  .neo__links > div > ul > li h5 {
    font-size: 44px;
  }

  .neo__grid.feature-section p,
  .neo__grid._service p,
  .neo__grid.feature-section li,
  .neo__grid._service li {
    font-size: 18px;
    line-height: 22px;
  }

  .neo__grid.feature-section > div {
    margin: 7vw auto;
  }

  .neo__grid._convenience ul li span,
  .neo__grid._service ul li span {
    font-size: 18px;
    line-height: 22px;
  }

  .neo__stats > div > ul strong._number {
    font-size: 40px;
  }

  .neo__stats > div > ul._st3 li,
  .neo__stats > div > ul._st3 li:last-child div {
    height: 70vw;
  }

  .neo__stats > div > ul._st4 li,
  .neo__stats > div > ul._st4 li:first-child div {
    height: 84vw;
  }

  .neo__stats > div > ul._st4 li:last-child div:last-child {
    height: calc(64vw + 80px);
  }
}