@import url("https://use.typekit.net/foq7egt.css");
.style1 {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
}

.style2 {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 450;
}

.style3 {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 500;
}

/**/
/**/
Style .clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}
.grid_4.tile {
  width: calc(33.333% - 26.6666666667px);
  margin-right: 40px;
}
.grid_4.tile:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.grid_6:last-child {
  margin-right: 0;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: #fff;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
}
body.active-menu {
  overflow-y: hidden;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
}

h1 {
  font-size: 90px;
  font-size: clamp(52px, 5.6vw, 90px);
  line-height: 1.2em;
}

h2 {
  font-weight: 400;
  font-size: 66px;
  line-height: 1em;
}

p,
.p {
  font-size: 18px;
  line-height: 1.2em;
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
}
p.large,
.p.large {
  font-size: 24px;
}

/* Navigation */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 40px;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
header > div {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
header > div:nth-child(2n) {
  justify-content: center;
}
header > div:last-child {
  justify-content: flex-end;
}
header .logo svg {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 150px;
  fill: #000000;
}
header .logo svg #mainPart {
  fill: #000000 !important;
}
header #nav-toggle {
  position: relative;
  z-index: 99;
  cursor: pointer;
  color: #000000;
}
header #nav-toggle::after {
  content: "MENU";
}
header #nav-toggle::before {
  content: "CLOSE";
  display: none;
}
header #nav-toggle.active::after {
  display: none;
}
header #nav-toggle.active::before {
  display: block;
}
header .enq {
  font-size: 16px;
  line-height: 1.2em;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
}
header.active-menu {
  background-color: #ffffff;
}

.scrolled header {
  padding-top: 0;
  padding-bottom: 0;
}
.scrolled header .logo svg {
  width: 150px;
  fill: #ffffff;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
nav:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: translateY(-100vh);
  z-index: -1;
  transition: 0.6s;
}
nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0;
  list-style: none;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
}
nav ul li {
  width: calc(16.6666666667% - 33.3333333333px);
  margin-right: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
nav ul li a {
  font-size: 42px;
  line-height: 1.2em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 30px 0 26px;
  display: flex;
  width: 100%;
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  height: 100%;
  border-bottom: 10px solid transparent;
}
nav ul li a span {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (hover: hover) {
  nav ul li a:hover {
    border-bottom: 10px solid #ffffff;
  }
}
nav .nav-bg-holder {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
nav .nav-bg-holder#home {
  background-image: url(/images/menu/home.jpg);
  opacity: 1;
}
nav .nav-bg-holder#residences {
  background-image: url(/images/menu/residences.jpg);
  opacity: 1;
}
nav .nav-bg-holder#amenity {
  background-image: url(/images/menu/amenity.jpg);
  opacity: 1;
}
nav .nav-bg-holder#location {
  background-image: url(/images/menu/location.jpg);
  opacity: 1;
}
nav .nav-bg-holder#team {
  background-image: url(/images/menu/team.jpg);
  opacity: 1;
}
nav .nav-bg-holder#news {
  background-image: url(/images/menu/news.jpg);
  opacity: 1;
}
nav.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
nav.visible:after {
  transform: translateY(0);
}

#page-home #nav-toggle {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#page-home.scrolled #nav-toggle {
  opacity: 1;
  pointer-events: initial;
}

#nav {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 4;
  display: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#nav ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0;
  border-top: 1px solid #ffffff;
  list-style: none;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
}
#nav ol li {
  width: calc(16.6666666667% - 33.3333333333px);
  margin-right: 40px;
  display: flex;
  border-bottom: 10px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#nav ol li a {
  font-size: 42px;
  line-height: 1.2em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 30px 0 20px 0;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
}
#nav ol li a span {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (hover: hover) {
  #nav ol li:hover {
    border-bottom: 10px solid #ffffff;
  }
}
#nav .nav-bg-holder {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
#nav .nav-bg-holder#home {
  background-image: url(/images/menu/home.jpg);
  opacity: 1;
}
#nav .nav-bg-holder#residences {
  background-image: url(/images/menu/residences.jpg);
  opacity: 1;
}
#nav .nav-bg-holder#amenity {
  background-image: url(/images/menu/amenity.jpg);
  opacity: 1;
}
#nav .nav-bg-holder#location {
  background-image: url(/images/menu/location.jpg);
  opacity: 1;
}
#nav .nav-bg-holder#team {
  background-image: url(/images/menu/team.jpg);
  opacity: 1;
}
#nav .nav-bg-holder#news {
  background-image: url(/images/menu/news.jpg);
  opacity: 1;
}

