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

img.lazy {
  display: block
}

.neo_carrousel {
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  /* min-height: 690px */
}

/* @media screen and (max-width: 1280px) {
  .neo_carrousel {
    min-height: 60vw
  }
} */

.neo_carrousel figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 80vh;
  position: relative
}

.neo_carrousel figure:before,
.neo_carrousel figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}

.neo_carrousel figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
}

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

@media screen and (max-width: 1080px) {
  .neo_carrousel figure {
    height: 100vw
  }
}

@media screen and (max-width: 640px) {
  .neo_carrousel figure {
    height: 140vw
  }
}

@media screen and (max-width: 960px) {
  .neo_carrousel {
    max-width: 100vw
  }
}

.neo_carrousel .neo_caption {
  position: absolute;
  right: 0;
  bottom: 4vw;
  left: 0;
  width: 80%;
  text-align: left;
  z-index: 10;
  margin: auto;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  -ms-opacity: .9;
  -o-opacity: .9;
  opacity: .9;
  filter: alpha(opacity=90)
}

.neo_carrousel .neo_caption strong {
  margin: 0;
  position: absolute;
  top: -55px;
  left: -6%
}

@media screen and (max-width: 1480px) {
  .neo_carrousel .neo_caption {
    width: 84%
  }
}

@media screen and (max-width: 960px) {
  .neo_carrousel .neo_caption {
    bottom: 10vw;
  }

  .neo_carrousel .neo_caption strong {
    left: 0%
  }
}

@media screen and (max-width: 720px) {
  .neo_carrousel .neo_caption {
    width: 90%;
    bottom: calc(10vw + 20px)
  }

  .neo_carrousel .neo_caption strong {
    top: -40px
  }
}

@media screen and (max-width: 640px) {
  .neo_carrousel .neo_caption {
    width: 94%
  }
}

.neo_carrousel__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden
}

@media screen and (max-width: 960px) {
  .neo_carrousel__link {
    max-width: 100vw;
    max-height: 50vh
  }
}

