@charset "utf-8";
/* CSS Document */
/* MyQ demo experience*/
/*

8px: 0.5rem;
16px: 1rem;
24px: 1.5rem;
32px: 2rem;
40px: 2.5rem;
48px: 3rem;
56px: 3.5rem;
64px: 4rem;

*/

@import url("https://use.typekit.net/xzd5guw.css");

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: rgb(16, 32, 58);
  background: linear-gradient(
    318deg,
    rgba(16, 32, 58, 1) 7%,
    rgba(5, 119, 170, 1) 50%,
    rgba(16, 32, 58, 1) 93%
  );
  background-attachment: fixed;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "aktiv-grotesk", "Segoe UI", "DejaVu Sans", "Trebuchet MS",
    Verdana, "sans-serif";
  font-size: 16px; /* 16px = 1rem */
  font-size: clamp(1rem, calc(2.5vw + 1rem), 1rem);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
  color: #231f20;
}

@view-transition {
  navigation: auto;
}

.modal-contact iframe {
  display: block;
  border: 0px;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  max-width: 1000px;
  padding: 40px;
}

a {
  color: #101f39;
}

h1 {
  font-size: clamp(2.5rem, calc(2.5vw + 1rem), 4rem);
  margin: 0px 0px 40px 0px;
  line-height: 1em;
  color: #ffffff;
}
h2 {
  font-size: clamp(2rem, calc(1.5vw + 1rem), 2.5rem);
  margin: 0px 0px 20px 0px;
  line-height: 1em;
}
h3 {
  font-weight: bold;
  font-size: clamp(2rem, 1.857rem + 0.381vw, 2.2rem);
}
h4 {
  font-weight: bold;
  font-size: clamp(1.2rem, 0.986rem + 0.571vw, 1.5rem);
}
h5 {
  font-weight: bold;
  font-size: clamp(1rem, 0.857rem + 0.381vw, 1.2rem);
}
hr {
  width: 100%;
  margin: 40px 0px 20px 0px;
  opacity: 0.3;
}
sup {
  font-size: 30px;
}

.main__personas {
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}
.main__personas > .left {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  font-size: clamp(1rem, 0.786rem + 0.571vw, 1.3rem);
  color: #ffffff;
}
.main__personas > .left .intro-text-home {
  width: 100%;
  color: #231f20;
}
.main__personas > .left .intro-text-home h1 {
  color: #231f20;
}

.main__personas > .left .intro-text {
  width: 100%;
  text-align: left;
}
.main__personas > .left .intro-text p {
  max-width: 480px;
}
.main__personas > .left .intro-text h1 {
}

.main__personas > .left .left-feature {
  text-align: center;
  width: 80%;
}
.main__personas > .left .left-feature img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.left-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.left-footer img {
  width: 100%;
  max-width: 130px;
}
.left-footer .footer-divide {
  width: 1px;
  height: 40%;
  background-color: #ffffff;
}
.main__personas > .right {
  width: 65%;
  display: flex;
  align-items: stretch;
}

.main__personas > .right .right-content-area {
  display: flex;
  width: 100%;
  color: #ffffff;
}
.main__personas > .right .right-content-area .image-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main__personas > .right .right-content-area .image-area img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.main__personas > .right .right-content-area .content-area {
  width: 100%;
}
.main__personas > .right .right-content-area .content-area-properties {
  width: 100%;
  background-color: #ffffff;
}

/* Video source */

/* home specific layouts */

.left-home {
  background-color: #ffffff;
  border-radius: 0px 100px 100px 0px;
}
.right-home {
  background-color: #10203a;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  justify-content: center;
}

.right-home-image {
  width: 100%;
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}
.right-home-image .image-inner {
  width: 100%;
  height: 40vh;
  background-color: #cccccc;
  background-image: url("../image/home-image-right.jpg");
  border-radius: 50px 0px 50px 50px;
  background-size: cover;
  background-position: center;
}

.right-home a {
  color: #ffffff;
  background-color: #019cdb;
  font-size: clamp(1rem, 0.786rem + 0.571vw, 1.3rem);
  padding: 20px 50px;
  border-radius: 50px;
  height: 65px;
  text-decoration: none;
  animation: pulse 2s infinite;
  -webkit-box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 1);
}

