@font-face {
  font-family: 'Modern-Regular';
  src: url("/fonts/Modern-Regular.eot");
  src: url("/fonts/Modern-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Modern-Regular.woff2") format("woff2"), url("/fonts/Modern-Regular.woff") format("woff"), url("/fonts/Modern-Regular.ttf") format("truetype"), url("/fonts/Modern-Regular.svg#Modern-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirBook';
  src: url("/fonts/AvenirBook.eot");
  src: url("/fonts/AvenirBook.eot?#iefix") format("embedded-opentype"), url("/fonts/AvenirBook.woff2") format("woff2"), url("/fonts/AvenirBook.woff") format("woff"), url("/fonts/AvenirBook.ttf") format("truetype"), url("/fonts/AvenirBook.svg#AvenirBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url("/fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("/fonts/AvenirLTStd-Heavy.woff") format("woff"), url("/fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("/fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.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: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 23.5%;
}

.grid_4 {
  width: 32%;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: calc(50% - 10px);
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 64%;
}

.grid_9 {
  width: 74.5%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.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 {
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  align-self: flex-start;
}

a,
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: 'AvenirBook';
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
}

main {
  height: calc(100% + 1px);
  overflow: hidden;
}

p {
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  color: #000;
}

h1 {
  font-family: 'Modern-Regular';
  font-weight: normal;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 1em;
  z-index: 4;
  opacity: 0;
  transition: 1.5s opacity;
  -webkit-transition: 1.5s opacity;
  -moz-transition: 1.5s opacity;
  -ms-transition: 1.5s opacity;
  -o-transition: 1.5s opacity;
}

h1 span {
  display: inline-block;
  transition: 1.5s transform;
  -webkit-transition: 1.5s transform;
  -moz-transition: 1.5s transform;
  -ms-transition: 1.5s transform;
  -o-transition: 1.5s transform;
}


h3 {
  font-family: 'Modern-Regular';
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 1em;
}


h2 {
  font-family: 'Modern-Regular';
  font-weight: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  position: relative;
  font-size: 80px;
  line-height: 0.8em;
  color: #000;
}

#pagge-home h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

h2.large {
  line-height: 1em;
}

#pagge-home h2.animated::after {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

#team {
  background: #254157;
}

#team h2 {
  color: #fff;
}

#team h2:after {
  background-color: #254157;
}

#team .text-box {
  width: 420px;
  max-width: 100%;
}

#team .text-box h2 {
  text-align: left;
}

#team .text-box.xlarge {
  width: 924px;
}

#team .text-box.large {
  width: 600px;
}

#team .text-box.bt0 {
  border-top: 0;
  padding-top: 0;
}

#contact {
  background-color: #E9FFFF;
  z-index: 2;
}

#contact h2.large::after {
  background-color: #E9FFFF;
}

header {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 35px 0 0 0;
  /* padding: 0; */
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul li {
  margin: 0 1vw;
}

header nav ul li a {
  font-family: 'AvenirLTStd';
  font-size: 14px;
  font-size: clamp(10px, 0.6vw, 14px);
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

@media (hover: hover) {
  header nav ul li a:hover {
    border-bottom: 1px solid white;
  }
}

header .reg {
  font-family: 'AvenirLTStd';
  font-size: 14px;
  font-size: clamp(10px, 0.6vw, 14px);
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-bottom: 2px;
  padding: 20px 30px;
  border-left: 1px solid #fff;
  margin-left: 20px;
}

@media (hover: hover) {
  header .reg:hover {
    background-color: #fff;
    color: #000;
  }
}

header .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  margin-left: 30px;
}

#nav-toggle {
  position: fixed;
  top: 55px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 1px;
  width: 30px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  top: 10px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}



#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
  background: #fff;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

.logo {
  width: 287.6px;
}

