@media (min-width:1025px) {
.card--plan-main-en{
	padding: 30px !important;	
}
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.js-header-logo.is-hidden--sm-down.is-invisible--js {
  opacity: 1;
}
a.cb img {
  max-width: 85px;
  position: relative;
  top: -4px;
}
.text-uppercase {
  text-transform: uppercase;
}
.intro-en__fixed .img-full {
  max-width: 98%;
  margin: 0 auto;
  text-align: center;
}
.preloader__content__animation img {
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
}
.news-list-item__image--none img {
  -o-object-fit: cover;
  object-fit: cover !important;
}
.preloader--intro .preloader__content__animation, .preloader--webgl .preloader__content__animation, .intro-en__title.js-intro-title {
  text-align: center;
}
.text-center {
  text-align: center;
}
@font-face {
  font-family: Kiona-Regular;
  src: url(../fonts/Kiona-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
@font-face {
  font-family: Kiona-Bold;
  src: url(../fonts/Kiona-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
  border: 2px dashed #586373;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#error_data {
  color: red;
  font-size: 16px;
  margin: 0px;
  line-height: normal;
  letter-spacing: 0;
}
.alert {
  padding: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  line-height: normal;
  background: #f0f0f005;
  border-radius: 10px;
	    background: #efefef61;
}
.alert.alert-danger p {
  color: #fff;
  background: red;
}
.alert.alert-danger {
  color: #ffb4b4;
}
.alert.alert-success {
  color: #508e14;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
@media (max-width:767px) {
  .col.col--xs-fill.col--md-4.text--center.js-header-logo.is-hidden--sm-down.is-invisible--js, .col.col--xs-fill.col--md-4.text--center.js-header-logo.is-hidden--sm-down {
    display: block !important;
    text-align: left;
  }
  .header__content .row.row--middle-xs.is-not-decorative {
    flex-wrap: nowrap;
  }
  .header__content .group > .group__right {
    display: none;
  }
}
.download-hub {
  padding: 100px 8%;
  background: #f9f9f9;
}
.download-container {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
  align-items: center;
}
.left-content span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 5px;
}
.left-content h2 {
  font-size: 44px;
  line-height: normal;
  margin-bottom: 35px;
  color: #111;
  letter-spacing: 0;
  font-family: Kiona-Regular;
  font-weight: bold;
}
.slogan {
  font-size: 24px;
  color: #a27b39;
  font-style: italic;
  margin-top: 30px;
  font-family: Kiona-Regular;
  font-weight: bold;
  letter-spacing: 0;
}
/* DOWNLOAD BOXES */
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.download-box {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .4s;
  border: 1px solid #e8e8e8;
}
.download-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .08);
}
.download-number {
  font-size: 14px;
  color: #999;
  letter-spacing: 2px;
}
.download-box h3 {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  color: #111;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.download-box p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  letter-spacing: 0;
  text-transform: initial;
  margin-bottom: 15px;
}
.download-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #364157;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: .3s;
}
.download-btn:hover {
  transform: rotate(-45deg);
}
.download-box:nth-child(2) {
  background: #364157;
}
.download-box:nth-child(2) h3, .download-box:nth-child(2) p, .download-box:nth-child(2) .download-number {
  color: #fff;
}
.download-box:nth-child(2) .download-btn {
  background: #fff;
  color: #364157;
}
/* MOBILE */
.retail-story p:last-child {
  margin-bottom: 0;
}
@media(max-width:991px) {
  .download-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .download-grid {
    grid-template-columns: 1fr 1fr;
  }
  .left-content h2 {
    font-size: 52px;
  }
}
/* POPUP */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 9999;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-box, .layout-popup-box {
  background: #fff;
  width: min(90%, 550px);
  border-radius: 25px;
  padding: 40px;
  position: relative;
}
.layout-popup-box {
  width: min(95%, 1100px);
}
.close-popup, .close-layout {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 35px;
  cursor: pointer;
}
.popup-box h2 {
  margin-bottom: 25px;
  font-size: 30px;
}
.popup-box form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popup-box input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 17px;
}
.popup-box button {
    height: 55px;
    border: none;
    background: #111;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    width: 130px;
    font-size: 16px;
    letter-spacing: 1px;
}
/* GALLERY */
.h4.white-color {
  color: #fff;
}
.about-logo {
  /*    background: #364157;*/
  padding-bottom: 40px;
}
.about-logo img {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-block {
  padding: 80px;
}
.about-img {
  height: 100%;
}
.about-block h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}
.about-block h2 {
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
}
.carousel__list__item img {
  height: 650px !important;
}
.text-block p, .left-content p, .retail-story-right p, .about-block p {
  text-transform: initial;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
}
.stats-section {
  padding: 80px 20px;
  text-align: center;
}
.stats-wrapper {
  max-width: 1200px;
  margin: auto;
}
.stats-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0px; /*    flex-wrap:wrap;*/
}
.stat-item {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: all .8s ease;
  width: 100%;
  border-right: 1px solid #e4e4e4;
}
.stat-item:last-child {
  border-right: 0;
}
.stat-item.active {
  opacity: 1;
  transform: translateY(0);
}
.icon-circle {
  width: 85px;
  height: 85px;
  border: 2px solid #39445d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.icon-circle svg {
  width: 60px;
  height: 60px;
  fill: #39445d;
}
.icon-circle img {
  max-width: 40px;
}
.number {
  font-size: 58px;
  color: #39445d;
  margin-top: 30px;
  font-weight: 500;
}
.label {
  color: #39445d;
  line-height: 1.3;
  margin-top: 25px;
  letter-spacing: 0;
  font-weight: 500;
}
.bottom-line {
  max-width: 1200px;
  height: 2px;
  background: #39445d;
  margin: 50px auto 50px;
}
.tagline {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0px;
  color: #39445d;
  text-transform: uppercase;
  line-height: normal;
  font-family: Kiona-Regular;
  font-weight: bold;
  margin-top: 30px;
}
@media(max-width:991px) {
  .connector {
    display: none;
  }
  .number {
    font-size: 42px;
  }
  .label {
    font-size: 20px;
  }
  .tagline {
    font-size: 24px;
  }
}
.text-block h2 {
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 30px;
  line-height: normal;
}
.text-block ul {
  text-transform: initial;
  letter-spacing: 0;
  margin: 15px 0;
  padding-left: 20px;
  list-style: circle;
	font-size: 16px;
}