#page-home #nav {
  display: flex;
}

#footerMenu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  list-style: none;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
}
#footerMenu li {
  width: calc(16.6666666667% - 33.3333333333px);
  margin-right: 40px;
  display: flex;
}
#footerMenu li:last-child {
  margin-right: 0;
}
#footerMenu li a {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2em;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 30px 0;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#footerMenu li a span {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scrolled #nav {
  transform: translateY(110%);
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
}

/* main */
/* enquiry */
.register {
  margin-right: auto;
  max-width: 100%;
  text-align: left;
  position: relative;
}
.register input,
.register select {
  margin: 0 auto 10px;
  padding: 4px 0;
  width: 100%;
  color: #ffffff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25em;
  color: #ffffff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  background-color: transparent;
}
.register input option,
.register select option {
  padding: 7px 0;
  background-color: #000000;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.register input:-webkit-input-placeholder,
.register select:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register input::-webkit-input-placeholder,
.register select::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register input:-moz-placeholder,
.register select:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register input::-moz-placeholder,
.register select::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register input:-ms-input-placeholder,
.register select:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register input:focus::-webkit-input-placeholder,
.register select:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.register input:focus:-moz-placeholder,
.register select:focus:-moz-placeholder {
  opacity: 0.5;
}
.register input:focus::-moz-placeholder,
.register select:focus::-moz-placeholder {
  opacity: 0.5;
}
.register input:focus:-ms-input-placeholder,
.register select:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.register input.b_submit {
  font-size: 11px;
  letter-spacing: 0.25em;
  line-height: 1.25em;
  text-align: center;
  cursor: pointer;
  border: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 40px;
  margin: auto;
  margin-top: 45px;
}
.register select.b_submit {
  font-size: 11px;
  letter-spacing: 0.25em;
  line-height: 1.25em;
  text-align: center;
  cursor: pointer;
  border: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 40px;
  margin: auto;
  margin-top: 45px;
}
.register .privacy {
  font-size: 10px;
  display: block;
  margin-top: 10px;
}
.register .chk_holder {
  margin: 10px auto 0 auto;
  color: #ffffff;
}
.register #chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}
.register #chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}
.register #chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}
.register #chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #546670;
  border-right: 2px solid #546670;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
.register #chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
.register textarea:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
.register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
.register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.hs-error-msg,
.hs-main-font-element {
  list-style: none;
  color: red !important;
}

.no-list {
  position: absolute;
  list-style: none;
  margin: auto;
  font-size: 10px;
  letter-spacing: 2px;
  bottom: 0;
}

.hs-form-field,
.hs_error_rollup {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.hs-submit {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.hs-submit input {
  display: block;
  width: -moz-max-content !important;
  width: max-content !important;
  border: 1px solid #fff !important;
  margin: auto !important;
  padding: 10px 40px !important;
  cursor: pointer;
}

.submitted-message {
  font-size: 28px;
  color: #fff;
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "NeueHaasGroteskDisplaySemLt";
}

/*footer*/
footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #75FA9B;
  padding: 150px 0 40px 0;
}
footer a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
footer #by-law {
  padding: 30px 0;
}
footer #by-law a,
footer #by-law span {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  display: block;
}
footer #by-law span {
  margin: 0 6px;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

section {
  display: block;
  position: relative;
}
section.landing {
  height: 100%;
  min-height: 600px;
}
section.landing video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.landing > .flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.landing > .flex .grid_6 {
  justify-content: flex-start;
  width: 100%;
}
section.landing > .flex .grid_6.mta {
  margin-top: initial;
}

video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  display: block;
  position: relative;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.hs-error-msg,
.hs-main-font-element {
  list-style: none;
  color: red !important;
}

