@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"), url("../fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Kenoky";
  src: url("../fonts/Kenoky-Light.eot");
  src: url("../fonts/Kenoky-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Kenoky-Light.woff") format("woff"), url("../fonts/Kenoky-Light.ttf") format("truetype"), url("../fonts/Kenoky-Light.svg#Kenoky-Light") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "GeorgiaBallpark-Script";
  src: url("../fonts/GeorgiaBallpark-Script.eot");
  src: url("../fonts/GeorgiaBallpark-Script.eot?#iefix") format("embedded-opentype"), url("../fonts/GeorgiaBallpark-Script.woff") format("woff"), url("../fonts/GeorgiaBallpark-Script.ttf") format("truetype"), url("../fonts/GeorgiaBallpark-Script.svg#GeorgiaBallpark-Script") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?az2w34") format("truetype"), url("../fonts/icomoon.woff?az2w34") format("woff"), url("../fonts/icomoon.svg?az2w34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  margin: 0;
}

h1, .h1 {
  font-size: min(max(25px, 2.6041666667vw), 50px);
  line-height: 1.4;
  letter-spacing: 1.97px;
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    line-height: 1.2;
  }
}

h2, .h2 {
  font-size: min(max(17px, 1.7708333333vw), 34px);
}

h3, .h3 {
  font-size: min(max(14px, 1.25vw), 24px);
  font-weight: 200;
}

h4, .h4 {
  font-size: min(max(13px, 1.0416666667vw), 20px);
  font-weight: 100;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 200;
}

p, .p {
  font-size: min(max(13px, 0.8333333333vw), 16px);
  line-height: 1.4;
  font-weight: 100;
  margin: 0;
}