@media screen and (max-width: 720px) and (orientation: landscape) {
  .neo_carrousel__link {
    max-height: 100vh
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .neo_carrousel__link {
    max-height: 100vh
  }
}

@media screen and (max-width: 1080px) {
  .neo_carrousel__image {
    width: 100%
  }
}

@media screen and (max-width: 960px) {
  .neo_carrousel__image {
    max-height: 100vw
  }
}

.neo_carrousel__captions {
  position: absolute;
  right: 5%;
  max-width: 40%
}

@media screen and (max-width: 960px) {
  .neo_carrousel__captions {
    left: 0;
    width: 100%;
    max-width: 100%
  }
}

@media screen and (max-width: 960px) {
  .neo_carrousel__captions.captions-image img {
    margin: auto
  }
}

@media screen and (max-width: 720px) {
  .neo_carrousel__captions.captions-image img {
    width: 80%
  }
}

@media screen and (max-width: 720px) and (orientation: landscape) {
  .neo_carrousel__captions.captions-image img {
    width: 100vh
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  .neo_carrousel__captions.captions-image img {
    width: 100vh
  }
}

.captions-container {
  padding: 25px;
  border-radius: .5rem
}

@media screen and (max-width: 960px) {
  .captions-container {
    width: 50%;
    margin: auto
  }
}

.captions-container__title {
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 3em
}

@media screen and (max-width: 960px) {
  .captions-container__title {
    text-align: center
  }
}

@media screen and (max-width: 720px) {
  .captions-container__title {
    font-size: 1.25rem
  }
}

.captions-container__subtitle {
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 1em
}

@media screen and (max-width: 960px) {
  .captions-container__subtitle {
    text-align: center
  }
}

@media screen and (max-width: 720px) {
  .captions-container__subtitle {
    font-size: 1rem
  }
}

.captions-container__text {
  color: #fff;
  font-size: .9em;
  font-weight: 400;
  padding: 10px 0;
  line-height: 1.65em
}

@media screen and (max-width: 960px) {
  .captions-container__text {
    text-align: center
  }
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  width: 10vw;
  height: 10vw;
  cursor: pointer;
  max-width: 100px;
  max-height: 100px;
  color: transparent;
  border: none;
  z-index: 10
}

.slick-prev {
  left: 20px;
  background-image: url("../_ui/_svg/grfx-arrow-left.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat
}

.slick-prev:hover {
  background-image: url("../_ui/_svg/grfx-arrow-left-hover.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat
}

.slick-next {
  right: 20px;
  background-image: url("../_ui/_svg/grfx-arrow-right.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat
}

.slick-next:hover {
  background-image: url("../_ui/_svg/grfx-arrow-right-hover.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat
}

.sliderContainer {
  position: relative
}

.neo__slider {
  padding: calc(2vw + 30px) 0;
  /* 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-color: .neo__slider;
  /* background-repeat: repeat */
}

.neo__slider > h2 {
  margin: calc(2vw + 30px) auto;
  position: relative;
  display: table;
  text-align: center;
  left: 6%
}

.neo__slider > h2 strong {
  position: absolute;
  top: -60px;
  left: -140px
}

@media screen and (max-width: 960px) {
  .neo__slider > h2 strong {
    top: -40px;
    left: -80px
  }
}

@media screen and (max-width: 720px) {
  .neo__slider > h2 {
    left: 0%;
    width: 90%
  }

  .neo__slider > h2 strong {
    left: 0;
    margin: auto;
    right: 0%
  }
}

.neo__slider .slick-track {
  display: flex !important
}

.neo__slider .slick-slide span {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #6a6e70;
  line-height: 1.3;
  writing-mode: vertical-rl
}

.neo__slider .slick-slide figure {
  background-size: cover;
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100% + 40px);
  max-height: 750px
}

.neo__slider .slick-slide figure:before,
.neo__slider .slick-slide figure:after {
  clear: both;
  content: "";
  display: block;
  height: 0
}

.neo__slider .slick-slide figure span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: ""
}

.neo__slider .slick-slide figure img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  width: 100%
}

/* .neo__slider .slick-initialized .slick-slide {
  max-width: 1200px !important;
  width: 1200px !important;
} */

@media screen and (max-width: 1480px) {
  .neo__slider .slick-slide figure {
    width: calc(100% + 60px)
  }
}

@media screen and (max-width: 1280px) {
  .neo__slider .slick-slide figure {
    width: calc(100% + 80px)
  }
}

.neo__slider .slick-slide figure img {
  width: 100%;
  height: auto
}

.neo__slider .slick-slide > div {
  margin: 0 25px;
  overflow: hidden
}

@media screen and (max-width: 1480px) {
  .neo__slider .slick-slide > div {
    margin: 0 15px
  }
}

@media screen and (max-width: 1280px) {
  .neo__slider .slick-slide > div {
    margin: 0 5px
  }
}

.neo__slider .slick-slide-prev:before,
.neo__slider .slick-slide-next:before {
  color: black
}

.neo__stats {
  text-align: center;
  padding: calc(2vw + 25px) 0
}

.neo__stats:after,
.neo__stats:before {
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  /* background: rgba(0, 0, 0, 0.15); */
  position: absolute;
  top: 0;
  right: 0
}

.neo__stats:before {
  background-image: url("../_content/02-callouts.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.neo__stats figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.neo__stats h2,
.neo__slider h2 {
  z-index: 100;
  margin: calc(0.25vw + 2px) auto;
  position: relative;
  display: table;
  text-align: center;
  left: 6%;
  color: #fff;
}

.neo__stats h2 strong {
  position: absolute;
  top: -60px;
  left: -140px
}

@media screen and (max-width: 960px) {
  .neo__stats h2 strong {
    top: -40px;
    left: -80px
  }
}

@media screen and (max-width: 720px) {
  .neo__stats h2 {
    left: 0%;
    width: 90%
  }

  .neo__stats h2 strong {
    left: 0;
    margin: auto;
    right: 0%
  }
}


.neo__stats .neosliderstats {
  margin-top: 45px;
  z-index: 100
}

.neo__stats .slick-slide {
  cursor: pointer;
  padding: calc(2vw + 20px) 15px;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  width: 26vw;
  height: 26vw
}

.neo__stats .slick-slide h3,
.neo__stats .slick-slide.slick-center h3 {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  text-transform: initial;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-family: "Prompt-Regular";
  letter-spacing: 0;
  line-height: 1.35;
  font-size: 124px;
  padding: 0 0;
  margin-top: 8%
}

.neo__stats .slick-slide.slick-center h3 {
  color: #123559;
  font-size: 144px;
}

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

  .neo__stats .slick-slide h3 {
    font-size: calc(124px + -30 * (100vw - 1480px) / -520)
  }

  .neo__stats .slick-slide.slick-center h3 {
    font-size: calc(144px + -30 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 1080px) {
  /* .neo__stats .slick-slide h3 {
    margin-top: 2%
  } */

  /* .neo__stats .slick-slide.slick-center h3,
  .neo__stats .slick-slide h3 {
    font-size: 110px;
  } */
}

@media screen and (max-width: 960px) {
  /* .neo__stats .slick-slide h3 {
    font-size: 80px
  } */
}

/* @media screen and (max-width: 960px) and (max-width: 960px) {
  .neo__stats .slick-slide h3 {
    font-size: calc(80px + -30 * (100vw - 960px) / -600)
  }
} */

@media screen and (max-width: 960px) and (max-width: 360px) {
  /* .neo__stats .slick-slide h3 {
    font-size: 50px
  } */
}

.neo__stats .slick-slide p {
  width: 80%;
  margin: -1vw auto
}

@media screen and (max-width: 1480px) {
  .neo__stats .slick-slide {
    width: 28vw;
    height: 28vw
  }
}

@media screen and (max-width: 1280px) {
  .neo__stats .slick-slide {
    width: 30vw;
    height: 30vw
  }
}

@media screen and (max-width: 1080px) {
  .neo__stats .slick-slide {
    width: calc(28vw + 4vw);
    height: calc(28vw + 4vw)
  }
}

@media screen and (max-width: 960px) {
  .neo__stats .slick-slide {
    width: 40vw;
    height: 40vw
  }

  .neo__stats .slick-slide p {
    width: 90%
  }
}

@media screen and (max-width: 720px) {
  .neo__stats .slick-slide {
    width: 55vw;
    height: 55vw
  }
}

@media screen and (max-width: 640px) {
  .neo__stats .slick-slide {
    width: 70vw;
    height: 70vw
  }
}

.neo__stats .slick-slide.slick-center {
  background: #DBBAB1;
}

/* .neo__stats .slick-slide.slick-center h3 {
  font-size: 160px
} */

/* @media screen and (max-width: 1480px) {
  .neo__stats .slick-slide.slick-center h3 {
    font-size: calc(160px + -40 * (100vw - 1480px) / -520)
  }
} */

@media screen and (max-width: 960px) {
  .neo__stats .slick-slide.slick-center h3 {
    font-size: 120px
  }
}

/* @media screen and (max-width: 960px) {
  .neo__stats .slick-slide.slick-center h3 {
    font-size: 120px
  }
} */

@media screen and (max-width: 960px) and (max-width: 960px) {
  .neo__stats .slick-slide.slick-center h3 {
    font-size: calc(120px + -30 * (100vw - 960px) / -600)
  }
}

@media screen and (max-width: 960px) and (max-width: 360px) {
  .neo__stats .slick-slide.slick-center h3 {
    font-size: 90px
  }
}

.neo__stats .slick-slide.slick-center p {
  color: #2C211D;
}

.neo_amenities {
  padding: calc(2vw + 5px) 0 calc(4vw + 25px) 0;
  /* 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-color: #071e31;
  background-repeat: repeat */
}

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

.neo_amenities > div h2 {
  margin: 0 auto 2vw
}

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

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

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

.neo_amenities > div h2 {
  padding-left: 10%
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 720px) {
  .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(2n+2) {
    margin: 0 5% 5% 0
  }

  .neo_amenities > div > ul > li:nth-child(1n+1) {
    margin: 0 0 5% 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(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 {
  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); */
  text-align: center;
  overflow: hidden;
  position: relative
}

.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-family: "ThirtylaneScript-Regular";
  font-weight: 600;
  line-height: 1.24;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px */
}

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

.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: 74px;
  height: 74px;
  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-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.15) 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%)
}

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

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

  /* .neo_amenities > div > ul > li h5 {
    line-height: 1.25;
    font-size: 35px
  } */

  .neo_amenities > div > ul > li h5 {
    font-size: calc(32px + -5 * (100vw - 960px) / -600);
    bottom: 5px;
  }
}

/* @media screen and (max-width: 960px) and (max-width: 960px) {
  .neo_amenities > div > ul > li h5 {
    font-size: calc(35px + -5 * (100vw - 960px) / -600);
    bottom: 0;
  }
} */

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

.neo_amenities > div > ul > li img {
  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%)
}

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

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

.neo_amenities > div > ul > li > div p {
  font-size: 22px;
  /* line-height: 1.53; */
  width: 100%;
  margin: auto;
  font-size: 20px
}

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

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

@media screen and (max-width: 960px) {
  .neo_amenities > div > ul > li > div p {
    line-height: 1.3;
    font-size: 19px
  }
}

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

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

@media screen and (max-width: 1480px) {
  .neo_amenities > div > ul > li > div p {
    width: 100%
  }
}

@media screen and (max-width: 720px) {
  .neo_amenities > div > ul > li > div p {
    width: 80%
  }
}

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

.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 > div:after {
  box-shadow: 0px 0px 20px #616161;
  border-radius: 50%;
} */