.intro-text-home-mobile {
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  display: none;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .intro-text-home-mobile {
    display: block;
    padding-top: 0px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .right-home-override {
    width: 100% !important;
  }
  .right-home-override .right-content-area .image-area {
    display: none !important;
  }
  .left-home {
    display: none !important;
  }
  .right-home {
    width: 100% !important;
    padding-bottom: 50px !important;
  }
  .right-home-image {
    padding-bottom: 0px;
  }
}

/* Personas Specific */

/* Mobile Navigation */

.mobile-navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Persona mobile */
.footer-content-mobile {
  display: none;
}
.mobile-header {
  display: none;
}
@media only screen and (max-width: 1224px) {
  .mobile-header {
    width: 100%;
    display: block;
    height: auto;
    padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
    padding-top: 120px;
    padding-bottom: 0px;
    text-align: left;
    color: #ffffff;
  }
  .mobile-header hr {
    margin-bottom: 0px;
  }
  .main__personas {
  }
  .main__personas-height {
    min-height: auto;
  }
  .main__personas > .left_persona {
    display: none;
  }
  .main__personas > .right_persona {
    width: 100%;
  }
  .main__personas > .right_persona .right-content-area > .image-area {
    align-items: flex-start;
    max-width: 380px;
  }
  .main__personas > .right_persona .right-content-area > .image-area img {
    max-width: 300px;
  }
  .main__personas
    > .right_persona
    .right-content-area
    > .content-area
    .content-area-pad {
    padding-bottom: 0px;
  }

  .tabset > label {
    font-size: 0px !important;
  }

  .footer-content-mobile {
    display: block;
    padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  }
}
.main__personas > .right_persona .right-content-area-platform {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 800px) {
  .main__personas > .left_persona {
    display: none;
  }
  .main__personas > .right_persona {
    width: 100%;
  }

  .main__personas > .right_persona {
    width: 100%;
    display: block;
  }
  .main__personas > .right_persona .right-content-area {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .main__personas > .right_persona .right-content-area > .image-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main__personas > .right_persona .right-content-area > .image-area img {
    max-width: 300px;
  }
  .main__personas
    > .right_persona
    .right-content-area
    > .content-area
    .content-area-pad {
    padding-bottom: 0px;
  }

  .tabset > label {
    font-size: 0px !important;
  }
}

/* Properties specific layouts */

.left-properties {
  width: 67.5% !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
.left-properties-animation {
  padding: 0px !important;
}
.right-properties {
  width: 32.5% !important;
}

.left-properties-home {
  background-color: aqua;
  padding: 0px !important;
}
.left-properties-home .properties-home-intro {
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  max-width: 500px;
}

.left-properties-home .properties-home-app {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: aquamarine;
}
.left-properties-home .properties-home-app img {
  width: 100%;
  height: auto;
  max-width: 700px;
}

.main_properties video {
  position: absolute;
  width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .main_properties {
    flex-direction: column-reverse;
  }
  .left-properties {
    width: 100% !important;
    display: block !important;
  }

  .right-properties {
    width: 100% !important;
    display: block !important;
  }
}

.content-area-pad {
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}

.tab-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}
.tab-container .tabs-outer {
  width: 100%;
  background-image: url("../image/navigation-bg.svg");
  background-size: cover;
  background-clip: border-box;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-container .tabs-outer .tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.tab-container .tabs-outer .tabs a {
  color: #94afc9;
  text-decoration: none;
  padding-right: 10px;
}
.tab-container .tabs-outer .tabs a:nth-child(2) {
  border-left: 2px solid #94afc9;
  border-right: 2px solid #94afc9;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.tab-container .tabs-outer .tabs a.active {
  color: #ffffff;
}
.tabs-home {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50px;
}
.contact-tab {
  background-color: #94afc9;
  background-image: url("../image/icon-contact.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-tab:hover {
  background-color: #ffffff;
}
.home-tab {
  background-color: #94afc9;
  background-image: url("../image/icon-home.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.home-tab:hover {
  background-color: #ffffff;
}

.tab-container .tabs-outer .tabs-mobile {
  display: none;
}
.tab-container .tabs-outer .tabs-mobile a {
  color: #94afc9;
  text-decoration: none;
}

@media only screen and (max-width: 1600px) {
  .tab-container .tabs-outer .tabs-mobile {
    display: flex;
    gap: 20px;
  }
  .tab-container .tabs-outer .tabs {
    display: none;
  }
}

.tab-spacer {
  display: none;
}

@media only screen and (max-width: 1224px) {
  .tab-spacer {
    height: 90px;
    display: block;
  }
  .tab-container {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .main__personas > .right-persona-platform .right-content-area .tab-container {
    position: relative !important;
    top: 0px;
    right: 0px;
  }
}

.tabset {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}

.tabset input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  transition: opacity 200ms, display 200ms;
  display: none;
  opacity: 0;
  flex: 1;
}

.tabset input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
  opacity: 1;
}

.tabset label {
  position: relative;
  display: inline-block;
  text-align: center;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.8rem;
  opacity: 0.5;
  filter: grayscale(0.9);
  margin: 0px;
  transition: all ease-in 0.2s;
  min-width: 80px;
}

.tabset label::before {
  position: relative;
  display: block;
  margin-left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background-color: none;
  border: 2px solid #ffffff;

  background-size: contain;
  border-radius: 100px;
  overflow: hidden;
  transition: all ease-in 0.2s;
}

.tabset label.property::before {
  background-image: url("../image/persona-property.png");
}
.tabset label.residents::before {
  background-image: url("../image/residents.png");
}
.tabset label.builders::before {
  background-image: url("../image/builder.png");
}
.tabset label.installers::before {
  background-image: url("../image/installer.png");
}
.tabset label.school::before {
  background-image: url("../image/school.png");
}

input:focus-visible + label {
  outline: 2px solid rgba(0, 102, 204, 1);
  border-radius: 3px;
}

.tabset label:hover,
.tabset input:focus + label,
.tabset input:checked + label {
  opacity: 1;
  filter: none;
}

.tabset label:hover::after,
.tabset input:focus + label::after,
.tabset input:checked + label::after {
  background: #06c;
}

.tabset label:hover::before,
.tabset input:focus + label::before,
.tabset input:checked + label::before {
  background-color: #ffffff;
}

.tabset input:checked + label {
}

.tab-panels {
  flex-basis: 100%;
  flex-grow: 1;
  width: 100%;
}
.tab-panels h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
}

.tab-panel {
  padding: 30px 0;
}

.tab-panel p {
  padding-right: 10%;
}

.tab-panel ul {
  padding-left: 1rem;
  padding-right: 10%;
}
.tab-panel ul li {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1000px) {
  .tab-panel p {
    padding-right: 0rem;
  }

  .tab-panel ul {
    padding-left: 1rem;
    padding-right: 0rem;
  }
}

@media only screen and (max-width: 1850px) {
  .tabset {
    gap: 1rem;
  }
  .tabset label {
    min-width: 50px;
    font-size: 0px !important;
  }
}

@media only screen and (max-width: 1600px) {
  .tabset {
    gap: 1rem;
    justify-content: flex-start;
  }
  .tabset label {
    min-width: 50px;
  }
}

/* Properties grid area */

.properties-grid {
  color: #000000;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  gap: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  padding: clamp(2rem, 1.286rem + 1.905vw, 3rem);
}

.properties-grid div {
}
.properties-grid .properties-item {
  position: relative;
  opacity: 1;
  transition: opacity ease-in-out 0.2s;
}
.properties-grid .properties-item:hover {
  opacity: 1;
}
.properties-grid .properties-item.active {
  opacity: 1;
}
.properties-grid .properties-item.inactive {
  opacity: 0.5;
}
.properties-grid .properties-item:hover.inactive {
  opacity: 1;
}
.properties-grid .properties-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
}
.properties-grid .properties-item .image {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  max-height: 100%;
  background-image: url("../image/properties-default.jpg");
  background-size: cover;
  border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 1600px) {
  .properties-grid .properties-intro {
    grid-column: 1 / -1;
  }
  .properties-grid {
    display: none;
  }
  .properties-grid .properties-item .image {
    display: none;
  }
}

.properties-grid .properties-item:nth-child(3) .image {
  background-image: url("../image/properties-small.jpg");
}
.properties-grid .properties-item:nth-child(4) .image {
  background-image: url("../image/properties-mid.jpg");
}
.properties-grid .properties-item:nth-child(5) .image {
  background-image: url("../image/properties-highrise.jpg");
}
.properties-grid .properties-item:nth-child(6) .image {
  background-image: url("../image/properties-gated.jpg");
}

.properties-grid .properties-item:hover .image {
}

.properties-grid .properties-item .image .title {
  position: absolute;
  bottom: 0px;
  padding: 10px 40px 10px 20px;
  border-radius: 0 30px 0 0;
  background-color: #ffffff;
  font-weight: bold;
  display: none;
}

.properties-grid .properties-item .desc {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.857rem + 0.381vw, 1.2rem);
}

.properties-grid .properties-item .desc .arrow {
  aspect-ratio: 1 / 1;
  width: 40px;
  background-color: #019cdb;
  border-radius: 100px;
  background-image: url("../image/arrow-right.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.properties-grid .properties-item.active .desc .arrow {
  aspect-ratio: 1 / 1;
  width: 40px;
  background-color: #019cdb;
  border-radius: 100px;
  background-image: url("../image/arrow-left.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.property-hotspot-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.property-info {
  width: 100%;
  position: relative;
}
.property-info-animation {
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem);
}
.property-info-animation-mobile {
  display: none;
}
.property-info p {
  max-width: 400px;
  text-wrap: pretty;
}

.property-info p.gated-com-special {
  max-width: none;
  width: 22%;
  text-wrap: pretty;
}

.property-image {
  position: relative;
  text-align: center;
}
.property-image-gated {
  position: relative;
  margin-top: -12rem;
  text-align: center;
}

.property-hotspot-container img {
  object-fit: contain;
  max-width: 100%;
}
.property-image-gated img {
  max-width: 70%;
}
.property-hotspot-container .hotspot-link {
  position: relative;
  display: flex;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  padding: 15px 20px 15px 77px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 95px -18px rgba(0, 0, 0, 0.5);
  color: #101f39;
  -moz-box-shadow: 0px 0px 95px -18px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 95px -18px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.2s;
  animation: hotspotfade 2s;
  animation-iteration-count: 1;
}

@media only screen and (max-width: 1600px) {
  .left-properties-animation {
    padding: clamp(2rem, 0.571rem + 3.81vw, 4rem) !important;
  }
  .property-info-animation-mobile {
    display: block;
  }
  .property-info-animation {
    display: none;
  }
  .property-hotspot-container {
    padding-bottom: 100%;
    margin-top: 40px;
    border: 5px solid #ffffff;
    border-radius: 5px;
  }
  .property-info p {
    max-width: 600px;
    text-wrap: pretty;
  }
}

.property-hotspot-container .hotspot-link:hover {
  background-color: rgba(5, 119, 170, 1);
  color: #ffffff;
}

.property-hotspot-container .hotspot-link .hotspot-text {
}

.property-hotspot-container .hotspot-link .hotspot-pulse {
  position: absolute;
  filter: drop-shadow(0px 0px 10px #000000);
  left: 0px;
  top: -6px;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  background-color: #54a755;
  background-size: 25px 35px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 70px;
  transform: scale(1);
  animation: pulse 2s infinite;
  -webkit-box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 1);
}

.property-hotspot-container .hotspot-link .icon-gate {
  background-image: url("../image/hotspot-icon-gate.svg");
}
.property-hotspot-container .hotspot-link .icon-garage {
  background-image: url("../image/hotspot-icon-garage.svg");
}
.property-hotspot-container .hotspot-link .icon-door {
  background-image: url("../image/hotspot-icon-door.svg");
}
.property-hotspot-container .hotspot-link .icon-access {
  background-image: url("../image/hotspot-icon-access.svg");
}

@media only screen and (max-width: 1600px) {
  .property-hotspot-container .hotspot-link {
    padding: 0px;
  }
  .property-hotspot-container .hotspot-link .hotspot-text {
    display: none;
  }
  .property-image {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .property-image-gated img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .property-hotspot-container .hotspot-link .hotspot-pulse {
    width: 35px;
    height: 35px;
    background-size: 15px 15px;
  }
}

.properties-modal {
  display: flex !important;
  gap: 30px;
  color: #ffffff;
  padding: clamp(2rem, 0.571rem + 3.81vw, 4rem) !important;
}
.properties-modal .modal-left {
  width: 50%;
}
.properties-modal .modal-right {
  width: 50%;
}
.properties-modal h1 {
  font-size: clamp(2rem, 1.286rem + 1.905vw, 3rem) !important;
}
.properties-modal .yellow {
  color: #54a755;
}
.properties-modal p {
  max-width: 70%;
}
.properties-modal img {
  width: 80%;
  height: auto;
  margin-top: 20px;
}
.properties-modal ul {
  margin-left: 0px;
  padding-left: 1rem;
  width: 80%;
}
.properties-modal ul li {
  margin-bottom: 1rem;
}
.properties-modal ul li strong {
  display: block;
}

.properties-modal .properties-icon {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.properties-modal .properties-icon .icon {
  position: relative;
  filter: drop-shadow(0px 0px 10px #000000);
  border: 2px solid #ffffff;
  width: 150px;
  height: 150px;
  background-color: #54a755;
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 200px;

  -webkit-box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 95px 37px rgba(0, 0, 0, 0.2);
}

.properties-modal .properties-icon .icon-gate {
  background-image: url("../image/hotspot-icon-gate.svg");
}
.properties-modal .properties-icon .icon-garage {
  background-image: url("../image/hotspot-icon-garage.svg");
  background-size: 80px 80px;
}
.properties-modal .properties-icon .icon-door {
  background-image: url("../image/hotspot-icon-door.svg");
}
.properties-modal .properties-icon .icon-access {
  background-image: url("../image/hotspot-icon-access.svg");
}

@media only screen and (max-width: 1600px) {
  .properties-modal ul {
    margin-left: 0px;
    padding-left: 0rem;
    list-style: none;
    margin: 0px auto;
  }
  .properties-modal ul li {
  }
  .properties-modal .properties-icon {
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 60px;
  }
  .properties-modal {
    display: block !important;
    gap: 30px;
    color: #ffffff;
    padding: clamp(2rem, 0.571rem + 3.81vw, 4rem) !important;
    overflow: scroll;
    text-align: center;
  }
  .properties-modal img {
    width: 40%;
    height: auto;
  }
  .properties-modal .properties-icon .icon {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
  .properties-modal .modal-left {
    width: 100%;
  }
  .properties-modal .modal-left img {
    margin: 30px 0px 0 0;
  }
  .properties-modal .modal-right {
    width: 100%;
  }
  .properties-modal .modal-right img {
    display: none;
  }
  .properties-modal p {
    max-width: 80%;
    margin: 0px auto;
  }
}

.properties-mobile-intro {
  position: relative;
  padding: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  padding-bottom: 0px;
  color: #000000;
  display: none;
}
.properties-mobile-nav {
  padding: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  interpolate-size: allow-keywords;
  display: none;
}
.properties-mobile-nav details {
  margin: 0px;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
.properties-mobile-nav details::details-content {
  block-size: 0;
  transition: block-size 0.5s, content-visibility 0.5s;
  transition-behavior: allow-discrete;
}
.properties-mobile-nav details[open]::details-content {
  block-size: auto;
}
.properties-mobile-nav details div {
  background-color: #10203a;
  margin-top: 5px;
  padding-top: 20px;
  border-radius: 6px;
}
.properties-mobile-nav details div ul {
  color: #ffffff;
  margin: 0px;
  list-style: none;
  padding-left: 20px;
  font-size: clamp(1rem, 0.857rem + 0.381vw, 1.2rem);
}
.properties-mobile-nav details div ul li {
  margin-bottom: 10px;
}
.properties-mobile-nav details div ul li a {
  color: #ffffff;
  text-decoration: none;
}
.properties-mobile-nav details:last-of-type {
  margin: 0px;
  font-size: 18px;
  border-bottom: 0px solid #ffffff;
}
.properties-mobile-nav details > * {
  padding: 1px 0rem;
}
.properties-mobile-nav summary {
  font-size: clamp(1rem, 0.857rem + 0.381vw, 1.2rem) !important;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  position: relative;
  user-select: none;
  padding: 1rem 1rem;
  padding-right: 40px;
  background-color: #10203a;
  border-radius: 6px;
}
.properties-mobile-nav summary:hover {
  color: #e7e7e7;
  background-color: #10203a;
}
.properties-mobile-nav summary::marker {
  content: "";
}
.properties-mobile-nav summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  background-image: url(https://cgi.widen.net/content/eyadxa0rkh/png/properties-mobile-nav-plus.png);
  background-size: 20px;
}
.properties-mobile-nav details[open] summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  background-image: url(https://cgi.widen.net/content/nznsi0gon1/png/properties-mobile-nav-minus.png);
  background-size: 20px;
}
.properties-mobile-nav details[open] summary {
  background-color: #10203a;
  border-radius: 6px;
}
.properties-mobile-nav details > div {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .properties-mobile-intro {
    display: block;
  }
  .properties-mobile-nav {
    display: block;
    position: relative;
    z-index: ;
  }
  .image-area.container {
    padding: clamp(2rem, 1.286rem + 1.905vw, 3rem);
  }
}

.platform-mobile-nav {
  interpolate-size: allow-keywords;
  display: none;
  position: relative;
}
.platform-mobile-nav details {
  margin: 0px;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
.platform-mobile-nav details::details-content {
  block-size: 0;
  transition: block-size 0.5s, content-visibility 0.5s;
  transition-behavior: allow-discrete;
}
.platform-mobile-nav details[open]::details-content {
  block-size: auto;
}
.platform-mobile-nav details div {
  background-color: #10203a;
  margin-top: 5px;
  padding-top: 20px;
  border-radius: 6px;
}
.platform-mobile-nav details div ul {
  color: #ffffff;
  margin: 0px;
  list-style: none;
  padding-left: 20px;
  font-size: clamp(1rem, 0.857rem + 0.381vw, 1.2rem);
}
.platform-mobile-nav details div ul li {
  margin-bottom: 10px;
}
.platform-mobile-nav details div ul li a {
  color: #ffffff;
  text-decoration: none;
}
.platform-mobile-nav details:last-of-type {
  margin: 0px;
  font-size: 18px;
  border-bottom: 0px solid #ffffff;
}
.platform-mobile-nav details > * {
  padding: 1px 0rem;
}
.platform-mobile-nav summary {
  font-size: clamp(1rem, 0.857rem + 0.381vw, 1.2rem) !important;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  position: relative;
  user-select: none;
  padding: 1rem 1rem;
  padding-right: 40px;
  background-color: #10203a;
  border-radius: 6px;
}
.platform-mobile-nav summary:hover {
  color: #e7e7e7;
  background-color: #10203a;
}
.platform-mobile-nav summary::marker {
  content: "";
}
.platform-mobile-nav summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  background-image: url(https://cgi.widen.net/content/eyadxa0rkh/png/properties-mobile-nav-plus.png);
  background-size: 20px;
}
.platform-mobile-nav details[open] summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  background-image: url(https://cgi.widen.net/content/nznsi0gon1/png/properties-mobile-nav-minus.png);
  background-size: 20px;
}
.platform-mobile-nav details[open] summary {
  background-color: #10203a;
  border-radius: 6px;
}
.platform-mobile-nav details > div {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .right-persona-platform {
    display: block !important;
    width: 100% !important;
  }
  .main__personas > .right-persona-platform .right-content-area {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .main__personas > .right-persona-platform .right-content-area .image-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .platform-mobile-nav {
    display: block;
    z-index: 1;
  }
  .left-platform {
    display: none !important;
  }
}

/* Default to delete */

.property-hotspot-container .hotspot-link-id001 {
  top: 20%;
  left: 20%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-id002 {
  top: 40%;
  right: 20%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-id003 {
  bottom: 20%;
  left: 50%;
  position: absolute;
  display: inline-block;
}

/* Gated Single positions */

.property-hotspot-container .hotspot-link-gs01 {
  bottom: 40%;
  left: 20%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-gs02 {
  bottom: 25%;
  right: 40%;
  position: absolute;
  display: inline-block;
}

/* Small properties positions */

.property-hotspot-container .hotspot-link-sp01 {
  top: 40%;
  left: 45%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-sp02 {
  bottom: 15%;
  right: 38%;
  position: absolute;
  display: inline-block;
}

/* Mid sized */

.property-hotspot-container .hotspot-link-ms01 {
  top: 40%;
  left: 40%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-ms02 {
  top: 50%;
  right: 30%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-ms03 {
  bottom: 20%;
  left: 70%;
  position: absolute;
  display: inline-block;
}

/* High rise */

.property-hotspot-container .hotspot-link-hr01 {
  top: 20%;
  left: 45%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-hr02 {
  top: 35%;
  left: 55%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-hr03 {
  bottom: 30%;
  left: 50%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-hr04 {
  bottom: 13%;
  left: 42%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-hr05 {
  bottom: 15%;
  right: 10%;
  position: absolute;
  display: inline-block;
}

/* Gated Com */

.property-hotspot-container .hotspot-link-gc01 {
  bottom: 18%;
  left: 60%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-gc02 {
  top: 35%;
  left: 55%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-gc03 {
  bottom: 42%;
  right: 15%;
  position: absolute;
  display: inline-block;
}
.property-hotspot-container .hotspot-link-gc04 {
  bottom: 35%;
  left: 42%;
  position: absolute;
  display: inline-block;
}

@media only screen and (max-width: 1600px) {
  /* Gated Single positions */

  .property-hotspot-container .hotspot-link-gs01 {
    bottom: 50%;
    left: 20%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-gs02 {
    bottom: 45%;
    right: 40%;
    position: absolute;
    display: inline-block;
  }

  /* Small properties positions */

  .property-hotspot-container .hotspot-link-sp01 {
    top: 40%;
    left: 45%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-sp02 {
    bottom: 15%;
    right: 38%;
    position: absolute;
    display: inline-block;
  }

  /* Mid sized */

  .property-hotspot-container .hotspot-link-ms01 {
    top: 40%;
    left: 40%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-ms02 {
    top: 50%;
    right: 30%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-ms03 {
    bottom: 20%;
    left: 70%;
    position: absolute;
    display: inline-block;
  }

  /* High rise */

  .property-hotspot-container .hotspot-link-hr01 {
    top: 20%;
    left: 45%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-hr02 {
    top: 35%;
    left: 55%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-hr03 {
    bottom: 30%;
    left: 50%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-hr04 {
    bottom: 18%;
    left: 40%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-hr05 {
    bottom: 15%;
    right: 30%;
    position: absolute;
    display: inline-block;
  }

  /* Gated Com */

  .property-hotspot-container .hotspot-link-gc01 {
    top: 15%;
    right: 15%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-gc02 {
    top: 38%;
    left: 40%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-gc03 {
    bottom: 42%;
    right: 35%;
    position: absolute;
    display: inline-block;
  }
  .property-hotspot-container .hotspot-link-gc04 {
    bottom: 35%;
    left: 42%;
    position: absolute;
    display: inline-block;
  }
}

/* Timeline links */

.timeline {
  display: flex;
  z-index: 1;
  margin-bottom: 20px;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
}
.timeline strong {
  font-size: 1.3rem;
}
.timeline span {
  opacity: 0.3;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  max-width: 80%;
  display: inline-block;
}
.timeline .icon {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: #076a9a;
  border-radius: 50px;
  border: 2px solid #cccccc;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}
.timeline .icon::after {
  content: "";
  display: block;
  height: 32px;
  width: 2px;
  background-color: #cccccc;
  position: absolute;
  bottom: -33px;
  left: 37px;
  z-index: -1;
}

.timeline:last-of-type .icon::after {
  display: none;
}
.timeline:nth-of-type(2) .icon {
  background-image: url("../image/platform-icon-001.svg");
}
.timeline:nth-of-type(3) .icon {
  background-image: url("../image/platform-icon-002.svg");
}
.timeline:nth-of-type(4) .icon {
  background-image: url("../image/platform-icon-003.svg");
}
.timeline:nth-of-type(5) .icon {
  background-image: url("../image/platform-icon-004.svg");
}
.timeline:nth-of-type(6) .icon {
  background-image: url("../image/platform-icon-005.svg");
}
.timeline:nth-of-type(7) .icon {
  background-image: url("../image/platform-icon-006.svg");
}
.timeline:nth-of-type(8) .icon {
  background-image: url("../image/platform-icon-007.svg");
}
.timeline:nth-of-type(9) .icon {
  background-image: url("../image/platform-icon-008.svg");
}
.timeline:nth-of-type(10) .icon {
  background-image: url("../image/platform-icon-009.svg");
}

.timeline:nth-of-type(11) .icon {
  background-image: url("../image/platform-icon-010.svg");
}

.timeline:nth-of-type(12) .icon {
  background-image: url("../image/platform-icon-011.svg");
}

.timeline:nth-of-type(13) .icon {
  background-image: url("../image/platform-icon-012.svg");
}

.timeline:nth-of-type(14) .icon {
  background-image: url("../image/platform-icon-013.svg");
}

.timeline:nth-of-type(15) .icon {
  background-image: url("../image/platform-icon-014.svg");
}

.timeline:hover .icon {
  background-color: #ffffff;
}

.timeline.active .icon {
  background-color: #ffffff;
  animation: pulse 2s infinite;
}

.timeline.active:nth-of-type(2) .icon {
  background-image: url("../image/platform-icon-active-001.svg");
}
.timeline.active:nth-of-type(3) .icon {
  background-image: url("../image/platform-icon-active-002.svg");
}
.timeline.active:nth-of-type(4) .icon {
  background-image: url("../image/platform-icon-active-003.svg");
}
.timeline.active:nth-of-type(5) .icon {
  background-image: url("../image/platform-icon-active-004.svg");
}
.timeline.active:nth-of-type(6) .icon {
  background-image: url("../image/platform-icon-active-005.svg");
}
.timeline.active:nth-of-type(7) .icon {
  background-image: url("../image/platform-icon-active-006.svg");
}
.timeline.active:nth-of-type(8) .icon {
  background-image: url("../image/platform-icon-active-007.svg");
}
.timeline.active:nth-of-type(9) .icon {
  background-image: url("../image/platform-icon-active-008.svg");
}
.timeline.active:nth-of-type(10) .icon {
  background-image: url("../image/platform-icon-active-009.svg");
}

.timeline.active:nth-of-type(11) .icon {
  background-image: url("../image/platform-icon-active-010.svg");
}

.timeline.active:nth-of-type(12) .icon {
  background-image: url("../image/platform-icon-active-011.svg");
}

.timeline.active:nth-of-type(13) .icon {
  background-image: url("../image/platform-icon-active-012.svg");
}

.timeline.active:nth-of-type(14) .icon {
  background-image: url("../image/platform-icon-active-013.svg");
}

.timeline.active:nth-of-type(15) .icon {
  background-image: url("../image/platform-icon-active-014.svg");
}

.timeline:hover span {
  opacity: 1;
}
.timeline.active span {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  .timeline {
    display: none;
  }
}

/* Modal styles */

.modal {
  position: fixed;
  top: 0;
  left: -67.5%;
  width: 67.5%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  background: rgb(16, 32, 58);
  background: linear-gradient(
    318deg,
    rgba(16, 32, 58, 1) 7%,
    rgba(5, 119, 170, 1) 50%,
    rgba(16, 32, 58, 1) 93%
  );
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  color: #000000;
  box-sizing: border-box;
}

@media only screen and (max-width: 1600px) {
  .modal-properties {
    left: 100%;
    width: 100%;
  }
}
.modal-no-bg {
  background: none;
}
.modal-no-slide {
  left: 0;
}
.modal-gallery {
  right: 0;
  width: 100%;
}
.modal-navigation {
  left: -100%;
  width: 100%;
  text-align: center;
  flex-flow: column nowrap;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

@media only screen and (max-width: 1600px) {
  .modal-no-bg {
    left: 100%;

    margin-top: clamp(13rem, 11.571rem + 3.81vw, 15rem);
    height: auto !important;
    width: 100%;
  }
}

.modal-navigation a {
  display: block;
}

.modal-navigation a {
  display: block;
  width: 80%;
  position: relative;
  text-decoration: none;
  margin-bottom: clamp(1rem, calc(1.5vw + 1rem), 1rem);
  font-size: clamp(1.1rem, calc(1.5vw + 1rem), 1.2rem);
  line-height: 1em;
  padding-bottom: 20px;
  color: #ffffff;
}
.modal-navigation a:first-of-type {
  margin-top: 90px;
}
.modal-navigation a:hover {
  color: #cccccc;
}

.modal-navigation a::after {
}

.video-dark-bg {
  background-color: #000000;
}

.modal button.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
}

.modal button:hover.close {
  color: #cccccc;
}

.visible {
  opacity: 1;
  left: 0px;
  pointer-events: all;
}

/* Video */

.video-animation {
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  right: 0;
  padding: 0rem 0rem;

  width: 86%;
  height: 76%;
}
.video-animation video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes hotspotfade {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