header, .header {
  background-color: #ffffff;
  height: min(max(71px, 8.3333333333vw), 160px);
  position: relative;
  width: 100%;
  max-width: 100vw;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 20;
  display: flex;
  align-items: center;
}
header.open .nt-container .menu-btn:before, .header.open .nt-container .menu-btn:before {
  opacity: 0;
}
header.open .nt-container .menu-btn .icon, .header.open .nt-container .menu-btn .icon {
  transition: 0.5s;
}
header.open .nt-container .menu-btn .icon:before, .header.open .nt-container .menu-btn .icon:before {
  transform: rotateZ(45deg) scaleX(1) translate(6px, 5px);
}
header.open .nt-container .menu-btn .icon:after, .header.open .nt-container .menu-btn .icon:after {
  transform: rotateZ(-45deg) scaleX(1) translate(6px, -6px);
}
header.open .nt-container .header-menu, .header.open .nt-container .header-menu {
  transform: translateX(0);
}
header.hideHeader, .header.hideHeader {
  top: calc(0px - min(max(71px, 8.3333333333vw), 160px));
}
header.showHeader, .header.showHeader {
  background-color: #ffffff;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  header .nt-container, .header .nt-container {
    height: 38px;
  }
}
header .nt-container .logo-wrapper, .header .nt-container .logo-wrapper {
  position: relative;
  z-index: 22;
  height: 100%;
}
header .nt-container .logo-wrapper a, .header .nt-container .logo-wrapper a {
  visibility: visible;
  display: inline-block;
  height: 100%;
}
header .nt-container .logo-wrapper a img, .header .nt-container .logo-wrapper a img {
  width: min(max(131px, 13.4375vw), 258px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .nt-container .menu-btn, .header .nt-container .menu-btn {
  display: none;
  width: min(max(24px, 6.9333333333vw), 26px);
  height: min(max(14px, 4.2666666667vw), 16px);
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 22;
  cursor: pointer;
  visibility: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  header .nt-container .menu-btn, .header .nt-container .menu-btn {
    display: block;
  }
}
header .nt-container .menu-btn:before, .header .nt-container .menu-btn:before {
  transition-duration: 0.5s;
  position: absolute;
  width: min(max(24px, 6.9333333333vw), 26px);
  height: 1px;
  background-color: #000000;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
header .nt-container .menu-btn .icon, .header .nt-container .menu-btn .icon {
  visibility: visible;
  transition-duration: 0.5s;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: min(max(24px, 6.9333333333vw), 26px);
}
header .nt-container .menu-btn .icon:before, .header .nt-container .menu-btn .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: min(max(24px, 6.9333333333vw), 26px);
  height: 1px;
  background-color: #000000;
  content: "";
  top: 0px;
  left: 0;
}
header .nt-container .menu-btn .icon:after, .header .nt-container .menu-btn .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: min(max(24px, 6.9333333333vw), 26px);
  height: 1px;
  background-color: #000000;
  content: "";
  top: 16px;
  left: 0;
}
header .nt-container .header-menu, .header .nt-container .header-menu {
  font-size: min(max(12px, 0.7291666667vw), 14px);
  line-height: 1.28;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  header .nt-container .header-menu, .header .nt-container .header-menu {
    position: fixed;
    right: 0;
    top: var(--mh);
    min-width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    background-color: #ffffff;
    padding: min(max(21px, 1.9270833333vw), 37px) 0;
    z-index: 10;
  }
}
header .nt-container .header-menu ul, .header .nt-container .header-menu ul {
  flex-direction: row;
  align-items: center;
  gap: min(max(16px, 1.6666666667vw), 32px);
}
@media only screen and (max-width: 991px) {
  header .nt-container .header-menu ul, .header .nt-container .header-menu ul {
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100 - var(--mh) - min(max(21px, 1.9270833333vw), 37px));
    justify-content: center;
  }
}
header .nt-container .header-menu ul li, .header .nt-container .header-menu ul li {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  header .nt-container .header-menu ul li, .header .nt-container .header-menu ul li {
    margin: 10px 0;
  }
}
header .nt-container .header-menu ul li a, .header .nt-container .header-menu ul li a {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
header .nt-container .header-menu ul li a:hover, .header .nt-container .header-menu ul li a:hover {
  color: #ac9a7a;
}
header .nt-container .header-menu ul li:last-child, .header .nt-container .header-menu ul li:last-child {
  text-align: center;
  padding: 11px 28px;
  min-width: 142px;
  background-color: #ac9a7a;
  color: #ffffff;
}
header .nt-container .header-menu ul li:last-child a:hover, .header .nt-container .header-menu ul li:last-child a:hover {
  color: #ffffff;
}

footer, .footer {
  background-color: #ffffff;
}
footer .footer-top, .footer .footer-top {
  padding: min(max(50px, 6.7708333333vw), 130px) 0 min(max(25px, 3.125vw), 60px);
}
footer .footer-top .info-wrapper, .footer .footer-top .info-wrapper {
  text-align: center;
  width: 100%;
  font-weight: 100;
}
footer .footer-bottom, .footer .footer-bottom {
  padding: 0 0 min(max(20px, 2.2395833333vw), 43px);
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom .nt-small-container, .footer .footer-bottom .nt-small-container {
    flex-direction: column;
  }
}
footer .footer-bottom .nt-small-container > div, .footer .footer-bottom .nt-small-container > div {
  flex: 0 0 calc(33.33% - min(max(16px, 1.6666666667vw), 32px));
  max-width: calc(33.33% - min(max(16px, 1.6666666667vw), 32px));
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom .nt-small-container > div, .footer .footer-bottom .nt-small-container > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .footer-bottom .nt-small-container > div img, .footer .footer-bottom .nt-small-container > div img {
  margin: auto;
}
footer .footer-bottom .nt-small-container > div.social-wrapper, .footer .footer-bottom .nt-small-container > div.social-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .footer-bottom .nt-small-container > div.social-wrapper span, .footer .footer-bottom .nt-small-container > div.social-wrapper span {
  font-size: min(max(13px, 0.78125vw), 15px);
  line-height: 1.4;
  font-weight: 200;
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul, .footer .footer-bottom .nt-small-container > div.social-wrapper ul {
  flex-direction: row;
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul li a, .footer .footer-bottom .nt-small-container > div.social-wrapper ul li a {
  visibility: hidden;
  font-size: 0;
  position: relative;
  margin: 0 min(max(10px, 1.7708333333vw), 34px);
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul li a:hover:before, .footer .footer-bottom .nt-small-container > div.social-wrapper ul li a:hover:before {
  color: #ac9a7a;
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul li a:before, .footer .footer-bottom .nt-small-container > div.social-wrapper ul li a:before {
  position: relative;
  color: #909090;
  font-size: 19px;
  visibility: visible;
  transition: color 0.3s ease-in-out;
  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;
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul li a.facebook:before, .footer .footer-bottom .nt-small-container > div.social-wrapper ul li a.facebook:before {
  content: "\e916";
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul li a.instagram:before, .footer .footer-bottom .nt-small-container > div.social-wrapper ul li a.instagram:before {
  content: "\e915";
}
footer .footer-bottom .nt-small-container > div.social-wrapper ul li a.youtube:before, .footer .footer-bottom .nt-small-container > div.social-wrapper ul li a.youtube:before {
  content: "\e90f";
}
footer .footer-bottom .nt-small-container > div.book-now, .footer .footer-bottom .nt-small-container > div.book-now {
  text-align: center;
}
footer .footer-bottom .nt-small-container > div.book-now a, .footer .footer-bottom .nt-small-container > div.book-now a {
  font-size: min(max(13px, 0.78125vw), 15px);
  line-height: 1.4;
  font-weight: 200;
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom .nt-small-container > div.book-now a, .footer .footer-bottom .nt-small-container > div.book-now a {
    color: #ac9a7a;
  }
}
footer .footer-bottom .nt-small-container > div.book-now a:after, .footer .footer-bottom .nt-small-container > div.book-now a:after {
  position: absolute;
  right: 5px;
  top: 55%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 0.86em;
  transition: right 0.3s ease-in-out;
  content: "\e910";
  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;
}
footer .footer-bottom .nt-small-container > div.book-now a:hover:after, .footer .footer-bottom .nt-small-container > div.book-now a:hover:after {
  right: 0px;
}
footer .footer-copyright, .footer .footer-copyright {
  border-top: 1px solid #ac9a7a;
  padding: min(max(15px, 1.40625vw), 27px) 0 min(max(20px, 1.6666666667vw), 32px);
}
@media only screen and (max-width: 991px) {
  footer .footer-copyright .nt-small-container, .footer .footer-copyright .nt-small-container {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-copyright .nt-small-container h6 a:hover, .footer .footer-copyright .nt-small-container h6 a:hover {
  color: #ac9a7a;
}
@media only screen and (max-width: 767px) {
  footer .footer-copyright .nt-small-container .footer-menu, .footer .footer-copyright .nt-small-container .footer-menu {
    width: 100%;
  }
}
footer .footer-copyright .nt-small-container .footer-menu ul, .footer .footer-copyright .nt-small-container .footer-menu ul {
  flex-direction: row;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 200;
  gap: min(max(16px, 1.6666666667vw), 32px);
  color: #ac9a7a;
}
@media only screen and (max-width: 767px) {
  footer .footer-copyright .nt-small-container .footer-menu ul, .footer .footer-copyright .nt-small-container .footer-menu ul {
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-copyright .nt-small-container .footer-menu ul li, .footer .footer-copyright .nt-small-container .footer-menu ul li {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

html, body {
  margin: 0;
  padding: 0;
}

* {
  outline: none;
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: min(max(13px, 1.0416666667vw), 20px);
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
body.menu-open {
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

section:first-child {
  padding-top: min(max(71px, 8.3333333333vw), 160px);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

ul:not(.splide__list):not(.ab-top-menu), ol:not(.splide__list):not(.ab-top-menu) {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.nt-container {
  width: min(1530px, 100%);
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
}

.nt-medium-container {
  width: min(1530px, 100%);
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .nt-medium-container {
    padding: 0 20px;
  }
}

.nt-small-container {
  width: min(1230px, 100%);
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row;
  gap: min(max(16px, 1.6666666667vw), 32px);
}

.nt-row {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

main {
  padding-bottom: 15px !important;
  min-height: calc(var(--vh, 1vh) * 100 - var(--mf));
  overflow: hidden;
  width: 100%;
}

.semibold {
  font-weight: 600;
}

.link {
  font-size: min(max(12px, 0.7291666667vw), 14px);
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ac9a7a;
  border: 1px solid #ac9a7a;
  width: 176px;
  font-weight: 500;
  text-align: center;
  padding: min(max(12px, 0.78125vw), 15px) 0;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-out;
  z-index: 0;
  cursor: pointer;
}
.link.light {
  color: #000000;
  background-color: #ffffff;
}
.link.light:hover {
  color: #ffffff;
}
.link.light:before {
  background: #ac9a7a;
}
.link.dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.link.dark:before {
  background: #ffffff;
}
.link.dark:hover {
  color: #000000;
}
.link.more {
  font-size: 11px;
  width: min(max(150px, 11.3541666667vw), 218px);
}
.link.more:after {
  content: "\e910";
  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;
  position: relative;
  margin-left: 10px;
}
.link.back {
  width: min(max(180px, 12.7604166667vw), 245px);
  font-size: 11px;
  padding: min(max(15px, 0.9895833333vw), 19px) 0;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.link.back:after {
  content: "\e90e";
  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;
  position: relative;
  margin-right: 10px;
}
.link:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  top: 0;
  background: #ffffff;
  height: 100%;
  transition: width 0.3s ease-out;
}
.link:hover {
  color: #ac9a7a;
}
.link:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.slick-dots li:before {
  background-color: #000000;
  border-radius: 50%;
  content: "";
  display: block !important;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  transition: opacity 0.3s ease-in-out;
}
.slick-dots li button {
  border-radius: 50%;
  border: 1px solid transparent;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  border-color: #000000;
}
.slick-dots li.slick-active:hover:before {
  opacity: 1;
}
.slick-dots li:hover:before {
  opacity: 0.9;
}

.full-height {
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.simple {
  padding-top: min(max(20px, 1.5625vw), 30px);
  padding-bottom: min(max(40px, 3.6458333333vw), 70px);
}
.simple h1, .simple h2, .simple h3, .simple h4, .simple h5, .simple h6, .simple p {
  margin-bottom: 0.5em;
}
.simple .title {
  color: #ac9a7a;
}
.simple .content a {
  color: #ac9a7a;
  font-weight: 200;
}

.homepage .home-banner {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .homepage .home-banner {
    min-height: calc(var(--vh, 1vh) * 100 - var(--ihh));
    margin-bottom: var(--ihh);
  }
}
.homepage .home-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;
}
.homepage .home-banner.animate:before {
  filter: brightness(0) invert(1) opacity(0.2) blur(0px);
}
.homepage .home-banner .title-wrapper {
  margin-top: -8%;
}
.homepage .home-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;
}
.homepage .home-banner h1 span {
  transition: transform 1s ease-in-out;
  transform: translate(0, 0) !important;
}
.homepage .home-banner .cm-slider {
  position: absolute;
  height: calc(100% - min(max(71px, 11.1111111111vw), 160px));
  width: 100%;
  top: min(max(71px, 11.1111111111vw), 160px);
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.homepage .home-banner .cm-slider .cm-slider-outer .cm-slider-inner .slider-item img {
  width: 104%;
  max-width: unset;
  position: relative;
  transform: translateX(-3%);
}
.homepage .home-banner .cm-slider .cm-slider-outer .cm-slider-inner .slider-item.active img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation: moveLeft 10s linear 0.5s forwards;
          animation: moveLeft 10s linear 0.5s forwards;
}
.homepage .home-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) {
  .homepage .home-banner .top-info-wrapper {
    bottom: calc(0px - var(--ihh));
    max-width: 85%;
    margin-bottom: 35px;
    border: 1px solid #ac9a7a;
  }
}
.homepage .home-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) {
  .homepage .home-banner .top-info-wrapper > div {
    flex-direction: column;
    gap: 10px;
  }
}
.homepage .home-banner .top-info-wrapper > div > * {
  flex: 0 0 24%;
  max-width: 24%;
}
@media only screen and (max-width: 991px) {
  .homepage .home-banner .top-info-wrapper > div > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .homepage .home-banner .top-info-wrapper > div .link {
    margin-bottom: -35px;
  }
}
.homepage .home-banner .top-info-wrapper > div span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(max(12px, 1.25vw), 18px);
}
.homepage .home-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);
}
.homepage .home-banner .top-info-wrapper > div span span {
  padding: 0 5px;
  display: contents;
}
.homepage .home-banner .top-info-wrapper > div span sup {
  align-self: flex-start;
}
.homepage .home-banner .top-info-wrapper > div span.smart:before {
  content: "\e903";
}
.homepage .home-banner .top-info-wrapper > div span.persons:before {
  content: "\e902";
}
.homepage .home-banner .top-info-wrapper > div span.pools:before {
  content: "\e904";
}
.homepage .panorama {
  text-align: center;
  padding: min(max(20px, 2.2916666667vw), 44px) 0 min(max(50px, 8.8541666667vw), 170px);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.homepage .panorama #text-handwriting {
  width: min(max(265px, 27.6041666667vw), 530px);
  height: min(max(75px, 7.8125vw), 150px);
  margin: auto;
}
.homepage .panorama #text-handwriting svg {
  width: auto;
  opacity: 0;
}
.homepage .panorama #text-handwriting .letter {
  fill: none;
  stroke: #000000;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.homepage .panorama #text-handwriting .letter-T-1 {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: 0.5s linear;
}
.homepage .panorama #text-handwriting .letter-T-2 {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: 0.5s linear 0.2s;
}
.homepage .panorama #text-handwriting .letter-he {
  stroke-dasharray: 500 700;
  stroke-dashoffset: 501;
  transition: 0.5s linear 0.5s;
}
.homepage .panorama #text-handwriting .letter-e {
  stroke-dasharray: 200 400;
  stroke-dashoffset: 201;
  transition: 0.5s linear 1s;
}
.homepage .panorama #text-handwriting .letter-P-1 {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  transition: 0.5s linear 1.1s;
}
.homepage .panorama #text-handwriting .letter-P-2 {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  transition: 0.5s linear 1.5s;
}
.homepage .panorama #text-handwriting .letter-a {
  stroke-dasharray: 500 800;
  stroke-dashoffset: 501;
  transition: 1.2s linear 2s;
}
.homepage .panorama #text-handwriting .letter-n {
  stroke-dasharray: 600 1000;
  stroke-dashoffset: 601;
  transition: 1.5s linear 2.3s;
}
.homepage .panorama #text-handwriting .letter-or {
  stroke-dasharray: 600 1000;
  stroke-dashoffset: 601;
  transition: 0.5s linear 2.5s;
}
.homepage .panorama #text-handwriting .letter-aa {
  stroke-dasharray: 600 1000;
  stroke-dashoffset: 601;
  transition: 0.5s linear 2.6s;
}
.homepage .panorama #text-handwriting .letter-ma {
  stroke-dasharray: 600 1000;
  stroke-dashoffset: 601;
  transition: 0.5s linear 2.8s;
}
.homepage .panorama #text-handwriting.fin .letter {
  stroke-dashoffset: 0;
}
.homepage .panorama #text-handwriting.fin svg {
  opacity: 1;
}
.homepage .panorama h3 {
  max-width: min(max(55%, 16.25vw), 312px);
  margin: auto;
  letter-spacing: 0.83px;
}
.homepage .panorama .panorama-info {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: repeat(5, 20%);
  height: 980px;
  padding-top: min(max(40px, 5.7291666667vw), 110px);
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info {
    height: min(max(1250px, 195.5671447197vw), 1500px);
  }
}
.homepage .panorama .panorama-info > div {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info > div {
    grid-column: 1/-1;
  }
}
.homepage .panorama .panorama-info > div > div {
  width: 100%;
  height: 100%;
}
.homepage .panorama .panorama-info > div.split {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info > div.split {
    flex-direction: row;
  }
}
.homepage .panorama .panorama-info > div.split > div {
  height: 50%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info > div.split > div {
    height: 100%;
    width: 50%;
  }
}
.homepage .panorama .panorama-info > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.homepage .panorama .panorama-info > div h4 {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info > div h4 {
    max-width: 80%;
  }
}
.homepage .panorama .panorama-info__first {
  grid-column: 1;
  grid-row: 3/5;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info__first {
    grid-row: 1;
  }
}
.homepage .panorama .panorama-info__second {
  grid-column: 2;
  grid-row: 2/-1;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info__second {
    grid-row: 2;
  }
}
.homepage .panorama .panorama-info__third {
  grid-column: 3;
  grid-row: 1/5;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info__third {
    grid-row: 3;
  }
}
.homepage .panorama .panorama-info__forth {
  grid-column: 4;
  grid-row: 2/-1;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info__forth {
    grid-row: 4;
    flex-direction: row-reverse !important;
  }
}
.homepage .panorama .panorama-info__sixth {
  grid-column: 5;
  grid-row: 2/4;
}
@media only screen and (max-width: 991px) {
  .homepage .panorama .panorama-info__sixth {
    grid-row: 5;
  }
}
.homepage .image-slider-wrapper {
  padding-bottom: min(max(50px, 8.8541666667vw), 170px);
}
.homepage .image-slider-wrapper__top {
  padding-bottom: min(max(25px, 2.65625vw), 51px);
}
@media only screen and (max-width: 991px) {
  .homepage .image-slider-wrapper__top .left {
    display: none;
  }
}
.homepage .image-slider-wrapper__top .right {
  gap: min(max(20px, 2.0833333333vw), 40px);
}
.homepage .image-slider-wrapper__top .right p {
  font-size: min(max(13px, 0.9375vw), 18px);
  font-weight: 400;
}
.homepage .image-slider-wrapper .cm-slider {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.homepage .image-slider-wrapper .cm-slider .cm-slider-outer {
  height: min(max(150px, 36.4583333333vw), 700px);
  position: relative;
  overflow: hidden;
}
.homepage .image-slider-wrapper .cm-slider .cm-slider-outer .cm-slider-inner {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ac9a7a;
}
.homepage .image-slider-wrapper .cm-slider .cm-slider-outer .cm-slider-inner .slider-item {
  transition: -webkit-mask-position 1s ease;
  transition: mask-position 1s ease;
  transition: mask-position 1s ease, -webkit-mask-position 1s ease;
}
.homepage .cm-slider .cm-slider-outer .cm-slider-inner .slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: -webkit-mask-position 2s ease;
  transition: mask-position 2s ease;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
  -webkit-mask-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: -100% 0;
          mask-position: -100% 0;
}
.homepage .cm-slider .cm-slider-outer .cm-slider-inner .slider-item.active {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  z-index: 1;
}
.homepage .cm-slider .cm-slider-outer .cm-slider-inner .slider-item.active.overlay {
  z-index: 2;
}
.homepage .cm-slider .cm-slider-outer .cm-slider-inner .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage ul.slider-indicators {
  margin-top: min(max(20px, 3.4722222222vw), 50px);
  flex-direction: row;
  justify-content: center;
  height: 24px;
  gap: 5px;
}
.homepage ul.slider-indicators.disable {
  pointer-events: none;
}
.homepage ul.slider-indicators li {
  visibility: hidden;
  position: relative;
  height: inherit;
  width: 24px;
  cursor: pointer;
}
.homepage ul.slider-indicators li:before, .homepage ul.slider-indicators li:after {
  content: "";
  visibility: visible;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.homepage ul.slider-indicators li:before {
  background-color: #000000;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage 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;
}
.homepage ul.slider-indicators li.active {
  pointer-events: none;
  cursor: default;
}
.homepage ul.slider-indicators li.active:after {
  opacity: 1;
}
.homepage .our-facilities {
  text-align: center;
}
.homepage .our-facilities h2 {
  font-family: "Kenoky";
  letter-spacing: 0.68px;
  margin-bottom: min(max(10px, 1.0416666667vw), 20px);
}
.homepage .our-facilities h4 {
  max-width: 776px;
  margin: 0 auto;
  padding: 0 15px;
}
.homepage .our-facilities .facilities-slider-outer {
  padding-top: min(max(50px, 3.90625vw), 75px);
  display: flex;
  flex-direction: column;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider {
  height: min(max(200px, 36.4583333333vw), 700px);
  display: flex;
  flex-direction: row;
}
.homepage .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;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__item.active {
  flex: 0 0 88%;
  max-width: 88%;
}
@media only screen and (max-width: 991px) {
  .homepage .our-facilities .facilities-slider-outer .facilities-slider__item.active {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .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) {
  .homepage .our-facilities .facilities-slider-outer .facilities-slider__item.active .facilities-slider__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__item.active .facilities-slider__info * {
  display: block;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__item:not(.active) {
  cursor: pointer;
}
.homepage .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) {
  .homepage .our-facilities .facilities-slider-outer .facilities-slider__item:not(.active) {
    display: none;
  }
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__image {
  flex: 0 0 0;
  max-width: 0;
  transition: height 0.5s ease-in-out;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .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) {
  .homepage .our-facilities .facilities-slider-outer .facilities-slider__info {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .title {
  text-transform: uppercase;
  color: #ffffff;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .title * {
  margin: 3px;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .title h4 {
  letter-spacing: min(max(2px, 0.7822685789vw), 6px);
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .title h3 {
  font-size: min(max(19px, 2.1354166667vw), 41px);
  font-weight: 100;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .link {
  background-color: inherit;
  border-color: #ffffff;
  width: min(max(70%, 10.2083333333vw), 196px);
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .link:before {
  background: #ffffff;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info .link:hover {
  color: inherit;
}
.homepage .our-facilities .facilities-slider-outer .facilities-slider__info * {
  display: none;
}

@-webkit-keyframes moveLeft {
  0% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
  }
}