.retail-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  padding: 0px;
  background: #111;
}
.retail-story-right {
  padding: 60px;
}
.section-no {
  font-size: 14px;
  letter-spacing: 6px;
  color: #c79a62;
  text-transform: uppercase;
}
.about-img {
  position: relative;
  overflow: hidden;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .8s;
  overflow: hidden;
}
.about-img:hover img {
  transform: scale(1.08);
}
.retail-story h2 {
  font-size: 40px;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.lead {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 35px;
}
.retail-story p {
  color: rgba(255, 255, 255, .75);
  margin-bottom: 25px;
}
/* ==========================
   AMENITIES
========================== */
.amenities-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: var(--spacing);
}
.blur-ball {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #c79a62;
  filter: blur(250px);
  opacity: .12;
  top: -150px;
  right: -100px;
  pointer-events: none;
}
.amenities-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.amenities-header span {
  font-size: 14px;
  letter-spacing: 6px;
  color: #c79a62;
}
.amenities-header h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
.amenity-card {
  position: relative;
  padding: 35px;
  border-radius: 0;
  background: rgb(54 65 87);
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(15px);
  transition: .5s ease;
  overflow: hidden;
}
.amenity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
  transition: .8s;
}
.amenity-card:hover::before {
  left: 100%;
}
.amenity-card:hover {
  transform: translateY(-12px);
  border-color: #c79a62;
  box-shadow: 0 20px 60px rgba(199, 154, 98, .15);
}
.amenity-card i {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 18px;
  background: #313c53;
  color: #fff;
  margin-bottom: 30px;
}
.amenity-card h4 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 26px;
}
.amenity-card p {
  color: rgba(255, 255, 255, .65);
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0px;
}
.amenity-icon img {
  width: 100%;
  height: 100%;
  padding: 15px;
  filter: invert(1);
}
/* ==========================
   RESPONSIVE
========================== */
@media(max-width:991px) {
      .retail-story {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

  .about-img img {
    height: 500px;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .amenities-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media(max-width:767px) {
  .retail-story {
    padding: 0px;
  }
  .amenities-section {
    padding: 80px 5%;
  }
  .lead {
    font-size: 22px;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .about-img img {
    height: 350px;
  }
  .amenity-card {
    padding: 35px;
  }
}
@media (max-width:767px) {
	
.stats-grid {
    gap: 0px;
    flex-wrap: wrap;
  }
	.download-grid {
        grid-template-columns: 1fr;
    }
  .about-block, .stats-section, .download-hub {
    padding: 50px 20px !important;
  }
  .stat-item {
    border-bottom: 1px solid #e4e4e4;
    border-right: 0px !important;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .stat-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .stats-grid {
    gap: 0px !important;
    flex-wrap: wrap;
  }
  .retail-story-right {
    padding: 30px !important;
  }
  .amenities-header {
    margin-bottom: 40px;
  }
  .carousel__list__item img {
    height: 400px !important;
  }
}
@media (max-width:1023px) {
.about-block {
    padding: 50px 35px;
}	
.about-logo img {
  max-width: 280px; 
}	
.text-block ul {
    line-height: normal;
}	
.text-block li {
    margin-bottom: 10px;
	line-height: 25px;
}
.carousel__list__item img {
    height: 400px !important;
}	
.download-hub, .stats-section {
    padding: 50px 20px;    
}	
}
@media (max-width:1025px) {
	.about-sec .col--md-6 {
        flex: 0 1 100%;
        width: 100%;
	}
}
@media (max-width:767px) {
.text-block h2, .about-block h2, .retail-story h2, .amenities-header h2{
	font-size: 32px;
	letter-spacing: -1px;
	line-height: normal;
}
.offset--md-6.col--md-5.container-h-mob.pt-80.pb-80 {
    padding-top: 50px;
    padding-bottom: 50px !important;
}	
.popup-box h2 {
    font-size: 24px;
    letter-spacing: -0.5px;
}	
.popup-box {
    padding: 40px 30px;
    }	
.text--h2-sm {
    font-size: 26px;   
}
}