.hs-form-field,
.hs_error_rollup {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.hs-submit {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.hs-submit input {
  display: block;
  width: -moz-max-content !important;
  width: max-content !important;
  border: 1px solid #fff !important;
  margin: auto !important;
  padding: 10px 40px !important;
  cursor: pointer;
}

.submitted-message {
  font-size: 28px;
  color: #fff;
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn {
  display: flex;
  background-color: #75FA9B;
  padding: 4px 26px;
  width: -moz-max-content;
  width: max-content;
  color: #000000;
  transition: 0.3s;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #000000;
  color: #75FA9B;
}

.vision {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: initial;
  letter-spacing: 0.05em;
}

.green-line {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #75FA9B;
  padding: 0 40px;
  z-index: 9;
}
.green-line a {
  width: -moz-max-content;
  width: max-content;
  color: #000000;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
}
.green-line .close-expand-part {
  position: absolute;
  top: 20px;
  right: 40px;
  border: none;
  width: 24px;
  height: auto;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.green-line .close-expand-part svg {
  width: 100%;
}

.lazy-fade {
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.sticky {
  position: sticky;
  top: 100px;
}

.headline {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.11em;
}

.slider-holder {
  display: block;
  width: 100%;
}

#page-news section.landing {
  overflow: initial;
}

#map {
  aspect-ratio: 973/800;
}

#mapdetails * {
  color: #000000;
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
}
#mapdetails a {
  display: block;
}
#mapdetails #legends-c {
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-bottom: 150px;
}
#mapdetails #legends-c .pois {
  text-transform: initial;
  margin-bottom: 10px;
}
#mapdetails #legends-c .pois:first-child {
  padding-top: 20px;
}
#mapdetails #legends-c .pois:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}

#page-contactus {
  background-color: #000000;
}
#page-contactus #main * {
  color: #ffffff;
}
#page-contactus #main p a {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  text-decoration: underline;
}
#page-contactus header .logo svg {
  fill: #000000;
}
#page-contactus header.active-menu .logo svg {
  fill: #ffffff;
}
#page-contactus.scrolled header {
  padding-top: 0;
  padding-bottom: 0;
}
#page-contactus.scrolled header .logo svg {
  fill: #ffffff;
}

.source {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
}
.source a {
  color: #000000;
  text-decoration: underline;
}

.backTo {
  font-family: "neue-haas-grotesk-display", "sans-serif";
  font-weight: 450;
  font-size: 12px;
  line-height: 1.25em;
  text-decoration: underline;
  color: #000000;
  margin-top: 20px;
  text-transform: uppercase;
}

.pop {
  width: 30px;
  height: 30px;
  background-color: #75FA9B;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 9;
}
.pop::after, .pop::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
}
.pop::before {
  width: 1px;
  height: 16px;
}

#cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 1000;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
#cursor:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 10;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: #75FA9B;
  border-radius: 50%;
  transition: all 0.5s;
}
#cursor :before {
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 120px;
  z-index: 10;
  pointer-events: none;
  transform: translate(0, -50%);
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.05em;
  transition: all 0.5s;
  text-transform: uppercase;
}
#cursor.scale {
  mix-blend-mode: difference;
}