.logo * {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.socialmedia a * {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media (hover: hover) {
  .socialmedia a:hover {
    opacity: 0.5;
  }
}

.inputholder {
  display: block;
  position: relative;
}

input,
select {
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #525252;
  font-family: 'Modern-Regular';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

select {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  background-image: url(/images/icons/arrowDown.svg);
  background-position: 100% 1px;
  background-size: 12px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-wrapper {
  display: block;
  position: relative;
}

.select-wrapper select option {
  color: #000;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.b_submit {
  display: block;
  font-family: 'Modern-Regular';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  border: 1px solid #000;
  transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  cursor: pointer;
  width: 150px;
  text-align: center;
  margin: auto;
}

@media (hover: hover) {
  .b_submit:hover {
    background-color: #000;
    color: #fff;
  }
}

.privacy {
  font-size: 12px;
  display: block;
  margin: 40px auto 0 auto;
  max-width: 500px;
  text-align: center;
}

.privacy a {
  color: inherit;
  text-decoration: underline;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: 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;
}

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;
}

ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  bottom: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  display: block;
  position: relative;
  width: calc(100% - 240px);
  max-width: 1670px;
  margin: auto;
}

.med {
  width: calc(100% - 600px);

}


.landing {
  height: 100%;
}

.landing .top-part {
  display: block;
  position: absolute;
  width: 100%;
  height: 50.5%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.landing .top-part::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(/images/home/1v2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing .bottom-part {
  display: block;
  position: absolute;
  width: 100%;
  height: 49.5%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing .bottom-part::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  background-image: url(/images/home/1v2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing .box1 {
  display: block;
  position: absolute;
  width: 500px;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}

.landing .box1 img {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  max-width: 40vh;
  margin: auto;
}

.landing .box2 {
  display: block;
  position: absolute;
  width: 500px;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.landing h2 {
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  /* font-size: clamp(40px, 6.35vw, 142px); */
  font-size: clamp(40px, 3.95vw, 95px);
}


@media only screen and (max-width: 1500px) {
  .landing h2 {
    font-size: clamp(40px, 6.30vw, 142px);
  }
}




.landing h2:after {
  display: none;
}

.bend {
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
}

.inBlock {
  display: inline-block;
}

.landing .box2 img {
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  max-width: 40vh;
  margin: auto;
}

.landing .hero-frame {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  /* background-image: url(/images/home/herov3.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; */
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  opacity: 0;
}

.hero-frame .flexslider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-frame .flexslider .slides img {
  height: 100vh;
  object-fit: cover;
}


.landing .hero-frame:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8231464460784313) 0%, rgba(0, 0, 0, 0.047236081932773066) 41%);
}

.landing .hero-frame.no_filter:after {
  display: none;
}


.landing .hero-frame .btn {
  align-self: center;
  /* position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0; */
  margin: auto;
  width: 240px;
  /* background-color: #000; */
  color: #fff;
  border: 1px solid #fff;
  /* z-index: 4; */
}

.landing .hero-frame .box3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 160px;
  z-index: 3;
}

.landing .hero-frame .box3 p {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* 
.landing .hero-frame .box3 .btn {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
} */

.landing .hero-frame .box3 .btn:hover {
  color: #000;
  background-color: #fff;
}

.landing.animated .top-part .box1 img {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.landing.animated .bottom-part .box2 img:first-child {
  transition-delay: 1.6s;
  opacity: 1;
}

.landing.animated .bottom-part .box2 img:last-child {
  transition-delay: 3s;
  opacity: 1;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.landing.animated h1 {
  transition-delay: 2.5s;
  opacity: 1;
}

.landing.animated h1 span {
  transition-delay: 4s;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
}

.landing.animated .hero-frame {
  /* transition-delay: 5s; */
  opacity: 0;
}

.landing .anchor {
  display: block;
  position: fixed;
  width: 60px;
  left: 0;
  right: 0;
  bottom: 4vw;
  z-index: 2;
  margin: auto;
  padding-bottom: 1vw;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0;
}

span.bwb {
  display: block;
  padding: 1px 0;
  width: 90px;
  background-color: #fff;
  height: 5px;
  margin: 0 auto 30px auto;
}

span.bwb>span {
  display: block;
  height: 3px;
  width: 30px;
  margin: auto;
}

span.bwb.green span {
  background-color: #1F7E9A;
}

span.bwb.black {
  background-color: #000;
}

span.bwb.black span {
  background-color: #fff;
}

.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Modern-Regular';
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 48px;
  border: 1px solid #fff;
  transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  cursor: pointer;
  align-self: flex-start;
}

.btn.black {
  color: #000;
  border: 1px solid #000;
}

@media (hover: hover) {
  .btn:hover {
    background-color: #000;
    color: #fff;
  }
}

.movementcontrol {
  overflow: hidden;
}

.text-box {
  max-width: 100%;
  width: 520px;
  /* padding-top: 30px; */
  display: block;
  /* border-top: 2px solid #000; */
}

.text-box.xlarge {
  width: 924px;
}

.text-box.large {
  width: 600px;
}

.text-box.bt0 {
  border-top: 0;
  padding-top: 0;
}

#map {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 4/3; */
  aspect-ratio: 1.8/1;
}

.getdirection {
  display: block;
  font-family: 'Modern-Regular';
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000;
  margin: auto;
  padding-top: 25px;
  text-transform: uppercase;
}

.visit {
  font-family: 'Modern-Regular';
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}

.title {
  display: block;
  font-family: 'Modern-Regular';
  font-weight: normal;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}

.anchoreBLack {
  display: block;
  margin: 40px auto;
}

.register {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

footer {
  z-index: 2;
  display: block;
  position: relative;
  background-color: #E9FFFF;
}

footer .container {
  border-top: 2px solid #000;
  padding: 30px 0 0 0;
}

.align_start {
  align-items: flex-start;
}

.logo_wrapper {
  text-align: center;
}

.logo_wrapper a {
  display: inline-block;
}

footer a,
footer p {
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  font-weight: normal;
  /* letter-spacing: 0.2em; */
  text-align: left;
  color: #000;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-bottom: 1px solid transparent;
}

footer a.nls,
footer p.nls {
  letter-spacing: 0;
}

@media (hover: hover) {
  footer a:hover {
    border-bottom: 1px solid black;
  }
}

footer span {
  padding: 0 10px;
  display: none;
}

footer p {
  text-align: left;
}

/* footer .wrapper {
  align-items: center;
} */

footer .grid_4:last-child {
  text-align: right;
}

footer .noise+span {
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 20px;
  color: #000;
  font-size: 29px;
  opacity: 0.7;
}

footer .proud {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}

.nohover:hover {
  border-bottom: 1px solid transparent;
}

.uppercase {
  text-transform: uppercase;
}

.run main {
  overflow: initial;
}

.run header {
  opacity: 1;
}

.change .anchor {
  bottom: 0;
  opacity: 1;
}

.change .anchor svg path {
  fill: #000;
}

.change header {
  background: #fff;
  border-bottom: 1px solid #000;
}

.change header nav ul li a {
  color: #000;
}

@media (hover: hover) {
  .change header nav ul li a:hover {
    border-bottom: 1px solid black;
  }
}

.change header .reg {
  color: #000;
  border-left: 1px solid #000;
}

@media (hover: hover) {
  .change header .reg:hover {
    background-color: #000;
    color: #fff;
  }
}

.change header .socialmedia svg rect,
.change header .socialmedia svg path {
  fill: #000;
}

.change header .socialmedia svg .cls-2 {
  stroke: #000;
}

.change header .group span {
  border-right: 1px solid #000;
}

.change .logo svg rect,
.change .logo svg path {
  fill: #000;
}

.change .logo svg .cls-2 {
  stroke: #000;
}

.justmobile {
  display: none !important;
}

#page-news .main-page {
  display: none;
}

#page-home .news-page {
  display: none;
}

#page-news nav {
  height: 60px;
  border-left: 1px solid #000;
}


#page-news li {
  margin: 0;
}

#page-news li a.news-page {
  font-family: 'AvenirLTStd';
  font-size: 14px;
  font-size: clamp(10px, 0.6vw, 14px);
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  padding-bottom: 0;
  padding: 20px 30px;
  border: 0 none !important;
  margin-left: 0;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/* ==Changes 20220824== */
.construction {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #000;
  color: #fff;
  height: 35px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.construction p {
  font-family: 'AvenirLTStd';
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 2px;
}

/* ==================== */

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.centeralign {
  text-align: center;
}

.spacebetween {
  justify-content: space-between;
}

.centerposition {
  justify-content: center;
}

.middleposition {
  align-items: center;
}

.ptxl {
  padding-top: 150px;
  padding-top: clamp(75px, 7vw, 150px);
}

.pbxl {
  padding-bottom: 150px;
  padding-bottom: clamp(75px, 7vw, 150px);
}

.ptl {
  padding-top: 100px;
  padding-top: clamp(50px, 4.5vw, 100px);
}

.pbl {
  padding-bottom: 100px;
  padding-bottom: clamp(50px, 4.5vw, 100px);
}

.ptm {
  padding-top: 50px;
  padding-top: clamp(25px, 2.25vw, 50px);
}

.pbm {
  padding-bottom: 50px;
  padding-bottom: clamp(25px, 2.25vw, 50px);
}

.pll {
  padding-left: 8vw;
}

.pbs {
  padding-bottom: 20px;
}

.wrapper {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.ma {
  margin: auto;
}


.vid {
  width: 100%;
}


/* bivek edit - 20230321 */

.block {
  display: block;
}

.download_btn {
  width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.lux_logo {
  margin-bottom: -20px;
}

.marshall_logo {
  margin-bottom: -20px;
  height: 75px;
}

.kaldewei_logo {
  display: block;
  margin: auto;
}

#team .btn {
  display: inline-block;
  padding: 6px 20px;
}

.align_stretch {
  align-items: stretch;
}

#amenities .flexslider .slides li img {
  aspect-ratio: 1/1.2;
  object-fit: cover;
}

.gap_170 {
  column-gap: 170px;
}

.col_reverse {
  flex-direction: column-reverse;
}

.row_reverse {
  flex-direction: row-reverse;
}

.ml0 {
  margin-left: 0;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.left_align {
  text-align: left;
}

#amenities .flex-direction-nav {
  width: 100%;
}


.fs40 {
  font-size: 40px;
}

#playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.relate {
  position: relative;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}

.grid5 {

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 100px;
}

@media only screen and (max-width: 1700px) {

  .container,
  #view-level .flex-direction-nav {
    width: calc(100% - 160px);
  }

  .med {
    width: calc(100% - 400px);
  }
}

