.explore .top-banner {
  position: relative;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .explore .top-banner {
    min-height: calc(var(--vh, 1vh) * 100 - var(--ihh));
    margin-bottom: var(--ihh);
  }
}
.explore .top-banner:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/07/favicon.png");
  left: 15%;
  width: 100%;
  height: min(max(30%, 27.7777777778vw), 400px);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: min(max(71px, 11.1111111111vw), 160px);
  filter: brightness(0) invert(1) opacity(0) blur(7px);
  transition: filter 1.3s ease-in-out;
}
.explore .top-banner.animate:before {
  filter: brightness(0) invert(1) opacity(0.2) blur(0px);
}
.explore .top-banner.animate h1 span {
  transform: translate(0, 0) !important;
}
.explore .top-banner .title-wrapper {
  margin-top: -8%;
}
.explore .top-banner h1 {
  font-family: "Kenoky";
  color: #ffffff;
  text-align: center;
  font-size: min(max(21px, 3.6111111111vw), 52px);
  padding: 0px 15px 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.explore .top-banner h1 span {
  transition: transform 1s ease-in-out;
  transform: translate(0, 100%) !important;
}
.explore .top-banner .top-info-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  left: 50%;
  max-width: 70%;
  transform: translateX(-50%);
  padding: min(max(12px, 1.1805555556vw), 17px) min(max(20px, 3.0555555556vw), 44px);
}
@media only screen and (max-width: 991px) {
  .explore .top-banner .top-info-wrapper {
    bottom: calc(0px - var(--ihh));
    max-width: 85%;
    margin-bottom: 35px;
    border: 1px solid #ac9a7a;
  }
}
.explore .top-banner .top-info-wrapper > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 1%;
}
@media only screen and (max-width: 991px) {
  .explore .top-banner .top-info-wrapper > div {
    flex-direction: column;
    gap: 10px;
  }
}
.explore .top-banner .top-info-wrapper > div > * {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 991px) {
  .explore .top-banner .top-info-wrapper > div > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .explore .top-banner .top-info-wrapper > div .link {
    margin-bottom: -35px;
  }
}
.explore .top-banner .top-info-wrapper > div span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(max(12px, 1.25vw), 18px);
}
.explore .top-banner .top-info-wrapper > div span:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  color: #ac9a7a;
  font-size: min(max(30px, 2.6388888889vw), 38px);
  padding-right: min(max(5px, 0.6944444444vw), 10px);
}
.explore .top-banner .top-info-wrapper > div span span {
  padding: 0 5px;
  display: contents;
}
.explore .top-banner .top-info-wrapper > div span sup {
  align-self: flex-start;
}
.explore .top-banner .top-info-wrapper > div span.smart:before {
  content: "\e903";
}
.explore .top-banner .top-info-wrapper > div span.persons:before {
  content: "\e902";
}
.explore .top-banner .top-info-wrapper > div span.pools:before {
  content: "\e904";
}
.explore .top-banner #scrollTo {
  cursor: pointer;
}
.explore .headline {
  text-align: center;
  padding: min(max(40px, 5.2083333333vw), 100px) 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.explore .headline img {
  margin: auto auto min(max(30px, 3.28125vw), 63px);
  max-width: min(max(132px, 14.53125vw), 279px);
}
.explore .headline h3 {
  max-width: 700px;
  margin: auto;
  letter-spacing: -0.58px;
  font-size: min(max(18px, 2.0138888889vw), 29px);
  color: #ac9a7a;
  font-weight: 400;
}
.explore .services-amenities {
  background-color: #F4F0EA;
  padding: min(max(40px, 5.2083333333vw), 100px) 15px;
}
.explore .services-amenities h2 {
  font-family: "Kenoky";
  letter-spacing: 8.38px;
  text-align: center;
}
.explore .services-amenities .services-amenities__wrap {
  padding-top: min(max(25px, 2.6041666667vw), 50px);
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 575px) {
  .explore .services-amenities .services-amenities__wrap {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.explore .services-amenities .services-amenities__wrap > div {
  color: #84724C;
  font-size: min(max(16px, 1.1458333333vw), 22px);
  font-weight: 400;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: min(max(21px, 1.8229166667vw), 35px);
}
.explore .services-amenities .services-amenities__wrap > div:before {
  content: "";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: min(max(30px, 2.6388888889vw), 38px);
}
.explore .services-amenities .services-amenities__wrap > div.cleaning:before {
  content: "\e91c";
}
.explore .services-amenities .services-amenities__wrap > div.laundry:before {
  content: "\e91a";
}
.explore .services-amenities .services-amenities__wrap > div.sunbeds:before {
  content: "\e922";
}
.explore .services-amenities .services-amenities__wrap > div.dining:before {
  content: "\e91d";
}
.explore .services-amenities .services-amenities__wrap > div.vegetables:before {
  content: "\e923";
}
.explore .services-amenities .services-amenities__wrap > div.spa:before {
  content: "\e91e";
}
.explore .services-amenities .services-amenities__wrap > div.towels:before {
  content: "\e91b";
}
.explore .services-amenities .services-amenities__wrap > div.music:before {
  content: "\e921";
}
.explore .services-amenities .services-amenities__wrap > div.smart:before {
  content: "\e917";
}
.explore .services-amenities .services-amenities__wrap > div.parking:before {
  content: "\e920";
}
.explore .services-amenities .services-amenities__wrap > div.garden:before {
  content: "\e924";
}
.explore .services-amenities .services-amenities__wrap > div.bbq:before {
  content: "\e925";
}
.explore .services-amenities .services-amenities__wrap > div.chef:before {
  content: "\e91f";
}
.explore .services-amenities .services-amenities__wrap > div.airport:before {
  content: "\e919";
}
.explore .services-amenities .services-amenities__wrap > div.babysitting:before {
  content: "\e918";
}
.explore .services-amenities .services-amenities__wrap > div.rental:before {
  content: "\e926";
}
.explore .floors-wrapper {
  background-color: #F4F0EA;
  padding-bottom: min(max(35px, 7.5520833333vw), 145px);
}
.explore .floors-wrapper > h2 {
  font-family: "Kenoky";
  letter-spacing: 8.38px;
  text-align: center;
  margin-bottom: min(max(32px, 3.6458333333vw), 70px);
}
.explore .floors-wrapper .floor {
  padding-bottom: min(max(35px, 3.90625vw), 75px);
}
.explore .floors-wrapper .floor.ground .main-info h2:before {
  background-image: url("/wp-content/uploads/2022/07/ground-svg.svg");
}
.explore .floors-wrapper .floor.middle .main-info h2:before {
  background-image: url("/wp-content/uploads/2022/07/middle-svg.svg");
}
.explore .floors-wrapper .floor.second .main-info h2:before {
  background-image: url("/wp-content/uploads/2022/07/second-svg.svg");
}
.explore .floors-wrapper .floor:nth-child(2n+2) .main-info-wrap {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor:nth-child(2n+2) .main-info-wrap {
    flex-direction: column;
  }
}
.explore .floors-wrapper .floor .main-info-wrap {
  display: flex;
  height: 585px;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .main-info-wrap {
    flex-direction: column;
    height: auto;
  }
}
.explore .floors-wrapper .floor .main-info-wrap .main-image {
  flex: 0 0 70%;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .main-info-wrap .main-image {
    flex: 0 0 100%;
    max-width: 100%;
    height: min(max(250px, 45.6323337679vw), 350px);
  }
}
.explore .floors-wrapper .floor .main-info-wrap .main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info {
  background-color: #D1C5B0;
  flex: 0 0 30%;
  max-width: 30%;
  padding: min(max(20px, 3.3854166667vw), 65px) min(max(20px, 2.6041666667vw), 50px) min(max(20px, 2.8645833333vw), 55px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .main-info-wrap .main-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .number {
  font-weight: 600;
  color: #84724C;
  position: relative;
  padding-bottom: 5px;
  text-align: right;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .number:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20%;
  background-color: #84724C;
  right: 0;
  bottom: 0;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info h2 {
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: -1.3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info h2:before {
  content: "";
  width: 50%;
  height: min(max(60px, 5.9895833333vw), 115px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 28px;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .link {
  margin-left: 0;
  font-size: 11px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .link:before {
  background-color: #000000;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .link:hover {
  color: #ffffff;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .link:hover:before {
  background-color: #000000;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .link.closed:after {
  content: "\e912";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  color: #ffffff;
  transition: color 0.3s ease-out;
  font-size: 11px;
}
.explore .floors-wrapper .floor .main-info-wrap .main-info .link.opened:after {
  content: "\e905";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  color: #ffffff;
  transition: color 0.3s ease-out;
  font-size: 6px;
}
.explore .floors-wrapper .floor .details {
  display: none;
}
.explore .floors-wrapper .floor .details .details-wrap {
  background-color: #ffffff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.0016);
  display: flex;
  padding: min(max(22px, 2.8125vw), 54px) min(max(35px, 5.46875vw), 105px) min(max(30px, 3.3854166667vw), 65px);
  gap: 2%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap {
    flex-direction: column;
    padding: min(max(22px, 2.8125vw), 54px) min(max(15px, 4.5632333768vw), 35px) min(max(30px, 3.3854166667vw), 65px);
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-info {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: min(max(25px, 2.0833333333vw), 40px);
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div {
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-info div {
    padding-left: 0px;
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div h3 {
  padding-bottom: min(max(10px, 1.0416666667vw), 20px);
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div ul {
  color: #84724C;
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div.persons {
  padding-left: 0;
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div.persons h3 {
  padding-left: min(max(10px, 1.0416666667vw), 20px);
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-info div.persons h3 {
    padding-left: 0px;
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div.persons h3:before {
  content: "\e914";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #D1C5B0;
  font-size: min(max(30px, 3.28125vw), 63px);
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div.persons ul li {
  text-transform: uppercase;
  padding: min(max(10px, 0.6770833333vw), 13px) 0 min(max(10px, 0.6770833333vw), 13px) min(max(15px, 1.8229166667vw), 35px);
  border-bottom: 1px solid #D1C5B0;
  font-size: min(max(14px, 0.9375vw), 18px);
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-info div.persons ul li {
    padding-left: 0px;
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div:not(.persons) h3 {
  text-transform: uppercase;
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div:not(.persons) ul {
  list-style-type: disc;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-info div:not(.persons) ul {
    padding-left: min(max(20px, 3.9113428944vw), 30px);
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-info div:not(.persons) ul li {
  font-size: min(max(15px, 0.9895833333vw), 19px);
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-image-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap img {
  max-height: 592px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .btns-wrap {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .btns-wrap {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .btns-wrap .link {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .btns-wrap .link.photo:after {
  content: "\e913";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  color: #000000;
  transition: color 0.3s ease-out;
  font-size: 1.5em;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .btns-wrap .link.more {
  width: 176px;
  padding: min(max(12px, 0.78125vw), 15px) 0;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper {
  display: none;
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap {
  height: 100%;
  justify-content: center;
  gap: min(max(20px, 2.6041666667vw), 50px);
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .close {
  visibility: hidden;
  font-size: 0;
  align-self: flex-end;
  position: relative;
  cursor: pointer;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .close:before {
  content: "x";
  visibility: visible;
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  font-size: min(max(25px, 2.0833333333vw), 40px);
  font-family: "Kenoky";
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: calc(0px - min(max(20px, 2.6041666667vw), 50px));
  width: 100%;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav > button {
  visibility: hidden;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav > button:before {
  visibility: visible;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: min(max(15px, 1.7361111111vw), 25px);
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav > button.owl-prev {
  left: calc(45% - min(max(15px, 1.7361111111vw), 25px));
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav > button.owl-prev:before {
  content: "\e90e";
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav > button.owl-next {
  right: calc(49% - min(max(15px, 1.7361111111vw), 25px));
}
.explore .floors-wrapper .floor .details .details-wrap .details-image-wrap .gallery-images-wrapper .gallery-wrap .owl-nav > button.owl-next:before {
  content: "\e910";
}
.explore .our-facilities {
  padding-top: min(max(50px, 3.90625vw), 75px);
  text-align: center;
}
.explore .our-facilities h2 {
  font-family: "Kenoky";
  letter-spacing: 0.68px;
  margin-bottom: min(max(10px, 1.0416666667vw), 20px);
}
.explore .our-facilities h4 {
  max-width: 776px;
  margin: 0 auto;
  padding: 0 15px;
}
.explore .our-facilities .facilities-slider-outer {
  padding-top: min(max(50px, 3.90625vw), 75px);
  display: flex;
  flex-direction: column;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider {
  height: min(max(200px, 36.4583333333vw), 700px);
  display: flex;
  flex-direction: row;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__item {
  display: flex;
  flex: 0 0 4%;
  max-width: 4%;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__item.active {
  flex: 0 0 88%;
  max-width: 88%;
}
@media only screen and (max-width: 991px) {
  .explore .our-facilities .facilities-slider-outer .facilities-slider__item.active {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__item.active .facilities-slider__image {
  flex: 0 0 58%;
  max-width: 58%;
}
@media only screen and (max-width: 991px) {
  .explore .our-facilities .facilities-slider-outer .facilities-slider__item.active .facilities-slider__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__item.active .facilities-slider__info * {
  display: block;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__item:not(.active) {
  cursor: pointer;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__item:not(.active) .facilities-slider__info {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .explore .our-facilities .facilities-slider-outer .facilities-slider__item:not(.active) {
    display: none;
  }
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__image {
  flex: 0 0 0;
  max-width: 0;
  transition: height 0.5s ease-in-out;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info {
  flex: 0 0 42%;
  max-width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(max(25px, 2.0833333333vw), 40px);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .explore .our-facilities .facilities-slider-outer .facilities-slider__info {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .title {
  text-transform: uppercase;
  color: #ffffff;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .title * {
  margin: 3px;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .title h4 {
  letter-spacing: min(max(2px, 0.7822685789vw), 6px);
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .title h3 {
  font-size: min(max(19px, 2.1354166667vw), 41px);
  font-weight: 100;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .link {
  background-color: inherit;
  border-color: #ffffff;
  width: min(max(70%, 10.2083333333vw), 196px);
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .link:before {
  background: #ffffff;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info .link:hover {
  color: inherit;
}
.explore .our-facilities .facilities-slider-outer .facilities-slider__info * {
  display: none;
}
.explore ul.slider-indicators {
  margin-top: min(max(20px, 3.4722222222vw), 50px);
  flex-direction: row;
  justify-content: center;
  height: 24px;
  gap: 5px;
}
.explore ul.slider-indicators.disable {
  pointer-events: none;
}
.explore ul.slider-indicators li {
  visibility: hidden;
  position: relative;
  height: inherit;
  width: 24px;
  cursor: pointer;
}
.explore ul.slider-indicators li:before, .explore ul.slider-indicators li:after {
  content: "";
  visibility: visible;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.explore ul.slider-indicators li:before {
  background-color: #000000;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.explore ul.slider-indicators li:after {
  border: 1px solid #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.explore ul.slider-indicators li.active {
  pointer-events: none;
  cursor: default;
}
.explore ul.slider-indicators li.active:after {
  opacity: 1;
}