/* ------------------------------------ */
/* ------------------------------------ */
.row,
.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.relative {
  position: relative;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dark {
  color: #000000;
}

.light {
  color: #ffffff;
}

.ptl {
  padding-top: 200px;
}

.pbl {
  padding-bottom: 200px;
}

.pbm {
  padding-bottom: 75px;
}

.ptm {
  padding-top: 75px;
}

.pbs {
  padding-bottom: 30px;
}

.pts {
  padding-top: 30px;
}

.pbxs {
  padding-bottom: 14px;
}

.mbs {
  margin-bottom: 30px;
}

.mbm {
  margin-bottom: 50px;
}

.list-level-1 {
  padding-left: 1em;
}

.list-level-2 {
  padding-left: 2em;
}

.list-level-3 {
  padding-left: 3em;
}

.pb0 {
  padding-bottom: 0;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.center-align {
  text-align: center;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.prs {
  margin-right: 30px;
}

.ma {
  margin: auto;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.wrap {
  flex-wrap: wrap;
}

.underline {
  text-decoration: underline;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.mw440 {
  max-width: 440px;
}

.mw325 {
  max-width: 325px;
}

.mw1200 {
  max-width: 1200px;
}

.mta {
  margin-top: auto;
}

.just-mobile {
  display: none;
}

.underline {
  text-decoration: underline;
}

.animate {
  overflow: hidden;
  opacity: 1;
  position: relative;
}
.animate:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: rgb(0, 0, 0);
  transition: all 1.2s linear;
  z-index: -1;
  top: 0;
  left: 0;
}
.animate.landing:after {
  z-index: -2;
}
.animate img,
.animate video,
.animate .flexslider {
  transition: all 1.4s linear;
  transform: scale(1.3);
  opacity: 0;
  transition-delay: 1s;
}
.animate video {
  display: block;
}
.animate.fadeIn:after {
  height: 100%;
}
.animate.fadeIn img,
.animate.fadeIn video,
.animate.fadeIn .flexslider {
  transform: scale(1);
  opacity: 1;
}

.socialMedia {
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialMedia:last-child {
  margin-left: 10px;
}
.socialMedia svg {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.flex {
    display: flex;
  }
  .grid_6 {
    width: 100%;
  }
  .m-reverse {
    flex-wrap: wrap-reverse;
  }
  .green-line {
    background-color: #000000;
    padding: 0 10px;
    z-index: 20;
  }
  .green-line * {
    color: #ffffff !important;
    font-size: 12px;
  }
  .green-line .close-expand-part svg {
    fill: #ffffff;
  }
  .green-line .xpand-part {
    padding-bottom: 60px;
  }
  .green-line .xpand-part > *:nth-child(2n) {
    margin-bottom: 20px;
  }
  #cursor {
    display: none;
  }
  header {
    background-color: #75FA9B !important;
    top: auto;
    bottom: 0;
    padding: 10px 20px;
    justify-content: space-around;
  }
  header > div {
    width: 100%;
  }
  header > div:nth-child(2n) {
    position: fixed;
    top: 0;
    padding: 20px 0;
    margin: auto;
    transition: 0.3s;
  }
  header > div:nth-child(3n) {
    justify-content: flex-end;
  }
  header > div:nth-child(3n) .btn {
    padding: 0 0;
  }
  header.active-menu .logo svg {
    fill: #ffffff;
  }
  body.scrolled header {
    padding: 10px 20px;
  }
  body.scrolled header > div:nth-child(2n) {
    background: #fff;
    padding: 0;
  }
  #nav {
    display: none !important;
  }
  #page-home #nav-toggle {
    opacity: 1;
    pointer-events: initial;
  }
  .container {
    width: calc(100% - 40px);
  }
  section.landing {
    min-height: initial;
  }
  section.landing .flex {
    flex-direction: column;
    justify-content: center;
  }
  section.landing .flex .grid_6 {
    justify-content: flex-start;
  }
  section.landing .flex .grid_6.mta {
    margin-top: initial;
  }
  h1 {
    font-size: 52px;
  }
  p,
  .p {
    font-size: 14px;
  }
  p.large,
  .p.large {
    font-size: 18px;
  }
  .vision {
    font-size: 18px;
  }
  h2 {
    font-size: 38px;
  }
  .headline {
    font-size: 24px;
  }
  #footerMenu {
    padding: 20px;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #footerMenu li {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  #footerMenu li a {
    font-size: 0;
    padding: 0 !important;
  }
  #footerMenu li a span {
    display: block;
    font-size: 14px;
    text-transform: initial;
  }
  footer {
    padding: 60px 0 40px;
  }
  footer #by-law {
    flex-wrap: wrap;
  }
  footer #by-law *:nth-child(4) {
    display: none;
  }
  footer #by-law *:nth-child(5) {
    width: 100%;
  }
  footer .flex:has(#footerMenu) {
    flex-direction: column;
  }
  footer .flex:has(#footerMenu) .socialMedia {
    margin-top: 20px;
    margin-left: 20px !important;
  }
  nav ul {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  nav ul li {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
  }
  nav ul li a {
    padding: 0;
    font-size: 18px;
    font-size: 0;
    height: auto;
  }
  nav ul li:last-child {
    margin-bottom: 0;
  }
  #gallery1,
  #gallery2,
  #gallery3 {
    flex-direction: column;
  }
  #gallery1 .grid_6,
  #gallery2 .grid_6,
  #gallery3 .grid_6 {
    flex-direction: column;
  }
  #gallery1 .grid_6 > div,
  #gallery2 .grid_6 > div,
  #gallery3 .grid_6 > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  #mapdetails #legends-c {
    padding-bottom: 0;
  }
  /*----------*/
  /*----------*/
  /*----------*/
  /*----------*/
  .m-column {
    flex-direction: column;
  }
  .m-reverse {
    flex-direction: column-reverse;
  }
  .plr40 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_4,
  .grid_6,
  .grid_4.tile,
  .grid_8 {
    width: 100%;
    margin-right: 0;
  }
  .ptl {
    padding-top: 100px;
  }
  .pbl {
    padding-bottom: 100px;
  }
  .pbm,
  .m-pbm {
    padding-bottom: 40px;
  }
  .m-mbm {
    margin-bottom: 40px;
  }
  .ptm,
  .m-ptm {
    padding-top: 40px;
  }
  .m-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .btn {
    font-size: 14px;
  }
  .m-pt0 {
    padding-top: 0;
  }
}/*# sourceMappingURL=style.css.map */