@media only screen and (max-width: 1700px) {
  .gap_170 {
    column-gap: 80px;
  }
}

@media only screen and (max-width: 1300px) {

  .container,
  #view-level .flex-direction-nav {
    width: calc(100% - 80px);
  }

  .med {
    width: calc(100% - 200px);
  }

  h2 {
    font-size: 60px;
  }

  .fs40 {
    font-size: 35px;
  }

  .lux_logo {
    width: 177px;
    margin-bottom: -12px;
  }

  .marshall_logo {
    width: 140px;
  }

  .carr_logo {
    width: 54px;
  }


  .acre_logo {
    width: 74px;
  }


  .kaldewei_logo {
    width: 291px;
    margin-bottom: -10px;
  }

}

@media only screen and (max-width: 1100px) {
  footer .ondicom {
    padding-left: 10px;
    margin-left: 10px;
  }

  footer a,
  footer p,
  footer span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1000px) {



  .landing .hero-frame .box3 p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .justmobile {
    display: inherit !important;
  }

  .construction-mobile {
    display: flex;
  }

  .justdesktop {
    display: none !important;
  }

  .landing {
    background-image: url(/images/home/1v2.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .landing .anchor {
    /* bottom: auto;
    top: 30px !important;
    left: 0;
    right: 0;
    z-index: 10;
    width: auto;
    width: 50px;
    opacity: 1 !important;
     */
    display: none;
  }

  .landing .anchor svg {
    width: 40px;
  }

  .landing .top-part {
    height: 50.5%;
  }

  .landing .bottom-part {
    height: 49.5%;
  }

  /* bivek edit */

  #team .movementcontrol.pbxl {
    padding-bottom: 20px;
  }

  footer .wrapper {
    align-items: center;
    row-gap: 30px;
  }

  footer .wrapper img {
    margin: 0 auto !important;
    width: auto !important;
  }

  .marshall_logo {
    height: 100px;
  }

  .align_stretch {
    align-items: flex-start;
  }

  #team .text-box {
    margin-left: auto;
    margin-right: auto;
  }


  #team .grid_6 {
    text-align: center;
  }

  #team .text-box p {
    text-align: center;
  }

  .grid2 {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 60px;
  }

  .title {
    text-align: center;
  }

  .left_align {
    text-align: center;
  }

  #amenities .flexslider .slides li img {
    aspect-ratio: auto;
  }

  header {
    background: #fff;
  }


  header.active_nav {}

  header .logo {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    width: 199px;
    position: relative;
    z-index: 2;
  }

  .logo svg path,
  .logo svg rect {
    fill: #000;
  }


  header.active_nav .logo svg path,
  header.active_nav .logo svg rect {
    fill: #fff;
  }


  #nav-toggle {
    display: block;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    opacity: 0;
  }

  .run #nav-toggle {
    opacity: 1;
  }

  nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 35px);
    top: 35px;
    left: 0;
    opacity: 1;
    z-index: 1;
    padding: 0;
    justify-content: center;
    align-items: center;
    background-image: url(/images/home/nav-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }



  header.active_nav nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }



  nav .header_luxcon {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  nav .header_luxcon p {
    color: #fff;
  }

  nav .lux_logo {
    width: auto;
    margin: 0 auto;
  }


  nav .justmobile .btn {
    font-size: 30px;
    padding: 15px 45px;

  }

  h2 {
    font-size: 40px;
  }

  .fs40 {
    font-size: 25px;
  }

  .landing h2 {
    position: static;
    flex-direction: column;
    margin-bottom: 40px;
    font-size: 10vw;

  }

  /* .landing .hero-frame .box3 {
    margin-top:220px;
  } */

  .landing .hero-frame .btn {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 100px;
    background: #000;

  }

  /* bivek edit ends here*/



  /* header .logo {
    position: absolute;
    bottom: 20px;
    width: auto;
  } */
  /* 
  header .group {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  } */

  /* header .group .reg {
    font-family: 'Modern-Regular';
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 22px;
    border: 1px solid #fff;
    margin: 40px auto 80px auto;
    padding: 6px 48px;
  } */
  /* 
  header .group span {
    display: none;
  } */

  header nav ul {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
  }

  header nav ul li {
    margin: 0 auto 25px auto;
  }

  header nav ul li a {
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1.3em;
    font-family: 'Modern-Regular';
  }

  header .socialmedia {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }


  .wrapper {
    flex-direction: column;
  }

  .m-column-reverse {
    flex-direction: column-reverse !important;
  }

  .grid_6,
  .grid_8,
  .grid_4,
  .grid_5 {
    width: 100%;
  }

  .m-80w {
    width: 80%;
  }


  .m-mla {
    margin-left: auto;
  }

  .m-mbm {
    margin-bottom: 50px;
  }

  /* .m-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  } */

  .text-box {
    width: 100%;
  }

  /* .container {
    width: calc(100% - 32px);
  } */

  /* #map {
    aspect-ratio: 2/3;
  } */

  /* #team h2.large {
    font-size: 22.7vw;
    text-align: center;
    line-height: 0.8em;
  } */

  #team h2.large span {
    display: block;
  }

  #team .text-box {
    padding-top: 15px;
  }

  #team .pll {
    padding-left: 0;
  }

  footer .grid_4,
  footer .grid_6 {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  footer .grid_4 {
    margin-bottom: 30px;
  }

  footer p {
    text-align: center;
  }

  footer .grid_4:last-child {
    text-align: center;
  }

  footer .grid_4:last-child span {
    display: none;
  }

  footer a {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  footer .ondicom {
    padding-left: 0;
    margin-left: 0;
    border-left: 0 none;
  }

  #contact {
    z-index: 10;
  }

  .m-pbs {
    padding-bottom: 30px;
  }

  .title {
    font-size: 14px;
    line-height: 1.1em;
  }

  input,
  select {
    font-size: 14px;
  }

  .select-wrapper::before {
    font-size: 14px;
  }

  .header-bg {
    position: fixed;
    width: 100%;
    height: 95px;
    pointer-events: none;
    background-color: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 5;
  }

  .m-change .header-bg {
    background-color: #fff;
  }

  .m-change .anchor svg path {
    fill: #000;
  }

  .m-change #nav-toggle span,
  .m-change #nav-toggle span:after,
  .m-change #nav-toggle span:before {
    background-color: black;
  }

  #view-level .flex-direction-nav a {
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
  }

  #page-news nav {
    height: calc(100vh - 35px);
  }

  #page-news nav ul {
    margin: 0 auto;
  }

  #page-news li a.news-page {
    border: 1px solid #000000 !important;
  }

  #page-news nav li.justmobile.main-page {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {


  .marshall_logo {
    height: auto;
  }

  h1 {
    font-size: 8vw;
    line-height: 7vw;
  }

  .landing .hero-frame .box3 {
    margin-top: 130px;
  }

  .container,
  #view-level .flex-direction-nav,
  .med {
    width: calc(100% - 40px);
  }

  #playvideo img {
    width: 60px;
  }

  .fs40 {
    font-size: 20px;
  }


  #amenities .slides li p {
    padding: 0 30px;
    bottom: -40px;
  }

  #map {
    aspect-ratio: 1/1.4;
  }

  header nav ul li a {
    letter-spacing: 2px;
  }

  nav .justmobile .btn {
    padding: 15px 30px;
  }

  nav .lux_logo {
    width: 70%;
  }
}

@media only screen and (max-width: 375px) and (max-height: 670px) {


  header nav ul li a {
    font-size: 20px;
  }

  nav .justmobile .btn {
    padding: 6px 15px;
    font-size: 20px;
  }

}


@media only screen and (max-width: 325px) {
  header nav ul li {
    margin-bottom: 15px;
  }

}


@media only screen and (max-width: 1000px) and (orientation: portrait) {
  h1 {
    font-size: 10.7vw;
    line-height: 9vw;
  }

  .landing .hero-frame {
    background-image: url(/images/home/hero-mobv2.jpg);
  }

  /* .landing .hero-frame .box3 {
    margin-top: 20vh;
  } */
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

.g4 {
  display: flex;
  width: calc((100% / 3) - 20px);
  margin-right: 30px;
  margin-bottom: 100px;

}

.g4:nth-child(3n) {
  margin-right: 0;
}

.news-headline {
  font-size: 20px;
  line-height: 1.2em;
  height: 3.6em;
  color: #000;
  opacity: 1;
  text-align: left;
  text-transform: none;
}

.news-lead {
  text-align: left;
  color: #000;
}

.news-body {
  text-align: left;
  color: #000;
  max-width: 700px;
  width: 100%;
}

.read-more {
  font-family: 'Modern-Regular';
  text-align: left;
  text-decoration: underline;
  color: #000;
}

#page-news header {
  background-color: #fff;
}

#page-news main {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition-delay: 1s;
  padding-top: 20px;
}

#page-news main>section {
  min-height: calc(100vh - 100px);
}

#page-news.run.change main {
  opacity: 1;
}

#page-news.details #news-holder {
  max-width: 768px;
  width: 100%;
}

.r3by2 {
  aspect-ratio: 3/2;
  object-fit: cover;

}

.news-article-holder * {
  display: flex;
}

 

.mta{
  margin-top: auto;
}


@media only screen and (max-width: 1000px) {
  .g4 {
    width: 100%;
    margin-right: 0 !important;
  }

  #page-news main {
    padding-top: 50px;
  }
}